![]() |
Home · All Namespaces · All Classes |
#include <notificationparameter.h>

Public Member Functions | |
| NotificationParameter (const QString &name, const QVariant &value) | |
| virtual | ~NotificationParameter () |
| QString | name () const |
| QVariant | value () const |
NotificationParameter is a class for providing a notification parameter.
Definition at line 29 of file notificationparameter.h.
| NotificationParameter::NotificationParameter | ( | const QString & | name, | |
| const QVariant & | value | |||
| ) |
Creates a notification parameter with a given name and value.
| name | the name of the parameter | |
| value | the value of the parameter |
Definition at line 22 of file notificationparameter.cpp.
| NotificationParameter::~NotificationParameter | ( | ) | [virtual] |
Destroys the NotificationParameter.
Definition at line 28 of file notificationparameter.cpp.
| QString NotificationParameter::name | ( | ) | const |
Returns the name of the parameter.
Definition at line 32 of file notificationparameter.cpp.
| QVariant NotificationParameter::value | ( | ) | const |
Returns the value of the parameter.
Definition at line 37 of file notificationparameter.cpp.
| Copyright © 2010 Nokia Corporation | Generated on Wed Nov 10 16:05:09 2010 Doxygen 1.6.1 |
MeeGo Touch |