API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcoctl.lib uiklaf.lib form.lib
Required Capabilities
None
#include <eikmfne.h>
Inherits CEikMfne.
Inherited by CEikDateEditor, CEikTimeAndDateEditor, and CEikTimeEditor.
Public Member Functions |
|
virtual void | SetMinimumAndMaximum (const TTime &aMinimumTime, const TTime &aMaximumTime)=0 |
An implementation (of this pure virtual function) should set the range of allowable time values. |
|
virtual void | GetMinimumAndMaximum (TTime &aMinimumTime, TTime &aMaximum) const =0 |
An implementation (of this pure virtual function) should get the range of allowable time values. |
|
virtual void | SetTTime (const TTime &aTime)=0 |
An implementation (of this pure virtual function) should set the time in the editor. |
|
virtual TTime | GetTTime () const =0 |
An implementation (of this pure virtual function) should get the time from the editor. |
|
An implementation (of this pure virtual function) should get the range of allowable time values.
Implemented in CEikTimeEditor, CEikDateEditor, and CEikTimeAndDateEditor. |
|
An implementation (of this pure virtual function) should get the time from the editor. Can only be called if CEikMfne::PrepareForFocusLossL() succeeded.
|
|
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.
Implemented in CEikTimeEditor, CEikDateEditor, and CEikTimeAndDateEditor. |
|
An implementation (of this pure virtual function) should set the time in the editor.
|