|
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.
|