API published in: S60 1st Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknmfnesettingpage.h>
Inherits CAknSettingPage.
Inherited by CAknDateSettingPage, CAknDurationSettingPage, CAknIpFieldSettingPage, CAknTimeOffsetSettingPage, and CAknTimeSettingPage.
It performs all the layout.
Public Member Functions |
|
IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
From CCoeControl. |
|
virtual IMPORT_C | ~CAknMfneSettingPage () |
Destructor. |
|
Protected Member Functions |
|
IMPORT_C | CAknMfneSettingPage (TInt ResourceId) |
Constructor using purely Setting page resource. |
|
IMPORT_C | CAknMfneSettingPage (const TDesC *aSettingTitleText, TInt aSettingNumber, TInt aControlType, TInt aEditorResourceId, TInt aSettingPageResourceId) |
Constructor that allows separate setting page and editor resources. |
|
virtual IMPORT_C void | SizeChanged () |
Framework method called when the control needs to be re-laid out. |
|
IMPORT_C void | Draw (const TRect &aRect) const |
Draws the control. |
|
IMPORT_C CEikMfne * | Mfne () const |
Type-specific access to control. |
|
IMPORT_C void | CheckAndSetDataValidity () |
Implementation of of validity framework method for mfnes. |
|
virtual IMPORT_C void | HandleControlEventL (CCoeControl *aControl, TCoeEvent aEventType) |
From MCoeControlObserver: Acts upon changes in the hosted control's state. |
|
virtual IMPORT_C void | ConstructL () |
2nd stage construction. |
|
IMPORT_C TInt | CountComponentControls () const |
Standard CCoeControl routine to return the number of componentn controls. |
|
IMPORT_C CCoeControl * | ComponentControl (TInt anIndex) const |
Standard CCoeControl routine to return the control at a given index. |
|
Protected Attributes |
|
CAknButton * | iIncreaseValueButton |
CAknButton * | iDecreaseValueButton |
|
Destructor. |
|
Constructor using purely Setting page resource.
|
|
Constructor that allows separate setting page and editor resources.
|
|
Implementation of of validity framework method for mfnes. Checks if the current focused field in the mfne is valid and sets the setting page validity accordingly. This method is called in order for the softkeys to be updated Reimplemented from CAknSettingPage. |
|
Standard CCoeControl routine to return the control at a given index.
Reimplemented from CAknSettingPage. |
|
2nd stage construction. This creates the editing buttons in touch enabled builds. Reimplemented from CAknSettingPage. Reimplemented in CAknDateSettingPage, CAknTimeSettingPage, CAknDurationSettingPage, CAknTimeOffsetSettingPage, and CAknIpFieldSettingPage. |
|
Standard CCoeControl routine to return the number of componentn controls.
Reimplemented from CAknSettingPage. |
|
Draws the control. Framework method Reimplemented from CAknSettingPage. |
|
From MCoeControlObserver: Acts upon changes in the hosted control's state. This observer method performs
Reimplemented from CAknSettingPage. |
|
From CCoeControl. Handles pointer events Reimplemented from CAknSettingPage. Reimplemented in CAknDateSettingPage, CAknTimeSettingPage, CAknDurationSettingPage, CAknTimeOffsetSettingPage, and CAknIpFieldSettingPage. |
|
Type-specific access to control. |
|
Framework method called when the control needs to be re-laid out. Reimplemented from CAknSettingPage. |
|
|