◆ YQTimeField()
YQTimeField::YQTimeField |
( |
YWidget * | parent, |
|
|
const std::string & | label ) |
◆ ~YQTimeField()
YQTimeField::~YQTimeField |
( |
| ) |
|
|
virtual |
◆ preferredHeight()
int YQTimeField::preferredHeight |
( |
| ) |
|
|
virtual |
Preferred height of the widget.
Reimplemented from YWidget.
◆ preferredWidth()
int YQTimeField::preferredWidth |
( |
| ) |
|
|
virtual |
Preferred width of the widget.
Reimplemented from YWidget.
◆ setEnabled()
void YQTimeField::setEnabled |
( |
bool | enabled | ) |
|
|
virtual |
Set enabled/disabled state.
Reimplemented from YWidget.
◆ setKeyboardFocus()
bool YQTimeField::setKeyboardFocus |
( |
| ) |
|
|
virtual |
Accept the keyboard focus.
Reimplemented from YWidget.
◆ setLabel()
void YQTimeField::setLabel |
( |
const std::string & | label | ) |
|
|
virtual |
Set the label (the caption above the input field).
Reimplemented from YSimpleInputField.
◆ setSize()
void YQTimeField::setSize |
( |
int | newWidth, |
|
|
int | newHeight ) |
|
virtual |
Set the new size of the widget.
Reimplemented from YWidget.
◆ setValue()
void YQTimeField::setValue |
( |
const std::string & | newValue | ) |
|
|
virtual |
Set the current value (the text entered by the user or set from the outside) of this input field.
Implemented from YSimpleInputField.
◆ value()
string YQTimeField::value |
( |
| ) |
|
|
virtual |
Get the current value (the text entered by the user or set from the outside) of this input field.
Implemented from YSimpleInputField.
The documentation for this class was generated from the following files:
- /builddir/build/BUILD/libyui-4.6.0/libyui-qt/src/YQTimeField.h
- /builddir/build/BUILD/libyui-4.6.0/libyui-qt/src/YQTimeField.cc