CAknQueryValue Class Reference
#include
<mw/AknQueryValue.h>
| class CAknQueryValue : public CBase |
Detailed Description
Pure virtual class that adds some standard functionality for queries
Member Attribute Documentation
iFlags
Flags that determine behavior
iSettingPageEditorResourceId
|
TInt
| iSettingPageEditorResourceId | [protected] |
Resource id for editor in setting page
iSettingPageResourceId
|
TInt
| iSettingPageResourceId | [protected] |
Resource id for setting page
Member Function Documentation
AppendValueIfNewL ( )
| IMPORT_C void | AppendValueIfNewL | ( | ) | [virtual] |
Method to add the current value to the QueryValueArray if it is new. The new value is not owned by QueryValue object, but is "given away"
IsValidIndex ( TInt )
|
TBool
| IsValidIndex | ( | TInt | aIndex | ) | [protected, inline] |
Check if given index is valid within descriptor array
| Parameter | Description | | aIndex | index to be checked |
SetAutoAppend ( TBool )
| IMPORT_C void | SetAutoAppend | ( | TBool | aAppend | ) | [virtual] |
Set the QueryValue to append a new user value, if distinct from former value
| Parameter | Description | | aAppend | set/unset flag EAutoAppendBitIndex |
SetQueryMode ( MAknQueryValue::TMode )
Set QueryMode to be whether query or settingpage -mode
TMode
| Parameter | Description | | aMode | value from |
SetSettingPageResourceIds ( TInt, TInt )
| IMPORT_C void | SetSettingPageResourceIds | ( | TInt | aSettingPageResourceId, |
| | TInt | aSettingPageEditorResourceId |
| | ) | [virtual] |
Override the default resource IDs used if a Setting Page mode query is put up.
| Parameter | Description | | aSettingPageResourceId | AVKON_SETTING_PAGE resource ID to use |
| aSettingPageEditorResourceId | Editor resource ID to use (takes precedence) |