#include <elementmodel.h>
Definition at line 50 of file elementmodel.h.
◆ Column
Enumerator |
---|
NameColumn | |
SourceStateColumn | |
TargetStateColumn | |
_LastColumn | |
Definition at line 61 of file elementmodel.h.
◆ Role
◆ TransitionListModel()
TransitionListModel::TransitionListModel |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ ~TransitionListModel()
TransitionListModel::~TransitionListModel |
( |
| ) |
|
◆ columnCount()
int TransitionListModel::columnCount |
( |
const QModelIndex & |
parent | ) |
const |
|
override |
◆ data()
QVariant TransitionListModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
override |
◆ headerData()
QVariant TransitionListModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
override |
◆ roleNames()
QHash< int, QByteArray > TransitionListModel::roleNames |
( |
| ) |
const |
|
override |
◆ rowCount()
int TransitionListModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ setState()
void TransitionListModel::setState |
( |
State * |
state | ) |
|
◆ state()
State * TransitionListModel::state |
( |
| ) |
const |
◆ stateChanged
void KDSME::TransitionListModel::stateChanged |
( |
| ) |
|
|
signal |
◆ state
The documentation for this class was generated from the following files: