#include <mw/eikmfne.h>
class CEikTTimeEditor : public CEikMfne |
Public Member Functions | |
---|---|
pure virtual void | GetMinimumAndMaximum(TTime &, TTime &) |
pure virtual TTime | GetTTime() |
pure virtual void | SetMinimumAndMaximum(const TTime &, const TTime &) |
pure virtual void | SetTTime(const TTime &) |
Inherited Attributes | |
---|---|
CCoeControl::iCoeEnv | |
CCoeControl::iContext | |
CCoeControl::iPosition | |
CCoeControl::iSize | |
CEikBorderedControl::iBorder |
Inherited Enumerations | |
---|---|
CCoeControl:TZoomType | |
CEikMfne:TFeatureId | |
CEikMfne:TFingerSupportParams |
Specifies an abstract interface for time and date editors where the time and date are set and retrieved using the TTime class.
TTime | GetTTime | ( | ) | const [pure virtual] |
An implementation (of this pure virtual function) should get the time from the editor.
Can only be called if CEikMfne::PrepareForFocusLossL() succeeded.
Returns: The time.
An implementation (of this pure virtual function) should set the range of allowable time values.
This defines the maximum and minimum values that may be entered by the user.
Parameter | Description |
---|---|
aMinimumTime | The minimum allowable value. |
aMaximumTime | The maximum allowable value. |
void | SetTTime | ( | const TTime & | aTime | ) | [pure virtual] |
An implementation (of this pure virtual function) should set the time in the editor.
Parameter | Description |
---|---|
aTime | The time. |