|
libyui-qt
2.44.0
|


Public Member Functions | |
| YQDateField (YWidget *parent, const std::string &label) | |
| virtual | ~YQDateField () |
| virtual std::string | value () |
| virtual void | setValue (const std::string &newValue) |
| virtual void | setLabel (const std::string &label) |
| virtual void | setEnabled (bool enabled) |
| virtual int | preferredWidth () |
| virtual int | preferredHeight () |
| virtual void | setSize (int newWidth, int newHeight) |
| virtual bool | setKeyboardFocus () |
Protected Attributes | |
| YQWidgetCaption * | _caption |
| QDateEdit * | _qt_dateEdit |
Definition at line 37 of file YQDateField.h.
| YQDateField::YQDateField | ( | YWidget * | parent, |
| const std::string & | label | ||
| ) |
Constructor.
Definition at line 38 of file YQDateField.cc.
|
virtual |
Destructor.
Definition at line 64 of file YQDateField.cc.
|
virtual |
Preferred height of the widget.
Reimplemented from YWidget.
Definition at line 103 of file YQDateField.cc.
|
virtual |
Preferred width of the widget.
Reimplemented from YWidget.
Definition at line 97 of file YQDateField.cc.
|
virtual |
Set enabled/disabled state.
Reimplemented from YWidget.
Definition at line 90 of file YQDateField.cc.
|
virtual |
Accept the keyboard focus.
Reimplemented from YWidget.
Definition at line 115 of file YQDateField.cc.
|
virtual |
Set the label (the caption above the input field).
Reimplemented from YSimpleInputField.
Definition at line 83 of file YQDateField.cc.

|
virtual |
Set the new size of the widget.
Reimplemented from YWidget.
Definition at line 109 of file YQDateField.cc.
|
virtual |
Set the current value (the text entered by the user or set from the outside) of this input field.
Implemented from YSimpleInputField.
Definition at line 76 of file YQDateField.cc.
|
virtual |
Get the current value (the text entered by the user or set from the outside) of this input field.
Implemented from YSimpleInputField.
Definition at line 70 of file YQDateField.cc.