TAknsRlParameterData Struct Reference

struct TAknsRlParameterData

Parameter data structure.

Since
2.8
Public Attributes
union TAknsRlParameterData::@276@277
const TAknsRlGraphicsParam *iGfx
const TDesC16 *iName
TInt iNumber
const TDesC16 *iString
TAknsRlParameterType iType

Member Data Documentation

union TAknsRlParameterData::@276 @277

union TAknsRlParameterData::@276@277

const TAknsRlGraphicsParam * iGfx

const TAknsRlGraphicsParam *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 * iName

const TDesC16 *iName

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

Since
2.8

TInt iNumber

TInt iNumber

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

Since
2.8

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

TAknsRlParameterType iType

TAknsRlParameterType iType

Type of the parameter.

Since
2.8