#include <AknsRlParameter.h>
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. |
|
|
|
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.
|
|
|
Name (key) of the parameter. No ownership is vested in this structure. Guaranteed to be non-null.
|
|
|
Value of a number parameter. This field is only valid in number parameters.
|
|
|
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.
|
|
|
Type of the parameter.
|