#include <hydrographmodels.h>
|
| enum | Column {
ColResponse = 0
,
ColActive = 1
,
ColKdep = 2
,
ColK0 = 3
,
ColKT = 4
,
ColTref = 5
,
ColTheta = 6
,
ColTfreeze = 7
,
ColSnow = 8
,
ColSnowT = 9
,
ColSnowDdf = 10
,
ColCount = 11
} |
| |
◆ Column
| Enumerator |
|---|
| ColResponse | |
| ColActive | |
| ColKdep | |
| ColK0 | |
| ColKT | |
| ColTref | |
| ColTheta | |
| ColTfreeze | |
| ColSnow | |
| ColSnowT | |
| ColSnowDdf | |
| ColCount | |
◆ HydrographDecayTableModel()
| HydrographDecayTableModel::HydrographDecayTableModel |
( |
SWMMModelLayer * |
layer | ) |
|
|
explicit |
◆ columnCount()
| int HydrographDecayTableModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ currentName()
| QString HydrographDecayTableModel::currentName |
( |
| ) |
const |
|
inline |
◆ data()
| QVariant HydrographDecayTableModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
override |
◆ flags()
| Qt::ItemFlags HydrographDecayTableModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
override |
◆ headerData()
| QVariant HydrographDecayTableModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
override |
◆ rowCount()
| int HydrographDecayTableModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ setContext()
| void HydrographDecayTableModel::setContext |
( |
const QString & |
name | ) |
|
Rebind to a different group.
◆ setData()
| bool HydrographDecayTableModel::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role = Qt::EditRole |
|
) |
| |
|
override |
The documentation for this class was generated from the following files: