#include <notification.h>
|
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,
Attention,
LastType = Attention
} |
| |
| Enumerator |
|---|
| Active |
|
| Accepted |
|
| Ignored |
|
| Rejected |
|
| Enumerator |
|---|
| IncomingMessage |
|
| OutgoingMessage |
|
| AppStartup |
|
| BlockedMessage |
|
| ChatUserJoined |
|
| ChatUserLeft |
|
| ChatIncomingMessage |
|
| ChatOutgoingMessage |
|
| FileTransferCompleted |
|
| UserOnline |
|
| UserOffline |
|
| UserChangedStatus |
|
| UserHasBirthday |
|
| UserTyping |
|
| System |
|
| Attention |
|
| LastType |
|
| qutim_sdk_0_3::Notification::~Notification |
( |
| ) |
|
| void qutim_sdk_0_3::Notification::accept |
( |
| ) |
|
|
slot |
| void qutim_sdk_0_3::Notification::accepted |
( |
| ) |
|
|
signal |
| static Q_INVOKABLE QString qutim_sdk_0_3::Notification::descriptionText |
( |
Type |
type | ) |
|
|
static |
| 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 |
( |
| ) |
|
| static Q_INVOKABLE QString qutim_sdk_0_3::Notification::typeText |
( |
Type |
type | ) |
|
|
static |
The documentation for this class was generated from the following file: