#include <mw/aknsettingitemlist.h>
| class CAknBigSettingItemBase : public CAknSettingItem |
| Public Member Functions | |
|---|---|
| CAknBigSettingItemBase(TInt) | |
| Protected Member Functions | |
|---|---|
| virtual IMPORT_C const TDesC & | SettingTextL() |
| Inherited Enumerations | |
|---|---|
| CAknSettingItem:TFlags | |
| CAknSettingItem:TSettingItemProtection | |
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().
| IMPORT_C | CAknBigSettingItemBase | ( | TInt | aIdentifier | ) |
Contruct the "Big" setting item. The passed resource identifier all that is needed There is no external value to reference.
| IMPORT_C const TDesC & | SettingTextL | ( | ) | [protected, virtual] |
Reimplemented from CAknSettingItem::SettingTextL()