![]() |
Home · All Namespaces · All Classes |
#include <genericnotificationparameterfactory.h>
Static Public Member Functions | |
| static QString | eventTypeKey () |
| static QString | countKey () |
| static QString | persistentKey () |
| static QString | classKey () |
| static QString | unseenKey () |
| static QString | identifierKey () |
| static NotificationParameter | createEventTypeParameter (const QString &eventType) |
| static NotificationParameter | createCountParameter (uint count) |
| static NotificationParameter | createPersistentParameter (bool persistent) |
| static NotificationParameter | createClassParameter (const QString ¬ificationClass) |
| static NotificationParameter | createUnseenParameter (bool unseen) |
| static NotificationParameter | createIdentifierParameter (const QString &identifier) |
Creates NotificationParameter objects from generic parameters that are common to various sinks.
Definition at line 29 of file genericnotificationparameterfactory.h.
| static QString GenericNotificationParameterFactory::classKey | ( | ) | [inline, static] |
Returns the keyname of the class parameter
Definition at line 51 of file genericnotificationparameterfactory.h.
{
| static QString GenericNotificationParameterFactory::countKey | ( | ) | [inline, static] |
Returns the keyname of the count parameter
Definition at line 37 of file genericnotificationparameterfactory.h.
{
| static NotificationParameter GenericNotificationParameterFactory::createClassParameter | ( | const QString & | notificationClass | ) | [inline, static] |
Creates a NotificationParameter with the given class.
| notificationClass | the class of the notification |
Definition at line 105 of file genericnotificationparameterfactory.h.
{
| static NotificationParameter GenericNotificationParameterFactory::createCountParameter | ( | uint | count | ) | [inline, static] |
Creates a NotificationParameter with the given count.
| count | the count of the notification |
Definition at line 85 of file genericnotificationparameterfactory.h.
{
| static NotificationParameter GenericNotificationParameterFactory::createEventTypeParameter | ( | const QString & | eventType | ) | [inline, static] |
Creates a NotificationParameter with the given event type.
| eventType | the event type of the notification |
Definition at line 75 of file genericnotificationparameterfactory.h.
{
| static NotificationParameter GenericNotificationParameterFactory::createIdentifierParameter | ( | const QString & | identifier | ) | [inline, static] |
Creates a NotificationParameter with the given identifier.
| identifier | the identifier of the notification |
Definition at line 125 of file genericnotificationparameterfactory.h.
{
| static NotificationParameter GenericNotificationParameterFactory::createPersistentParameter | ( | bool | persistent | ) | [inline, static] |
Creates a NotificationParameter with the given persistence.
| persistent | true if the notification is persistent, false otherwise |
Definition at line 95 of file genericnotificationparameterfactory.h.
{
| static NotificationParameter GenericNotificationParameterFactory::createUnseenParameter | ( | bool | unseen | ) | [inline, static] |
Creates a NotificationParameter with the given unseen status.
| unseen | the unseen status of the notification |
Definition at line 115 of file genericnotificationparameterfactory.h.
{
| static QString GenericNotificationParameterFactory::eventTypeKey | ( | ) | [inline, static] |
Returns the keyname of the event type parameter
Definition at line 30 of file genericnotificationparameterfactory.h.
{
public:| static QString GenericNotificationParameterFactory::identifierKey | ( | ) | [inline, static] |
Returns the keyname of the identifier parameter
Definition at line 65 of file genericnotificationparameterfactory.h.
{
| static QString GenericNotificationParameterFactory::persistentKey | ( | ) | [inline, static] |
Returns the keyname of the persistent parameter
Definition at line 44 of file genericnotificationparameterfactory.h.
{
| static QString GenericNotificationParameterFactory::unseenKey | ( | ) | [inline, static] |
Returns the keyname of the unseen parameter
Definition at line 58 of file genericnotificationparameterfactory.h.
{
| Copyright © 2010 Nokia Corporation | Generated on Thu Nov 4 2010 18:19:35 Doxygen 1.7.1 |
MeeGo Touch |