#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 QString &text) |
| static Notification * | send (const Message &msg) |
| 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
| qutim_sdk_0_3::Notification::~Notification |
( |
| ) |
|
Member Function Documentation
| void qutim_sdk_0_3::Notification::accept |
( |
| ) |
[slot] |
| void qutim_sdk_0_3::Notification::accepted |
( |
| ) |
[signal] |
| void qutim_sdk_0_3::Notification::ignore |
( |
| ) |
[slot] |
| void qutim_sdk_0_3::Notification::ignored |
( |
| ) |
[signal] |
| void qutim_sdk_0_3::Notification::reject |
( |
| ) |
[slot] |
| void qutim_sdk_0_3::Notification::rejected |
( |
| ) |
[signal] |
| static Notification* qutim_sdk_0_3::Notification::send |
( |
const QString & |
text | ) |
[static] |
| State qutim_sdk_0_3::Notification::state |
( |
| ) |
|
Friends And Related Function Documentation
The documentation for this class was generated from the following file: