Subclass of QComboBox that uses the item delegate above.
More...
#include <QtComboCheckBox.qo.h>
|
void | stateChanged () |
| This signal is emitted when the user has finished changing the
checkboxes. More...
|
|
Subclass of QComboBox that uses the item delegate above.
Based on http://da-crystal.net/GCMS/blog/checkboxlist-in-qt/
Definition at line 64 of file QtComboCheckBox.qo.h.
casa::QtComboCheckBox::QtComboCheckBox |
( |
QWidget * |
parent = NULL | ) |
|
Constructor which takes optional parent.
casa::QtComboCheckBox::~QtComboCheckBox |
( |
| ) |
|
bool casa::QtComboCheckBox::eventFilter |
( |
QObject * |
object, |
|
|
QEvent * |
event |
|
) |
| |
Overrides QObject::eventFilter().
QString casa::QtComboCheckBox::getDisplayText |
( |
| ) |
const |
Gets/Sets the display text.
bool casa::QtComboCheckBox::indexIsToggled |
( |
int |
index | ) |
const |
Gets/Sets whether the checkbox at the given index is toggled.
void casa::QtComboCheckBox::paintEvent |
( |
QPaintEvent * |
event | ) |
|
|
protected |
Overrides QWidget::paintEvent().
void casa::QtComboCheckBox::setDisplayText |
( |
const QString & |
text | ) |
|
void casa::QtComboCheckBox::stateChanged |
( |
| ) |
|
|
signal |
This signal is emitted when the user has finished changing the
checkboxes.
void casa::QtComboCheckBox::toggleIndex |
( |
int |
index, |
|
|
bool |
toggled |
|
) |
| |
QString casa::QtComboCheckBox::itsDisplayText_ |
|
private |
The documentation for this class was generated from the following file: