#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 |
Parameter data structure.
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.
const TDesC16 * | iName |
Name (key) of the parameter. No ownership is vested in this structure. Guaranteed to be non-null.
TInt | iNumber |
Value of a number parameter. This field is only valid in number parameters.
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.