TAknsRlParameterData Struct Reference

#include <mw/AknsRlParameter.h>

struct TAknsRlParameterData
Public Attributes
union TAknsRlParameterData::@167@168
const TAknsRlGraphicsParam *iGfx
const TDesC16 *iName
TInt iNumber
const TDesC16 *iString
TAknsRlParameterType iType

Detailed Description

Parameter data structure.

Since
2.8

Member Attribute Documentation

@168

union TAknsRlParameterData::@167@168

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

iName

const TDesC16 *iName

Name (key) of the parameter. No ownership is vested in this structure. Guaranteed to be non-null.

Since
2.8

iNumber

TInt iNumber

Value of a number parameter. This field is only valid in number parameters.

Since
2.8

iString

const TDesC16 *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

iType

Type of the parameter.

Since
2.8