26 #ifndef YQCheckBoxFrame_h 27 #define YQCheckBoxFrame_h 29 #include <qgroupbox.h> 30 #include <yui/YCheckBoxFrame.h> 46 const std::string & label,
54 virtual void setLabel(
const std::string & label );
61 virtual void setValue(
bool isChecked );
96 virtual void setSize(
int newWidth,
int newHeight );
111 void stateChanged(
bool newState );
122 virtual bool event(QEvent *e);
126 #endif // YQCheckBoxFrame_h virtual int preferredWidth()
Definition: YQCheckBoxFrame.cc:168
virtual void childEvent(QChildEvent *)
Definition: YQCheckBoxFrame.cc:135
virtual bool setKeyboardFocus()
Definition: YQCheckBoxFrame.cc:186
virtual bool value()
Definition: YQCheckBoxFrame.cc:68
virtual void setSize(int newWidth, int newHeight)
Definition: YQCheckBoxFrame.cc:150
virtual void setValue(bool isChecked)
Definition: YQCheckBoxFrame.cc:74
YQCheckBoxFrame(YWidget *parent, const std::string &label, bool checked)
Definition: YQCheckBoxFrame.cc:45
virtual void setLabel(const std::string &label)
Definition: YQCheckBoxFrame.cc:61
Definition: YQCheckBoxFrame.h:36
virtual int preferredHeight()
Definition: YQCheckBoxFrame.cc:177
virtual void setEnabled(bool enabled)
Definition: YQCheckBoxFrame.cc:81