libqutim
0.3.1.0
|
#include <notification.h>
Signals | |
void | backendCreated (const QByteArray &type, qutim_sdk_0_3::NotificationBackend *backend) |
void | backendDestroyed (const QByteArray &type, qutim_sdk_0_3::NotificationBackend *backend) |
void | backendStateChanged (const QByteArray &type, bool enabled) |
Static Public Member Functions | |
static void | disableBackend (const QByteArray &type) |
static void | enableBackend (const QByteArray &type) |
static NotificationManager * | instance () |
static bool | isBackendEnabled (const QByteArray &type) |
static void | setBackendState (const QByteArray &type, bool enabled) |
Friends | |
class | NotificationBackend |
void qutim_sdk_0_3::NotificationManager::backendCreated | ( | const QByteArray & | type, |
qutim_sdk_0_3::NotificationBackend * | backend | ||
) | [signal] |
void qutim_sdk_0_3::NotificationManager::backendDestroyed | ( | const QByteArray & | type, |
qutim_sdk_0_3::NotificationBackend * | backend | ||
) | [signal] |
void qutim_sdk_0_3::NotificationManager::backendStateChanged | ( | const QByteArray & | type, |
bool | enabled | ||
) | [signal] |
static void qutim_sdk_0_3::NotificationManager::disableBackend | ( | const QByteArray & | type | ) | [static] |
static void qutim_sdk_0_3::NotificationManager::enableBackend | ( | const QByteArray & | type | ) | [static] |
static NotificationManager* qutim_sdk_0_3::NotificationManager::instance | ( | ) | [static] |
static bool qutim_sdk_0_3::NotificationManager::isBackendEnabled | ( | const QByteArray & | type | ) | [static] |
static void qutim_sdk_0_3::NotificationManager::setBackendState | ( | const QByteArray & | type, |
bool | enabled | ||
) | [static] |
friend class NotificationBackend [friend] |