◆ YQIntField()
YQIntField::YQIntField |
( |
YWidget * |
parent, |
|
|
const std::string & |
label, |
|
|
int |
minValue, |
|
|
int |
maxValue, |
|
|
int |
initialValue |
|
) |
| |
◆ ~YQIntField()
YQIntField::~YQIntField |
( |
| ) |
|
|
virtual |
◆ preferredHeight()
int YQIntField::preferredHeight |
( |
| ) |
|
|
virtual |
Preferred height of the widget.
Reimplemented from YWidget.
◆ preferredWidth()
int YQIntField::preferredWidth |
( |
| ) |
|
|
virtual |
Preferred width of the widget.
Reimplemented from YWidget.
◆ setEnabled()
void YQIntField::setEnabled |
( |
bool |
enabled | ) |
|
|
virtual |
Sets the widget's enabled state.
Inherited from YWidget.
◆ setKeyboardFocus()
bool YQIntField::setKeyboardFocus |
( |
| ) |
|
|
virtual |
Accept the keyboard focus.
Reimplemented from YWidget.
◆ setLabel()
void YQIntField::setLabel |
( |
const std::string & |
label | ) |
|
|
virtual |
Set the label (the caption above the input field).
Reimplemented from YIntField.
◆ setSize()
void YQIntField::setSize |
( |
int |
newWidth, |
|
|
int |
newHeight |
|
) |
| |
|
virtual |
Set the new size of the widget.
Reimplemented from YWidget.
◆ setValueInternal()
void YQIntField::setValueInternal |
( |
int |
val | ) |
|
|
protectedvirtual |
Set the current value (the number entered by the user or set from the outside) of this IntField. 'val' is guaranteed to be between minValue and maxValue; no further checks are required.
Implemented from YIntField.
◆ value()
int YQIntField::value |
( |
| ) |
|
|
virtual |
Get the current value (the number entered by the user or set from the outside) of this IntField.
Implemented from YIntField.
◆ valueChanged
void YQIntField::valueChanged |
( |
int |
newValue | ) |
|
|
signal |
Emitted when the value changes (regardless of the notify flag).
◆ valueChangedSlot
void YQIntField::valueChangedSlot |
( |
int |
newValue | ) |
|
|
protectedslot |
Slot for "value changed". This will send a ValueChanged event if 'notify' is set.
The documentation for this class was generated from the following files:
- /builddir/build/BUILD/libyui-4.6.0/libyui-qt/src/YQIntField.h
- /builddir/build/BUILD/libyui-4.6.0/libyui-qt/src/YQIntField.cc