API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcoctl.lib uiklaf.lib form.lib
Required Capabilities
None
#include <aknipfed.h>
Inherits CEikMfne.
CAknIpFieldEditor
class implements an editor for an IP address.
Based on Crystal CCknIpFieldEditor
.
Public Member Functions |
|
IMPORT_C | CAknIpFieldEditor () |
C++ default constructor. |
|
void | ConstructL (TInetAddr &aMinimumAddress, TInetAddr &aMaximumAddress, TInetAddr &aInitialAddress, const TInt aFlags=0) |
Two phased constructor. |
|
IMPORT_C void | SetAddress (const TInetAddr &aAddress) |
Sets the editor's value dynamically. |
|
IMPORT_C TInetAddr | Address () const |
Gets the editor's value. |
|
virtual IMPORT_C void | SetMinimumAndMaximum (const TInetAddr &aMinimumAddress, const TInetAddr &aMaximumAddress) |
Sets the minimum and maximum editor values. |
|
virtual IMPORT_C void | GetMinimumAndMaximum (TInetAddr &aMinimumAddress, TInetAddr &aMaximumAddress) const |
Gets the minimum and maximum editor values. |
|
IMPORT_C TInetAddr | ReadIPAddress (TResourceReader &aResourceReader) |
Gets an IP address from resources. |
|
IMPORT_C void | ConstructFromResourceL (TResourceReader &aResourceReader) |
From CCoeControl . |
|
IMPORT_C TKeyResponse | OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType) |
From CCoeControl . |
|
IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
From CCoeControl . |
|
Static Public Member Functions |
|
static IMPORT_C CAknIpFieldEditor * | NewL (TInetAddr &aMinimumAddress, TInetAddr &aMaximumAddress, TInetAddr &aInitialAddress) |
Two phased constructor. |
|
static IMPORT_C CAknIpFieldEditor * | NewL () |
Two phased constructor. |
|
C++ default constructor. |
|
Gets the editor's value.
|
|
From Constructs controls from a resource file. Essential for Dialog/Form construction.
|
|
Two phased constructor.
|
|
Gets the minimum and maximum editor values.
|
|
From Handles pointer events.
Reimplemented from CEikMfne. |
|
Two phased constructor.
Requires a call for
|
|
Two phased constructor. Constructs a CAknIpFieldEditor object using given parameters.
|
|
From Handles key events. Called by framework when a key event occurs.
Reimplemented from CEikMfne. |
|
Gets an IP address from resources.
|
|
Sets the editor's value dynamically.
|
|
Sets the minimum and maximum editor values.
|