#include <YTime.h>
Inheritance diagram for YTime:

Public Member Functions | |
| YTime (const YWidgetOpt &opt, const YCPString &label) | |
| virtual char * | widgetClass () |
| YCPValue | changeWidget (const YCPSymbol &property, const YCPValue &newvalue) |
| YCPValue | queryWidget (const YCPSymbol &property) |
| virtual void | setNewTime (const YCPString &text)=0 |
| virtual YCPString | getTime ()=0 |
| virtual void | setLabel (const YCPString &label) |
Protected Attributes | |
| YCPString | label |
| bool | autoAdvance |
Implementation of the Time and Heading widgets
|
||||||||||||
|
Creates a new date
|
|
||||||||||||
|
Implements the ui command changeWidget. Reimplemented from YWidget. |
|
|
get the date currently entered in the Time entry |
|
|
Implements the ui command queryWidget Reimplemented from YWidget. |
|
|
change the label of the Time entry. Overload this, but call YTextEntry::setLabel at the end of your own function. |
|
|
Set the date in the entry to a new value |
|
|
Returns a descriptive name of this widget class for logging, debugging etc. Reimplemented from YWidget. |
|
|
Flag: This property holds whether the editor automatically advances to the next section. |
|
|
Current label |
1.4.6