TAknsRlParameterData Struct Reference

#include <
AknsRlParameter.h>

Detailed Description

Parameter data structure.
Since:
2.8

Data Fields

const TDesC16 * iName
 Name (key) of the parameter.
TAknsRlParameterType iType
 Type of the parameter.
TInt iNumber
 Value of a number parameter.
const TDesC16 * iString
 Value of a string parameter.
const TAknsRlGraphicsParamiGfx
 Value of a graphics parameter.

Field Documentation

const TAknsRlGraphicsParam* TAknsRlParameterData::iGfx
 

Value of a graphics parameter.

No ownership is vested in this structure. This field is only valid in graphics parameters, and guaranteed to be non-null for them.

Since:
2.8
const TDesC16* TAknsRlParameterData::iName
 

Name (key) of the parameter.

No ownership is vested in this structure. Guaranteed to be non-null.

Since:
2.8
TInt TAknsRlParameterData::iNumber
 

Value of a number parameter.

This field is only valid in number parameters.

Since:
2.8
const TDesC16* TAknsRlParameterData::iString
 

Value of a string parameter.

No ownership is vested in this structure. This field is only valid in string parameters, and guaranteed to be non-null for them.

Since:
2.8
TAknsRlParameterType TAknsRlParameterData::iType
 

Type of the parameter.

Since:
2.8

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

Copyright © Nokia Corporation 2001-2007
Back to top