#include <mw/aknsettingitemlist.h>
class CAknIpFieldSettingItem : public CAknSettingItem |
Public Member Functions | |
---|---|
CAknIpFieldSettingItem(TInt, TInetAddr &) | |
~CAknIpFieldSettingItem() | |
virtual IMPORT_C void | CompleteConstructionL() |
virtual IMPORT_C void | EditItemL(TBool) |
virtual IMPORT_C void | LoadL() |
virtual IMPORT_C const TDesC & | SettingTextL() |
virtual IMPORT_C void | StoreL() |
Inherited Enumerations | |
---|---|
CAknSettingItem:TFlags | |
CAknSettingItem:TSettingItemProtection |
IP Address setting item
Abstract data type for IP address setting. Launches a CAknIpFieldSettingPage that in turn uses the CAknIpFieldEditor
IMPORT_C void | CompleteConstructionL | ( | ) | [virtual] |
Reimplemented from CAknSettingItem::CompleteConstructionL()
Method called by framework to complete the construction. Extra allocations of memory or extra resource reading can happen here.
IMPORT_C void | EditItemL | ( | TBool | aCalledFromMenu | ) | [virtual] |
Reimplemented from CAknSettingItem::EditItemL(TBool)
This launches the setting page for IP address editing
Parameter | Description |
---|---|
aCalledFromMenu | - ignored in this class |
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.