Home · All Classes · Main Classes · Deprecated |
Inherits QDBusAbstractInterface.
Public Slots | |
QDBusPendingReply< uint > | addGroup (uint notificationUserId, const QString &eventType, const QString &summary, const QString &body, const QString &action, const QString &imageURI, uint count, const QString &identifier) |
QDBusPendingReply< uint > | addGroup (uint notificationUserId, const QString &eventType) |
QDBusPendingReply< uint > | addNotification (uint notificationUserId, uint groupId, const QString &eventType, const QString &summary, const QString &body, const QString &action, const QString &imageURI, uint count, const QString &identifier) |
QDBusPendingReply< uint > | addNotification (uint notificationUserId, uint groupId, const QString &eventType) |
QDBusPendingReply< uint > | notificationCountInGroup (uint notificationUserId, uint groupId) |
QDBusPendingReply< QList < MNotificationGroup > > | notificationGroupListWithIdentifiers (uint notificationUserId) |
QDBusPendingReply< QList< uint > > | notificationIdList (uint notificationUserId) |
QDBusPendingReply< QList < MNotification > > | notificationListWithIdentifiers (uint notificationUserId) |
QDBusPendingReply< uint > | notificationUserId () |
QDBusPendingReply< bool > | removeGroup (uint notificationUserId, uint groupId) |
QDBusPendingReply< bool > | removeNotification (uint notificationUserId, uint notificationId) |
QDBusPendingReply< bool > | updateGroup (uint notificationUserId, uint groupId, const QString &eventType, const QString &summary, const QString &body, const QString &action, const QString &imageURI, uint count, const QString &identifier) |
QDBusPendingReply< bool > | updateGroup (uint notificationUserId, uint groupId, const QString &eventType) |
QDBusPendingReply< bool > | updateNotification (uint notificationUserId, uint notificationId, const QString &eventType, const QString &summary, const QString &body, const QString &action, const QString &imageURI, uint count, const QString &identifier) |
QDBusPendingReply< bool > | updateNotification (uint notificationUserId, uint notificationId, const QString &eventType) |
Public Member Functions | |
MNotificationManagerProxy (const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent=0) | |
~MNotificationManagerProxy () | |
Static Public Member Functions | |
static const char * | staticInterfaceName () |
MNotificationManagerProxy::MNotificationManagerProxy | ( | const QString & | service, | |
const QString & | path, | |||
const QDBusConnection & | connection, | |||
QObject * | parent = 0 | |||
) |
MNotificationManagerProxy::~MNotificationManagerProxy | ( | ) |
QDBusPendingReply<uint> MNotificationManagerProxy::addGroup | ( | uint | notificationUserId, | |
const QString & | eventType, | |||
const QString & | summary, | |||
const QString & | body, | |||
const QString & | action, | |||
const QString & | imageURI, | |||
uint | count, | |||
const QString & | identifier | |||
) | [inline, slot] |
QDBusPendingReply<uint> MNotificationManagerProxy::addGroup | ( | uint | notificationUserId, | |
const QString & | eventType | |||
) | [inline, slot] |
QDBusPendingReply<uint> MNotificationManagerProxy::addNotification | ( | uint | notificationUserId, | |
uint | groupId, | |||
const QString & | eventType, | |||
const QString & | summary, | |||
const QString & | body, | |||
const QString & | action, | |||
const QString & | imageURI, | |||
uint | count, | |||
const QString & | identifier | |||
) | [inline, slot] |
QDBusPendingReply<uint> MNotificationManagerProxy::addNotification | ( | uint | notificationUserId, | |
uint | groupId, | |||
const QString & | eventType | |||
) | [inline, slot] |
QDBusPendingReply<uint> MNotificationManagerProxy::notificationCountInGroup | ( | uint | notificationUserId, | |
uint | groupId | |||
) | [inline, slot] |
QDBusPendingReply<QList < MNotificationGroup > > MNotificationManagerProxy::notificationGroupListWithIdentifiers | ( | uint | notificationUserId | ) | [inline, slot] |
QDBusPendingReply<QList < uint > > MNotificationManagerProxy::notificationIdList | ( | uint | notificationUserId | ) | [inline, slot] |
QDBusPendingReply<QList < MNotification > > MNotificationManagerProxy::notificationListWithIdentifiers | ( | uint | notificationUserId | ) | [inline, slot] |
QDBusPendingReply<uint> MNotificationManagerProxy::notificationUserId | ( | ) | [inline, slot] |
QDBusPendingReply<bool> MNotificationManagerProxy::removeGroup | ( | uint | notificationUserId, | |
uint | groupId | |||
) | [inline, slot] |
QDBusPendingReply<bool> MNotificationManagerProxy::removeNotification | ( | uint | notificationUserId, | |
uint | notificationId | |||
) | [inline, slot] |
static const char* MNotificationManagerProxy::staticInterfaceName | ( | ) | [inline, static] |
QDBusPendingReply<bool> MNotificationManagerProxy::updateGroup | ( | uint | notificationUserId, | |
uint | groupId, | |||
const QString & | eventType | |||
) | [inline, slot] |
QDBusPendingReply<bool> MNotificationManagerProxy::updateGroup | ( | uint | notificationUserId, | |
uint | groupId, | |||
const QString & | eventType, | |||
const QString & | summary, | |||
const QString & | body, | |||
const QString & | action, | |||
const QString & | imageURI, | |||
uint | count, | |||
const QString & | identifier | |||
) | [inline, slot] |
QDBusPendingReply<bool> MNotificationManagerProxy::updateNotification | ( | uint | notificationUserId, | |
uint | notificationId, | |||
const QString & | eventType | |||
) | [inline, slot] |
Copyright © 2010 Nokia Corporation | MeeGo Touch |