libyui
3.0.10
|
#include <YTimeField.h>
Public Member Functions | |
virtual | ~YTimeField () |
virtual const char * | widgetClass () const |
Protected Member Functions | |
YTimeField (YWidget *parent, const std::string &label) |
Input field for entering a time in "hh:mm:ss" format.
Derived classes are required to implement: value() setValue() See YSimpleInputField.h for details.
Definition at line 41 of file YTimeField.h.
YTimeField::YTimeField | ( | YWidget * | parent, |
const std::string & | label | ||
) | [protected] |
Constructor.
Definition at line 43 of file YTimeField.cc.
YTimeField::~YTimeField | ( | ) | [virtual] |
Destructor.
Definition at line 51 of file YTimeField.cc.
virtual const char* YTimeField::widgetClass | ( | ) | const [inline, virtual] |
Returns a descriptive name of this widget class for logging, debugging etc.
Reimplemented from YWidget.
Definition at line 59 of file YTimeField.h.