Version: 8.3.0
VectBoolSpreadSheet Class Reference

#include <VectBoolSpreadSheet.h>

Inheritance diagram for VectBoolSpreadSheet:
Inheritance graph

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
 

Constructor & Destructor Documentation

VectBoolSpreadSheet::VectBoolSpreadSheet ( QWidget *  parent)
VectBoolSpreadSheet::~VectBoolSpreadSheet ( )

References _delegate.

Member Function Documentation

void VectBoolSpreadSheet::init ( )

References _delegate.

void VectBoolSpreadSheet::selectionChanged ( const QItemSelection &  selected,
const QItemSelection &  deselected 
)
void VectBoolSpreadSheet::nbOfRowsHasChanged ( int  newNbOfRows)
slot
void VectBoolSpreadSheet::selectUnselectAllFired ( )
slot

Field Documentation

OnOffDelegate* VectBoolSpreadSheet::_delegate
private