| 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.
| 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.
| void | SetTTime | ( | const TTime & | aTime | ) | [pure virtual] |
An implementation (of this pure virtual function) should set the time in the editor.
| const TTime & aTime | The time. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.