|
libyui-qt
2.52.4
|


Public Member Functions | |
| YQDateField (YWidget *parent, const std::string &label) | |
| Constructor. | |
| virtual | ~YQDateField () |
| Destructor. | |
| virtual std::string | value () |
| Get the current value (the text entered by the user or set from the outside) of this input field. More... | |
| virtual void | setValue (const std::string &newValue) |
| Set the current value (the text entered by the user or set from the outside) of this input field. More... | |
| virtual void | setLabel (const std::string &label) |
| Set the label (the caption above the input field). More... | |
| virtual void | setEnabled (bool enabled) |
| Set enabled/disabled state. More... | |
| virtual int | preferredWidth () |
| Preferred width of the widget. More... | |
| virtual int | preferredHeight () |
| Preferred height of the widget. More... | |
| virtual void | setSize (int newWidth, int newHeight) |
| Set the new size of the widget. More... | |
| virtual bool | setKeyboardFocus () |
| Accept the keyboard focus. More... | |
Protected Attributes | |
| YQWidgetCaption * | _caption |
| QDateEdit * | _qt_dateEdit |
Definition at line 37 of file YQDateField.h.
|
virtual |
Preferred height of the widget.
Reimplemented from YWidget.
Definition at line 110 of file YQDateField.cc.
|
virtual |
Preferred width of the widget.
Reimplemented from YWidget.
Definition at line 104 of file YQDateField.cc.
|
virtual |
Set enabled/disabled state.
Reimplemented from YWidget.
Definition at line 97 of file YQDateField.cc.
|
virtual |
Accept the keyboard focus.
Reimplemented from YWidget.
Definition at line 122 of file YQDateField.cc.
|
virtual |
Set the label (the caption above the input field).
Reimplemented from YSimpleInputField.
Definition at line 90 of file YQDateField.cc.

|
virtual |
Set the new size of the widget.
Reimplemented from YWidget.
Definition at line 116 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 82 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 76 of file YQDateField.cc.