#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
} |
|
◆ Ptr
◆ State
Enumerator |
---|
Active | |
Accepted | |
Ignored | |
Rejected | |
◆ Type
Enumerator |
---|
IncomingMessage | |
OutgoingMessage | |
AppStartup | |
BlockedMessage | |
ChatUserJoined | |
ChatUserLeft | |
ChatIncomingMessage | |
ChatOutgoingMessage | |
FileTransferCompleted | |
UserOnline | |
UserOffline | |
UserChangedStatus | |
UserHasBirthday | |
UserTyping | |
System | |
Attention | |
LastType | |
◆ ~Notification()
qutim_sdk_0_3::Notification::~Notification |
( |
| ) |
|
◆ Notification()
◆ accept
void qutim_sdk_0_3::Notification::accept |
( |
| ) |
|
|
slot |
◆ accepted
void qutim_sdk_0_3::Notification::accepted |
( |
| ) |
|
|
signal |
◆ descriptionString()
◆ descriptionStrings()
◆ descriptionText()
static Q_INVOKABLE QString qutim_sdk_0_3::Notification::descriptionText |
( |
Type |
type | ) |
|
|
static |
◆ finished
◆ ignore
void qutim_sdk_0_3::Notification::ignore |
( |
| ) |
|
|
slot |
◆ ignored
void qutim_sdk_0_3::Notification::ignored |
( |
| ) |
|
|
signal |
◆ reject
void qutim_sdk_0_3::Notification::reject |
( |
| ) |
|
|
slot |
◆ rejected
void qutim_sdk_0_3::Notification::rejected |
( |
| ) |
|
|
signal |
◆ request()
◆ send() [1/2]
◆ send() [2/2]
static Notification* qutim_sdk_0_3::Notification::send |
( |
const QString & |
text | ) |
|
|
static |
◆ state()
State qutim_sdk_0_3::Notification::state |
( |
| ) |
|
◆ typeString()
◆ typeStrings()
◆ typeText()
static Q_INVOKABLE QString qutim_sdk_0_3::Notification::typeText |
( |
Type |
type | ) |
|
|
static |
◆ NotificationBackend
◆ NotificationRequest
The documentation for this class was generated from the following file: