CAknSliderSettingItem Class Reference

API published in: S60 1st Ed

Link against: avkon.lib

Capability Information

Required Capabilities

None


#include <aknsettingitemlist.h>

Inherits CAknSettingItem.


Detailed Description

Slider control setting item.

Public Member Functions

IMPORT_C  CAknSliderSettingItem (TInt aIdentifier, TInt &aExternalSliderValue)
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 slider editing.

Protected Member Functions

virtual IMPORT_C CAknSettingPage CreateSettingPageL ()
  Method to create a setting page.
virtual IMPORT_C void  CreateAndExecuteSettingPageL ()
  Method to contruct the setting page (via CreateSettingPageL), and execute it.
IMPORT_C TInt &  InternalSliderValue ()
  For access to internal value for derived classes.
virtual IMPORT_C CFbsBitmap *  CreateBitmapL ()
  Obtain a bitmap from the CAknSlider.

Constructor & Destructor Documentation

IMPORT_C CAknSliderSettingItem::CAknSliderSettingItem TInt  aIdentifier,
TInt &  aExternalSliderValue
 

Member Function Documentation

virtual IMPORT_C void CAknSliderSettingItem::CreateAndExecuteSettingPageL  )  [protected, virtual]
 

Method to contruct the setting page (via CreateSettingPageL), and execute it.

virtual IMPORT_C CFbsBitmap* CAknSliderSettingItem::CreateBitmapL  )  [protected, virtual]
 

Obtain a bitmap from the CAknSlider.

Reimplemented from CAknSettingItem.

virtual IMPORT_C CAknSettingPage* CAknSliderSettingItem::CreateSettingPageL  )  [protected, virtual]
 

Method to create a setting page.

virtual IMPORT_C void CAknSliderSettingItem::EditItemL TBool  aCalledFromMenu  )  [virtual]
 

This launches the setting page for slider editing.

Parameters:
aCalledFromMenu  - ignored in this class

Reimplemented from CAknSettingItem.

IMPORT_C TInt& CAknSliderSettingItem::InternalSliderValue  )  [protected]
 

For access to internal value for derived classes.

Returns:
A ref to the internal value
virtual IMPORT_C void CAknSliderSettingItem::LoadL  )  [virtual]
 

Reimplemented from CAknSettingItem.

virtual IMPORT_C const TDesC& CAknSliderSettingItem::SettingTextL  )  [virtual]
 

Reimplemented from CAknSettingItem.

virtual IMPORT_C void CAknSliderSettingItem::StoreL  )  [virtual]
 

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.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top