#include <VectBoolSpreadSheet.h>
VectBoolModel::VectBoolModel |
( |
int |
maxSize, |
|
|
int |
nbRows |
|
) |
| |
std::size_t VectBoolModel::getSize |
( |
| ) |
const |
bool VectBoolModel::getStatusAt |
( |
int |
pos | ) |
const |
void VectBoolModel::setStatusAt |
( |
int |
pos, |
|
|
bool |
val |
|
) |
| |
int VectBoolModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
int VectBoolModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
bool VectBoolModel::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role = Qt::EditRole |
|
) |
| |
QVariant VectBoolModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
QVariant VectBoolModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
bool VectBoolModel::setCurrentItems |
( |
const QStringList & |
dts, |
|
|
const QStringList & |
its, |
|
|
const QStringList & |
tts |
|
) |
| |
int VectBoolModel::getNbOfActivatedTimeSteps |
( |
| ) |
const |
void VectBoolModel::setNumberOfRows |
( |
int |
newNbOfRows | ) |
|
void VectBoolModel::selectUnselectAll |
( |
| ) |
|
void VectBoolModel::nbOfTimeStepsOnChanged |
( |
int |
newNbOfTimeStepsOn, |
|
|
int |
totalNbOfTS |
|
) |
| |
|
signal |
void VectBoolModel::setCurSize |
( |
int |
sz | ) |
|
|
private |
int VectBoolModel::curSize |
( |
| ) |
const |
|
private |
std::vector<bool> VectBoolModel::_activated |
|
private |
QStringList VectBoolModel::_dts |
|
private |
QStringList VectBoolModel::_its |
|
private |
QStringList VectBoolModel::_tts |
|
private |
int VectBoolModel::_cur_size |
|
private |
int VectBoolModel::_nb_rows |
|
private |