API published in: S60 1st Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknsettingitemlist.h>
Inherits CAknSettingItem.
Public Member Functions |
|
IMPORT_C | CAknVolumeSettingItem (TInt aIdentifier, TInt &aExternalVolume) |
virtual IMPORT_C void | StoreL () |
This command externalizes the current setting. |
|
virtual IMPORT_C void | LoadL () |
virtual IMPORT_C const TDesC & | SettingTextL () |
virtual IMPORT_C void | EditItemL (TBool aCalledFromMenu) |
This launches the setting page for volume editing. |
|
Protected Member Functions |
|
IMPORT_C TInt & | InternalVolumeValue () |
Protected access to the volume value. |
|
virtual IMPORT_C CFbsBitmap * | CreateBitmapL () |
Obtain a bitmap from the CAknVolume. |
|
|
Obtain a bitmap from the CAknVolume. Reimplemented from CAknSettingItem. |
|
This launches the setting page for volume editing.
Reimplemented from CAknSettingItem. |
|
Protected access to the volume value.
|
|
Reimplemented from CAknSettingItem. |
|
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. |