#include <VectBoolSpreadSheet.h>
Public Slots | |
void | nbOfRowsHasChanged (int newNbOfRows) |
void | selectUnselectAllFired () |
Public Member Functions | |
VectBoolSpreadSheet (QWidget *parent) | |
~VectBoolSpreadSheet () | |
void | init () |
void | selectionChanged (const QItemSelection &selected, const QItemSelection &deselected) |
Private Attributes | |
OnOffDelegate * | _delegate |
VectBoolSpreadSheet::VectBoolSpreadSheet | ( | QWidget * | parent | ) |
VectBoolSpreadSheet::~VectBoolSpreadSheet | ( | ) |
References _delegate.
void VectBoolSpreadSheet::init | ( | ) |
References _delegate.
void VectBoolSpreadSheet::selectionChanged | ( | const QItemSelection & | selected, |
const QItemSelection & | deselected | ||
) |
|
slot |
References VectBoolModel::setNumberOfRows().
|
slot |
References VectBoolModel::selectUnselectAll().
|
private |