|
libyui
|
#include <YDateField.h>
Public Member Functions | |
| virtual | ~YDateField () |
| virtual const char * | widgetClass () const |
Protected Member Functions | |
| YDateField (YWidget *parent, const string &label) | |
Input field for entering a date.
Derived classes are required to implement: value() setValue()
For both methods the date is formatted as "YYYY-MM-DD". See YSimpleInputField.h for more details.
| YDateField::YDateField | ( | YWidget * | parent, |
| const string & | label | ||
| ) | [protected] |
Constructor.
| YDateField::~YDateField | ( | ) | [virtual] |
Destructor.
| virtual const char* YDateField::widgetClass | ( | ) | const [inline, virtual] |
Returns a descriptive name of this widget class for logging, debugging etc.
Reimplemented from YWidget.
1.7.3