CAknMemorySelectionSettingItem Class Reference

API published in: S60 2nd Ed

Link against: commondialogs.lib

Capability Information

Required Capabilities

None


#include <caknmemoryselectionsettingitem.h>

Inherits CAknSettingItem.


Detailed Description

CAknMemorySelectionSettingItem is a setting item class that launches a CAknMemorySelectionSettingPage.

Public Member Functions

IMPORT_C  CAknMemorySelectionSettingItem (TInt aIdentifier, CAknMemorySelectionSettingPage::TMemory &aSelectedMemory)
  Constructor.
virtual IMPORT_C  ~CAknMemorySelectionSettingItem ()
IMPORT_C void  CompleteConstructionL ()
  Method called by framework to complete the construction.
virtual IMPORT_C void  EditItemL (TBool aCalledFromMenu)
  From CAknSettingItem.
virtual IMPORT_C void  LoadL ()
  From CAknSettingItem.
virtual IMPORT_C void  StoreL ()
  From CAknSettingItem.
virtual IMPORT_C const TDesC &  SettingTextL ()
  From CAknSettingItem.

Protected Attributes

CAknMemorySelectionSettingPage::TMemory iExternalData
CAknMemorySelectionSettingPage::TMemory  iInternalData
CAknMemorySelectionSettingPage iSettingPage
TBuf< 64 >  iSettingText

Constructor & Destructor Documentation

IMPORT_C CAknMemorySelectionSettingItem::CAknMemorySelectionSettingItem TInt  aIdentifier,
CAknMemorySelectionSettingPage::TMemory aSelectedMemory
 

Constructor.

virtual IMPORT_C CAknMemorySelectionSettingItem::~CAknMemorySelectionSettingItem  )  [virtual]
 

Member Function Documentation

IMPORT_C void CAknMemorySelectionSettingItem::CompleteConstructionL  )  [virtual]
 

Method called by framework to complete the construction.

Extra allocations of memory or extra resource reading can happen here.

Reimplemented from CAknSettingItem.

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

From CAknSettingItem.

Reimplemented from CAknSettingItem.

virtual IMPORT_C void CAknMemorySelectionSettingItem::LoadL  )  [virtual]
 

From CAknSettingItem.

Reimplemented from CAknSettingItem.

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

From CAknSettingItem.

Reimplemented from CAknSettingItem.

virtual IMPORT_C void CAknMemorySelectionSettingItem::StoreL  )  [virtual]
 

From CAknSettingItem.

Reimplemented from CAknSettingItem.


Field Documentation

CAknMemorySelectionSettingPage::TMemory& CAknMemorySelectionSettingItem::iExternalData [protected]
 
CAknMemorySelectionSettingPage::TMemory CAknMemorySelectionSettingItem::iInternalData [protected]
 
CAknMemorySelectionSettingPage* CAknMemorySelectionSettingItem::iSettingPage [protected]
 

Reimplemented from CAknSettingItem.

TBuf<64> CAknMemorySelectionSettingItem::iSettingText [protected]
 

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

Copyright © Nokia Corporation 2001-2008
Back to top