#include <TIDItemModel.hpp>
|
static const std::map< int,
std::vector< IddObjectType > > | tidToOSTypeMap |
|
openstudio::TIDItemModel::TIDItemModel |
( |
const QDomDocument & |
document, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
virtual openstudio::TIDItemModel::~TIDItemModel |
( |
| ) |
|
|
virtual |
int openstudio::TIDItemModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
QVariant openstudio::TIDItemModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
override |
Qt::ItemFlags openstudio::TIDItemModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
override |
QModelIndex openstudio::TIDItemModel::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
|
override |
QModelIndex openstudio::TIDItemModel::indexForTID |
( |
int |
tid | ) |
const |
QModelIndex openstudio::TIDItemModel::parent |
( |
const QModelIndex & |
index | ) |
const |
|
override |
int openstudio::TIDItemModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
const std::map<int,std::vector<IddObjectType> > openstudio::TIDItemModel::tidToOSTypeMap |
|
static |