CAknIpFieldSettingItem Class Reference

API published in: S60 1st Ed

Link against: avkon.lib

Capability Information

Required Capabilities

None


#include <aknsettingitemlist.h>

Inherits CAknSettingItem.


Detailed Description

IP Address setting item.

Abstract data type for IP address setting. Launches a CAknIpFieldSettingPage that in turn uses the CAknIpFieldEditor


Public Member Functions

IMPORT_C  CAknIpFieldSettingItem (TInt aIdentifier, TInetAddr &aIpAddress)
IMPORT_C  ~CAknIpFieldSettingItem ()
  Destructor.
IMPORT_C void  CompleteConstructionL ()
  Method called by framework to complete the construction.
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 IP address editing.

Constructor & Destructor Documentation

IMPORT_C CAknIpFieldSettingItem::CAknIpFieldSettingItem TInt  aIdentifier,
TInetAddr &  aIpAddress
 
IMPORT_C CAknIpFieldSettingItem::~CAknIpFieldSettingItem  ) 
 

Destructor.


Member Function Documentation

IMPORT_C void CAknIpFieldSettingItem::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 CAknIpFieldSettingItem::EditItemL TBool  aCalledFromMenu  )  [virtual]
 

This launches the setting page for IP address editing.

Parameters:
aCalledFromMenu  - ignored in this class

Reimplemented from CAknSettingItem.

virtual IMPORT_C void CAknIpFieldSettingItem::LoadL  )  [virtual]
 

Reimplemented from CAknSettingItem.

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

Reimplemented from CAknSettingItem.

virtual IMPORT_C void CAknIpFieldSettingItem::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