Home · All Namespaces · All Classes
Static Public Member Functions

NotificationWidgetParameterFactory Class Reference

#include <notificationwidgetparameterfactory.h>

List of all members.

Static Public Member Functions

static QString iconIdKey ()
static QString previewIconIdKey ()
static QString summaryKey ()
static QString bodyKey ()
static QString imageIdKey ()
static QString actionKey ()
static QString userRemovableKey ()
static QString genericTextIdKey ()
static QString genericTextCatalogueKey ()
static NotificationParameter createIconIdParameter (const QString &iconId)
static NotificationParameter createPreviewIconIdParameter (const QString &previewIconId)
static NotificationParameter createBodyParameter (const QString &body)
static NotificationParameter createSummaryParameter (const QString &summary)
static NotificationParameter createImageIdParameter (const QString &imageId)
static NotificationParameter createActionParameter (const QString &action)
static NotificationParameter createUserRemovableParameter (bool userRemovable)
static NotificationParameter createGenericTextIdParameter (const QString &genericTextId)
static NotificationParameter createGenericTextCatalogueParameter (const QString &genericTextCatalogue)

Detailed Description

Creates NotificationParameters related to notification widgets.


Member Function Documentation

static QString NotificationWidgetParameterFactory::actionKey (  )  [inline, static]

Returns the keyname of the content id parameter

static QString NotificationWidgetParameterFactory::bodyKey (  )  [inline, static]

Returns the keyname of the body parameter

static NotificationParameter NotificationWidgetParameterFactory::createActionParameter ( const QString &  action  )  [inline, static]

Creates a NotificationParameter with the given content ID.

Parameters:
action the action for the notification
Returns:
the related NotificationParameter
static NotificationParameter NotificationWidgetParameterFactory::createBodyParameter ( const QString &  body  )  [inline, static]

Creates a NotificationParameter with the given body text.

Parameters:
body the body text for the notification
Returns:
the related NotificationParameter
static NotificationParameter NotificationWidgetParameterFactory::createGenericTextCatalogueParameter ( const QString &  genericTextCatalogue  )  [inline, static]

Creates a NotificationParameter with the given generic text catalogue value.

Parameters:
genericTextID catalogue for the generic text for the notification
Returns:
the related NotificationParameter
static NotificationParameter NotificationWidgetParameterFactory::createGenericTextIdParameter ( const QString &  genericTextId  )  [inline, static]

Creates a NotificationParameter with the given generic text value.

Parameters:
genericTextID ID for the generic text for the notification
Returns:
the related NotificationParameter
static NotificationParameter NotificationWidgetParameterFactory::createIconIdParameter ( const QString &  iconId  )  [inline, static]

Creates a NotificationParameter with the given icon ID.

Parameters:
iconId the icon ID for the notification
Returns:
the related NotificationParameter
static NotificationParameter NotificationWidgetParameterFactory::createImageIdParameter ( const QString &  imageId  )  [inline, static]

Creates a NotificationParameter with the given image ID.

Parameters:
imageId the image ID for the notification
Returns:
the related NotificationParameter
static NotificationParameter NotificationWidgetParameterFactory::createPreviewIconIdParameter ( const QString &  previewIconId  )  [inline, static]

Creates a NotificationParameter with the given preview icon ID.

Parameters:
previewIconId the preview icon ID for the notification
Returns:
the related NotificationParameter
static NotificationParameter NotificationWidgetParameterFactory::createSummaryParameter ( const QString &  summary  )  [inline, static]

Creates a NotificationParameter with the given summary text.

Parameters:
summary the summary text for the notification
Returns:
the related NotificationParameter
static NotificationParameter NotificationWidgetParameterFactory::createUserRemovableParameter ( bool  userRemovable  )  [inline, static]

Creates a NotificationParameter with the given user removability value.

Parameters:
removable whether the notification is user removable
Returns:
the related NotificationParameter
static QString NotificationWidgetParameterFactory::genericTextCatalogueKey (  )  [inline, static]

Returns the keyname of the translation catalogue of the generic text id

static QString NotificationWidgetParameterFactory::genericTextIdKey (  )  [inline, static]

Returns the keyname of the generic text id key

static QString NotificationWidgetParameterFactory::iconIdKey (  )  [inline, static]

Returns the keyname of the icon id parameter

static QString NotificationWidgetParameterFactory::imageIdKey (  )  [inline, static]

Returns the keyname of the image id parameter

static QString NotificationWidgetParameterFactory::previewIconIdKey (  )  [inline, static]

Returns the keyname of the preview icon id parameter

static QString NotificationWidgetParameterFactory::summaryKey (  )  [inline, static]

Returns the keyname of the summary parameter

static QString NotificationWidgetParameterFactory::userRemovableKey (  )  [inline, static]

Returns the keyname of the user removable parameter


The documentation for this class was generated from the following file:

Copyright © 2011 Nokia Corporation Generated on Tue Aug 30 2011 16:38:13
Doxygen 1.7.1
MeeGo Touch