Definition at line 56 of file qcheckbox.h.
#include <qcheckbox.h>

Signals |
|
| void | stateChanged (int) |
Public Member Functions |
|
| QCheckBox (QWidget *parent=0) | |
| QCheckBox (const QString &text, QWidget *parent=0) | |
| QSize | sizeHint () const |
| void | setTristate (bool y=true) |
| bool | isTristate () const |
| Qt::CheckState | checkState () const |
| void | setCheckState (Qt::CheckState state) |
Protected Member Functions |
|
| bool | event (QEvent *e) |
| bool | hitButton (const QPoint &pos) const |
| void | checkStateSet () |
| void | nextCheckState () |
| void | paintEvent (QPaintEvent *) |
| void | mouseMoveEvent (QMouseEvent *) |
| void | initStyleOption (QStyleOptionButton *option) const |
Properties |
|
| bool | tristate |
| void setTristate | ( | bool | y = true |
) |
| bool isTristate | ( | ) | const |
| Qt::CheckState checkState | ( | ) | const |
| void setCheckState | ( | Qt::CheckState | state | ) |
| void stateChanged | ( | int | ) | [signal] |
| bool event | ( | QEvent * | e | ) | [protected, virtual] |
Reimplemented from QAbstractButton.
| bool hitButton | ( | const QPoint & | pos | ) | const [protected, virtual] |
Reimplemented from QAbstractButton.
| void checkStateSet | ( | ) | [protected, virtual] |
Reimplemented from QAbstractButton.
| void nextCheckState | ( | ) | [protected, virtual] |
Reimplemented from QAbstractButton.
| void paintEvent | ( | QPaintEvent * | ) | [protected, virtual] |
Implements QAbstractButton.
| void mouseMoveEvent | ( | QMouseEvent * | ) | [protected, virtual] |
Reimplemented from QAbstractButton.
| void initStyleOption | ( | QStyleOptionButton * | option | ) | const [protected] |
bool tristate [read, write] |
Definition at line 60 of file qcheckbox.h.