#include <mw/aknsettingitemlist.h>
| class CAknSliderSettingItem : public CAknSettingItem |
| Public Member Functions | |
|---|---|
| CAknSliderSettingItem(TInt, TInt &) | |
| virtual IMPORT_C void | EditItemL(TBool) |
| virtual IMPORT_C void | LoadL() |
| virtual IMPORT_C const TDesC & | SettingTextL() |
| virtual IMPORT_C void | StoreL() |
| Protected Member Functions | |
|---|---|
| virtual IMPORT_C void | CreateAndExecuteSettingPageL() |
| virtual IMPORT_C CFbsBitmap * | CreateBitmapL() |
| virtual IMPORT_C CAknSettingPage * | CreateSettingPageL() |
| IMPORT_C TInt & | InternalSliderValue() |
| Inherited Enumerations | |
|---|---|
| CAknSettingItem:TFlags | |
| CAknSettingItem:TSettingItemProtection | |
Slider control setting item
| IMPORT_C void | CreateAndExecuteSettingPageL | ( | ) | [protected, virtual] |
Method to contruct the setting page (via CreateSettingPageL), and execute it
| IMPORT_C CFbsBitmap * | CreateBitmapL | ( | ) | [protected, virtual] |
Reimplemented from CAknSettingItem::CreateBitmapL()
Obtain a bitmap from the CAknSlider
| IMPORT_C CAknSettingPage * | CreateSettingPageL | ( | ) | [protected, virtual] |
Method to create a setting page
| IMPORT_C void | EditItemL | ( | TBool | aCalledFromMenu | ) | [virtual] |
Reimplemented from CAknSettingItem::EditItemL(TBool)
This launches the setting page for slider editing
| Parameter | Description |
|---|---|
| aCalledFromMenu | - ignored in this class |
| IMPORT_C TInt & | InternalSliderValue | ( | ) | [protected] |
For access to internal value for derived classes
Returns: A ref to the internal value
| IMPORT_C const TDesC & | SettingTextL | ( | ) | [virtual] |
Reimplemented from CAknSettingItem::SettingTextL()
| IMPORT_C void | StoreL | ( | ) | [virtual] |
Reimplemented from CAknSettingItem::StoreL()
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.