|
| enum | Region {
ALL
, R1
, R2
, R3
,
SENTINAL
} |
|
|
| IARURegions (QObject *parent=nullptr) |
|
int | rowCount (QModelIndex const &parent=QModelIndex{}) const override |
|
QVariant | data (QModelIndex const &, int role=Qt::DisplayRole) const override |
|
QVariant | headerData (int section, Qt::Orientation, int=Qt::DisplayRole) const override |
|
|
static char const * | name (Region) |
|
static Region | value (QString const &) |
The documentation for this class was generated from the following files: