API published in: S60 1st Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknsettingitemlist.h>
Inherits CAknSettingItem.
Inherited by CAknIntegerEdwinSettingItem.
This class is not disposed toward any particular type of setting page
Public Member Functions |
|
IMPORT_C | CAknIntegerSettingItem (TInt aIdentifier, TInt &aValue) |
IMPORT_C | ~CAknIntegerSettingItem () |
virtual IMPORT_C void | StoreL () |
This command externalizes the current setting. |
|
virtual IMPORT_C void | LoadL () |
virtual IMPORT_C const TDesC & | SettingTextL () |
virtual void | EditItemL (TBool aCalledFromMenu)=0 |
Pure virtual editItemL. |
|
Protected Member Functions |
|
virtual IMPORT_C void | CompleteConstructionL () |
Method called by framework to complete the construction. |
|
IMPORT_C TInt & | InternalValueRef () |
Method to access the internal value. |
|
IMPORT_C TInt & | ExternalValueRef () |
Method to access the external reference to the external value. |
|
IMPORT_C void | SetExternalValue (TInt &aValue) |
Sets the external value's reference. |
|
|
|
Method called by framework to complete the construction. Extra allocations of memory or extra resource reading can happen here. Reimplemented from CAknSettingItem. |
|
Pure virtual editItemL.
Reimplemented from CAknSettingItem. Implemented in CAknIntegerEdwinSettingItem. |
|
Method to access the external reference to the external value. Note that this class only accesses the external integer via a copy of a reference to it.
|
|
Method to access the internal value.
|
|
Reimplemented from CAknSettingItem. |
|
Sets the external value's reference. The external vlue is externally owned, so this does not make a copy.
|
|
Reimplemented from CAknSettingItem. |
|
This command externalizes the current setting. The displayed (internal) copy is transferred to the external copy (the one referenced in the constructor). This must be called by the client if he wants this to happen. Note that StoreAllL() on the setting item list will call this for each setting item. Reimplemented from CAknSettingItem. |