#include <VectBoolWidget.h>
Public Slots | |
void | theModelHasChanged () |
Signals | |
void | changed () |
Public Member Functions | |
VectBoolItem (QObject *parent, int pos, VectBoolModel *model) | |
bool | isActivated () const |
void | activated (bool val) |
Properties | |
bool | activated |
Private Attributes | |
int | _pos |
bool | _old_status |
VectBoolModel * | _model |
VectBoolItem::VectBoolItem | ( | QObject * | parent, |
int | pos, | ||
VectBoolModel * | model | ||
) |
bool VectBoolItem::isActivated | ( | ) | const |
References _model, _pos, and VectBoolModel::getStatusAt().
void VectBoolItem::activated | ( | bool | val | ) |
References _model, _old_status, _pos, and VectBoolModel::setStatusAt().
|
slot |
References _old_status, changed(), and isActivated().
|
signal |
|
private |
|
mutableprivate |
|
private |
|
readwrite |