TAknsRlParameterData Struct Reference

API published in: S60 2nd Ed FP 3


#include <aknsrlparameter.h>

Detailed Description

Parameter data structure.

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 TAknsRlGraphicsParam iGfx
  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.

const TDesC16* TAknsRlParameterData::iName
 

Name (key) of the parameter.

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

TInt TAknsRlParameterData::iNumber
 

Value of a number parameter.

This field is only valid in number parameters.

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.

TAknsRlParameterType TAknsRlParameterData::iType
 

Type of the parameter.


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

Copyright © Nokia Corporation 2001-2008
Back to top