class CEikTTimeEditor : public CEikMfne |
Specifies an abstract interface for time and date editors where the time and date are set and retrieved using the TTime class.
Public Member Functions | |
---|---|
void | GetMinimumAndMaximum(TTime &, TTime &) |
TTime | GetTTime() |
void | SetMinimumAndMaximum(const TTime &, const TTime &) |
void | SetTTime(const TTime &) |
Inherited Enumerations | |
---|---|
CCoeControl:TZoomType | |
CEikMfne:TFeatureId | |
CEikMfne:TFingerSupportParams |
Inherited Attributes | |
---|---|
CCoeControl::iCoeEnv | |
CCoeControl::iContext | |
CCoeControl::iPosition | |
CCoeControl::iSize | |
CEikBorderedControl::iBorder |
void | GetMinimumAndMaximum | ( | TTime & | aMinimumTime, |
TTime & | aMaximum | |||
) | const [pure virtual] |
An implementation (of this pure virtual function) should get the range of allowable time values.
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.
The time.
void | SetMinimumAndMaximum | ( | const TTime & | aMinimumTime, |
const TTime & | aMaximumTime | |||
) | [pure virtual] |
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.