QtGui/qcheckbox.h Source File
Go to the documentation of this file.
53 class QCheckBoxPrivate;
60 Q_PROPERTY(
bool tristate READ isTristate WRITE setTristate)
67 QSize sizeHint()
const;
68 QSize minimumSizeHint()
const;
70 void setTristate(
bool y =
true);
71 bool isTristate()
const;
77 void stateChanged(
int);
81 bool hitButton(
const QPoint &pos)
const;
83 void nextCheckState();
86 void initStyleOption(QStyleOptionButton *option)
const;
95 inline QT3_SUPPORT ToggleState state()
const
96 {
return static_cast<QCheckBox::ToggleState
>(
static_cast<int>(checkState())); }
97 inline QT3_SUPPORT
void setState(ToggleState state)
98 { setCheckState(static_cast<Qt::CheckState>(static_cast<int>(state))); }
99 inline QT3_SUPPORT
void setNoChange()
114 #endif // QCHECKBOX_H
#define QT_BEGIN_NAMESPACE
GLuint const GLchar * name