Home · All Namespaces · All Classes
Public Member Functions

NotificationParameter Class Reference

#include <notificationparameter.h>

List of all members.

Public Member Functions

 NotificationParameter (const QString &name, const QVariant &value)
virtual ~NotificationParameter ()
QString name () const
QVariant value () const

Detailed Description

NotificationParameter is a class for providing a notification parameter.


Constructor & Destructor Documentation

NotificationParameter::NotificationParameter ( const QString &  name,
const QVariant &  value 
)

Creates a notification parameter with a given name and value.

Parameters:
name the name of the parameter
value the value of the parameter
NotificationParameter::~NotificationParameter (  )  [virtual]

Destroys the NotificationParameter.


Member Function Documentation

QString NotificationParameter::name (  )  const

Returns the name of the parameter.

Returns:
the name of the parameter
QVariant NotificationParameter::value (  )  const

Returns the value of the parameter.

Returns:
the value of the parameter

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

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