#include <ArmarXGui/gui-plugins/StatechartEventSenderPlugin/StateItemModel.h>
|
| void | findSubstate (StateIceBasePtr state, const std::string &globalStateIdStr, StateIceBasePtr &resultState) |
| |
| StateIceBasePtr | getState (std::string componentName, const std::string &globalStateIdStr) |
| |
| bool | setData (const QModelIndex &index, const QVariant &value, int role) override |
| |
| | StateItemModel (QObject *parent=0) |
| |
| void | updateModel (const std::string &componentName, const std::vector< StateIceBasePtr > &topLevelBaseStates, const std::vector< StateIceBasePtr > &topLevelRequestedStates) |
| |
| | ~StateItemModel () override |
| |
Definition at line 47 of file StateItemModel.h.
◆ eItemType
Enum that is used to store the type of a treeEntry.
| Enumerator |
|---|
| eComponentItem | |
| ePlaceHolderItem | |
| eBaseStateItem | |
| eInstanceStateItem | |
| eInputItem | |
Definition at line 58 of file StateItemModel.h.
◆ StateItemModel()
◆ ~StateItemModel()
◆ findSubstate()
| void findSubstate |
( |
StateIceBasePtr |
state, |
|
|
const std::string & |
globalStateIdStr, |
|
|
StateIceBasePtr & |
resultState |
|
) |
| |
◆ getState()
| StateIceBasePtr getState |
( |
std::string |
componentName, |
|
|
const std::string & |
globalStateIdStr |
|
) |
| |
◆ setData()
| bool setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role |
|
) |
| |
|
override |
◆ updateModel()
| void updateModel |
( |
const std::string & |
componentName, |
|
|
const std::vector< StateIceBasePtr > & |
topLevelBaseStates, |
|
|
const std::vector< StateIceBasePtr > & |
topLevelRequestedStates |
|
) |
| |
The documentation for this class was generated from the following files: