#include <YQIntField.h>
Inheritance diagram for YQIntField:
Public Slots | |
void | setValueSlot (int newValue) |
Public Member Functions | |
YQIntField (QWidget *parent, const YWidgetOpt &opt, const YCPString &label, int minValue, int maxValue, int initialValue) | |
void | setEnabling (bool enabled) |
long | nicesize (YUIDimension dim) |
void | setSize (long newWidth, long newHeight) |
void | setLabel (const YCPString &label) |
virtual bool | setKeyboardFocus () |
void | setValue (int newValue) |
virtual int | value () |
Protected Attributes | |
QLabel * | _qt_label |
QSpinBox * | _qt_spinbox |
|
Constructor. |
|
Preferred size. Inherited from YWidget. Implements YWidget. |
|
Sets the widget's enabled state. Inherited from YWidget. Reimplemented from YWidget. |
|
Accept the keyboard focus. Reimplemented from YWidget. |
|
Change the IntField label. Calls YIntField::setLabel at the end. Inherited from YIntField. Reimplemented from YIntField. |
|
Set the new size of the widget. Inherited from YWidget. Reimplemented from YWidget. |
|
Change the value. Calls YIntField::setProgress at the end. Inherited from YIntField. Reimplemented from YIntField. |
|
Slot for setting the value. This is needed separately from setValue() to avoid infinite loops via ChangeWidget(). |
|
Reimplemented from YIntField. |
|
|
|
|