SpeedCrunch
0.11
|
#include <bitfieldwidget.h>
Signals | |
void | stateChanged (bool) |
Public Member Functions | |
BitWidget (int apos, QWidget *parent=0) | |
bool | state () const |
void | setState (bool state) |
Protected Member Functions | |
void | mouseReleaseEvent (QMouseEvent *) |
void | paintEvent (QPaintEvent *) |
BitWidget::BitWidget | ( | int | apos, |
QWidget * | parent = 0 |
||
) | [explicit] |
void BitWidget::mouseReleaseEvent | ( | QMouseEvent * | ) | [protected] |
void BitWidget::paintEvent | ( | QPaintEvent * | event | ) | [protected] |
void BitWidget::setState | ( | bool | state | ) | [inline] |
bool BitWidget::state | ( | ) | const [inline] |
void BitWidget::stateChanged | ( | bool | _t1 | ) | [signal] |