![]() |
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.
{
return QString("action");
}
| static QString NotificationWidgetParameterFactory::bodyKey | ( | ) | [inline, static] |
Returns the keyname of the body parameter
Definition at line 58 of file notificationwidgetparameterfactory.h.
{
return QString("body");
}
| 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.
{
return NotificationParameter(actionKey(), QVariant(action));
}

| 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.
{
return NotificationParameter(bodyKey(), QVariant(body));
}

| 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.
{
return NotificationParameter(genericTextCatalogueKey(), QVariant(genericTextCatalogue));
}

| 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.
{
return NotificationParameter(genericTextIdKey(), QVariant(genericTextId));
}

| 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.
{
return NotificationParameter(iconIdKey(), QVariant(iconId));
}

| 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.
{
return NotificationParameter(imageIdKey(), QVariant(imageId));
}

| 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.
{
return NotificationParameter(iconIdKey(), QVariant(previewIconId));
}

| 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.
{
return NotificationParameter(summaryKey(), QVariant(summary));
}

| 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.
{
return NotificationParameter(userRemovableKey(), QVariant(userRemovable));
}

| 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.
{
return QString("genericTextCatalogue");
}
| static QString NotificationWidgetParameterFactory::genericTextIdKey | ( | ) | [inline, static] |
Returns the keyname of the generic text id key
Definition at line 86 of file notificationwidgetparameterfactory.h.
{
return QString("genericTextId");
}
| static QString NotificationWidgetParameterFactory::iconIdKey | ( | ) | [inline, static] |
Returns the keyname of the icon id parameter
Definition at line 36 of file notificationwidgetparameterfactory.h.
{
return QString("iconId");
}
| static QString NotificationWidgetParameterFactory::imageIdKey | ( | ) | [inline, static] |
Returns the keyname of the image id parameter
Definition at line 65 of file notificationwidgetparameterfactory.h.
{
return QString("imageId");
}
| static QString NotificationWidgetParameterFactory::previewIconIdKey | ( | ) | [inline, static] |
Returns the keyname of the preview icon id parameter
Definition at line 43 of file notificationwidgetparameterfactory.h.
{
return QString("previewIconId");
}
| static QString NotificationWidgetParameterFactory::summaryKey | ( | ) | [inline, static] |
Returns the keyname of the summary parameter
Definition at line 51 of file notificationwidgetparameterfactory.h.
{
return QString("summary");
}
| static QString NotificationWidgetParameterFactory::userRemovableKey | ( | ) | [inline, static] |
Returns the keyname of the user removable parameter
Definition at line 79 of file notificationwidgetparameterfactory.h.
{
return QString("userRemovable");
}
| Copyright © 2010 Nokia Corporation | Generated on Thu Nov 4 2010 18:19:35 Doxygen 1.7.1 |
MeeGo Touch |