#include <notification.h>
List of all members.
Public Types |
typedef QSharedPointer
< Notification > | Ptr |
enum | State { Active,
Accepted,
Ignored,
Rejected
} |
enum | Type {
IncomingMessage,
OutgoingMessage,
AppStartup,
BlockedMessage,
ChatUserJoined,
ChatUserLeft,
ChatIncomingMessage,
ChatOutgoingMessage,
FileTransferCompleted,
UserOnline,
UserOffline,
UserChangedStatus,
UserHasBirthday,
UserTyping,
System,
LastType = System
} |
Public Slots |
void | accept () |
void | ignore () |
void | reject () |
Signals |
void | accepted () |
void | finished (qutim_sdk_0_3::Notification::State state) |
void | ignored () |
void | rejected () |
Public Member Functions |
| ~Notification () |
NotificationRequest | request () const |
State | state () |
Static Public Member Functions |
static LocalizedString | descriptionString (Type type) |
static LocalizedStringList | descriptionStrings () |
static Notification * | send (const Message &msg) |
static Notification * | send (const QString &text) |
static LocalizedString | typeString (Type type) |
static LocalizedStringList | typeStrings () |
Protected Member Functions |
| Notification (const NotificationRequest &request) |
Friends |
class | NotificationBackend |
class | NotificationRequest |
Member Typedef Documentation
Member Enumeration Documentation
- Enumerator:
Active |
|
Accepted |
|
Ignored |
|
Rejected |
|
- Enumerator:
IncomingMessage |
|
OutgoingMessage |
|
AppStartup |
|
BlockedMessage |
|
ChatUserJoined |
|
ChatUserLeft |
|
ChatIncomingMessage |
|
ChatOutgoingMessage |
|
FileTransferCompleted |
|
UserOnline |
|
UserOffline |
|
UserChangedStatus |
|
UserHasBirthday |
|
UserTyping |
|
System |
|
LastType |
|
Constructor & Destructor Documentation
Member Function Documentation
Friends And Related Function Documentation
The documentation for this class was generated from the following file: