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;
Definition YQIntField.h:40
virtual void setValueInternal(int val)
Definition YQIntField.cc:96
virtual ~YQIntField()
Definition YQIntField.cc:82
virtual void setLabel(const std::string &label)
Definition YQIntField.cc:113
virtual int preferredHeight()
Definition YQIntField.cc:137
void valueChanged(int newValue)
virtual void setEnabled(bool enabled)
Definition YQIntField.cc:121
virtual int preferredWidth()
Definition YQIntField.cc:130
virtual int value()
Definition YQIntField.cc:89
void valueChangedSlot(int newValue)
Definition YQIntField.cc:104
virtual bool setKeyboardFocus()
Definition YQIntField.cc:151
virtual void setSize(int newWidth, int newHeight)
Definition YQIntField.cc:144