![]() |
Home · All Namespaces · All Classes |
#include <notificationwidgetparameterfactory.h>
Creates NotificationParameters related to notification widgets.
Definition at line 29 of file notificationwidgetparameterfactory.h.
| static QString NotificationWidgetParameterFactory::actionKey | ( | ) | [inline, static] |
Returns the keyname of the content id parameter
Definition at line 72 of file notificationwidgetparameterfactory.h.
| static QString NotificationWidgetParameterFactory::bodyKey | ( | ) | [inline, static] |
Returns the keyname of the body parameter
Definition at line 58 of file notificationwidgetparameterfactory.h.
| static NotificationParameter NotificationWidgetParameterFactory::createActionParameter | ( | const QString & | action | ) | [inline, static] |
Creates a NotificationParameter with the given content ID.
| action | the action for the notification |
Definition at line 153 of file notificationwidgetparameterfactory.h.
00153 { 00154 return NotificationParameter(actionKey(), QVariant(action)); 00155 }

| static NotificationParameter NotificationWidgetParameterFactory::createBodyParameter | ( | const QString & | body | ) | [inline, static] |
Creates a NotificationParameter with the given body text.
| body | the body text for the notification |
Definition at line 123 of file notificationwidgetparameterfactory.h.
00123 { 00124 return NotificationParameter(bodyKey(), QVariant(body)); 00125 }

| static NotificationParameter NotificationWidgetParameterFactory::createGenericTextCatalogueParameter | ( | const QString & | genericTextCatalogue | ) | [inline, static] |
Creates a NotificationParameter with the given generic text catalogue value.
| genericTextID | catalogue for the generic text for the notification |
Definition at line 183 of file notificationwidgetparameterfactory.h.
00183 { 00184 return NotificationParameter(genericTextCatalogueKey(), QVariant(genericTextCatalogue)); 00185 }

| static NotificationParameter NotificationWidgetParameterFactory::createGenericTextIdParameter | ( | const QString & | genericTextId | ) | [inline, static] |
Creates a NotificationParameter with the given generic text value.
| genericTextID | ID for the generic text for the notification |
Definition at line 173 of file notificationwidgetparameterfactory.h.
00173 { 00174 return NotificationParameter(genericTextIdKey(), QVariant(genericTextId)); 00175 }

| static NotificationParameter NotificationWidgetParameterFactory::createIconIdParameter | ( | const QString & | iconId | ) | [inline, static] |
Creates a NotificationParameter with the given icon ID.
| iconId | the icon ID for the notification |
Definition at line 103 of file notificationwidgetparameterfactory.h.
00103 { 00104 return NotificationParameter(iconIdKey(), QVariant(iconId)); 00105 }

| static NotificationParameter NotificationWidgetParameterFactory::createImageIdParameter | ( | const QString & | imageId | ) | [inline, static] |
Creates a NotificationParameter with the given image ID.
| imageId | the image ID for the notification |
Definition at line 143 of file notificationwidgetparameterfactory.h.
00143 { 00144 return NotificationParameter(imageIdKey(), QVariant(imageId)); 00145 }

| static NotificationParameter NotificationWidgetParameterFactory::createPreviewIconIdParameter | ( | const QString & | previewIconId | ) | [inline, static] |
Creates a NotificationParameter with the given preview icon ID.
| previewIconId | the preview icon ID for the notification |
Definition at line 113 of file notificationwidgetparameterfactory.h.
00113 { 00114 return NotificationParameter(iconIdKey(), QVariant(previewIconId)); 00115 }

| static NotificationParameter NotificationWidgetParameterFactory::createSummaryParameter | ( | const QString & | summary | ) | [inline, static] |
Creates a NotificationParameter with the given summary text.
| summary | the summary text for the notification |
Definition at line 133 of file notificationwidgetparameterfactory.h.
00133 { 00134 return NotificationParameter(summaryKey(), QVariant(summary)); 00135 }

| static NotificationParameter NotificationWidgetParameterFactory::createUserRemovableParameter | ( | bool | userRemovable | ) | [inline, static] |
Creates a NotificationParameter with the given user removability value.
| removable | whether the notification is user removable |
Definition at line 163 of file notificationwidgetparameterfactory.h.
00163 { 00164 return NotificationParameter(userRemovableKey(), QVariant(userRemovable)); 00165 }

| static QString NotificationWidgetParameterFactory::genericTextCatalogueKey | ( | ) | [inline, static] |
Returns the keyname of the translation catalogue of the generic text id
Definition at line 93 of file notificationwidgetparameterfactory.h.
| static QString NotificationWidgetParameterFactory::genericTextIdKey | ( | ) | [inline, static] |
Returns the keyname of the generic text id key
Definition at line 86 of file notificationwidgetparameterfactory.h.
| static QString NotificationWidgetParameterFactory::iconIdKey | ( | ) | [inline, static] |
Returns the keyname of the icon id parameter
Definition at line 36 of file notificationwidgetparameterfactory.h.
| static QString NotificationWidgetParameterFactory::imageIdKey | ( | ) | [inline, static] |
Returns the keyname of the image id parameter
Definition at line 65 of file notificationwidgetparameterfactory.h.
| static QString NotificationWidgetParameterFactory::previewIconIdKey | ( | ) | [inline, static] |
Returns the keyname of the preview icon id parameter
Definition at line 43 of file notificationwidgetparameterfactory.h.
| static QString NotificationWidgetParameterFactory::summaryKey | ( | ) | [inline, static] |
Returns the keyname of the summary parameter
Definition at line 51 of file notificationwidgetparameterfactory.h.
| static QString NotificationWidgetParameterFactory::userRemovableKey | ( | ) | [inline, static] |
Returns the keyname of the user removable parameter
Definition at line 79 of file notificationwidgetparameterfactory.h.
| Copyright © 2010 Nokia Corporation | Generated on Wed Nov 10 16:05:10 2010 Doxygen 1.6.1 |
MeeGo Touch |