#include <genericnotificationparameterfactory.h>
List of all members.
Detailed Description
Creates NotificationParameter objects from generic parameters that are common to various sinks.
Member Function Documentation
static QString GenericNotificationParameterFactory::classKey |
( |
|
) |
[inline, static] |
Returns the keyname of the class parameter
static QString GenericNotificationParameterFactory::countKey |
( |
|
) |
[inline, static] |
Returns the keyname of the count parameter
static NotificationParameter GenericNotificationParameterFactory::createClassParameter |
( |
const QString & |
notificationClass |
) |
[inline, static] |
static NotificationParameter GenericNotificationParameterFactory::createCountParameter |
( |
uint |
count |
) |
[inline, static] |
static NotificationParameter GenericNotificationParameterFactory::createEventTypeParameter |
( |
const QString & |
eventType |
) |
[inline, static] |
static NotificationParameter GenericNotificationParameterFactory::createIdentifierParameter |
( |
const QString & |
identifier |
) |
[inline, static] |
static NotificationParameter GenericNotificationParameterFactory::createPersistentParameter |
( |
bool |
persistent |
) |
[inline, static] |
static NotificationParameter GenericNotificationParameterFactory::createUnseenParameter |
( |
bool |
unseen |
) |
[inline, static] |
static QString GenericNotificationParameterFactory::eventTypeKey |
( |
|
) |
[inline, static] |
Returns the keyname of the event type parameter
static QString GenericNotificationParameterFactory::identifierKey |
( |
|
) |
[inline, static] |
Returns the keyname of the identifier parameter
static QString GenericNotificationParameterFactory::persistentKey |
( |
|
) |
[inline, static] |
Returns the keyname of the persistent parameter
static QString GenericNotificationParameterFactory::unseenKey |
( |
|
) |
[inline, static] |
Returns the keyname of the unseen parameter
The documentation for this class was generated from the following file: