CAknBigSettingItemBase Class Reference

API published in: S60 1st Ed

Link against: avkon.lib

Capability Information

Required Capabilities

None


#include <aknsettingitemlist.h>

Inherits CAknSettingItem.


Detailed Description

This class can be used as a base class for "Big Settings".

The additional functionality is small - merely to ensure that there is an empty string in the list box text.

To derive from this class, the client code is usually expected to add a new constructor, re-implement StoreL, LoadL() and EditItemL().


Public Member Functions

IMPORT_C  CAknBigSettingItemBase (TInt aIdentifier)
  Contruct the "Big" setting item.

Protected Member Functions

virtual IMPORT_C const TDesC &  SettingTextL ()

Constructor & Destructor Documentation

IMPORT_C CAknBigSettingItemBase::CAknBigSettingItemBase TInt  aIdentifier  ) 
 

Contruct the "Big" setting item.

The passed resource identifier all that is needed There is no external value to reference.


Member Function Documentation

virtual IMPORT_C const TDesC& CAknBigSettingItemBase::SettingTextL  )  [protected, virtual]
 

Reimplemented from CAknSettingItem.


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

Copyright © Nokia Corporation 2001-2008
Back to top