API published in: S60 1st Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknqueryvalue.h>
Inherits MAknQueryValue.
Inherited by CAknQueryValueDate, CAknQueryValueDuration, CAknQueryValueNumber, CAknQueryValuePhone, CAknQueryValueText, and CAknQueryValueTime.
Public Member Functions |
|
virtual IMPORT_C void | SetQueryMode (MAknQueryValue::TMode aMode) |
Set QueryMode to be whether query or settingpage -mode. |
|
virtual IMPORT_C void | SetSettingPageResourceIds (TInt aSettingPageResourceId, TInt aSettingPageEditorResourceId) |
Override the default resource IDs used if a Setting Page mode query is put up. |
|
virtual IMPORT_C void | SetAutoAppend (TBool aAppend) |
Set the QueryValue to append a new user value, if distinct from former value. |
|
virtual IMPORT_C void | AppendValueIfNewL () |
Method to add the current value to the QueryValueArray if it is new. |
|
Protected Member Functions |
|
TBool | IsValidIndex (TInt aIndex) |
Check if given index is valid within descriptor array. |
|
Protected Attributes |
|
TBitFlags16 | iFlags |
Flags that determine behavior. |
|
TInt | iSettingPageResourceId |
Resource id for setting page. |
|
TInt | iSettingPageEditorResourceId |
Resource id for editor in setting page. |
|
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" Implements MAknQueryValue. Reimplemented in CAknQueryValueDate, CAknQueryValueDuration, CAknQueryValueNumber, CAknQueryValuePhone, CAknQueryValueText, and CAknQueryValueTime. |
|
Check if given index is valid within descriptor array.
|
|
Set the QueryValue to append a new user value, if distinct from former value.
Implements MAknQueryValue. |
|
Set QueryMode to be whether query or settingpage -mode.
Implements MAknQueryValue. |
|
Override the default resource IDs used if a Setting Page mode query is put up.
Implements MAknQueryValue. |
|
Flags that determine behavior. |
|
Resource id for editor in setting page. |
|
Resource id for setting page. |