32 #include <yui/YIntField.h> 49 const std::string & label,
85 virtual void setLabel(
const std::string & label );
113 virtual void setSize(
int newWidth,
int newHeight );
143 QSpinBox * _qt_spinBox;
147 #endif // YQIntField_h virtual bool setKeyboardFocus()
Definition: YQIntField.cc:151
virtual void setValueInternal(int val)
Definition: YQIntField.cc:96
Definition: YQIntField.h:39
virtual int value()
Definition: YQIntField.cc:89
virtual void setEnabled(bool enabled)
Definition: YQIntField.cc:121
void valueChanged(int newValue)
void valueChangedSlot(int newValue)
Definition: YQIntField.cc:104
virtual ~YQIntField()
Definition: YQIntField.cc:82
virtual void setLabel(const std::string &label)
Definition: YQIntField.cc:113
virtual int preferredHeight()
Definition: YQIntField.cc:137
YQIntField(YWidget *parent, const std::string &label, int minValue, int maxValue, int initialValue)
Definition: YQIntField.cc:43
virtual int preferredWidth()
Definition: YQIntField.cc:130
virtual void setSize(int newWidth, int newHeight)
Definition: YQIntField.cc:144