StateItemModel.h File Reference
#include <string>
#include <QStandardItemModel>
#include <ArmarXCore/statechart/Statechart.h>
#include "../ObserverPropertiesPlugin/widgets/properties/PropertiesWidget.h"
+ Include dependency graph for StateItemModel.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StateItemModel
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 

Macros

#define ARMARXGUI_BASEINSTANCE_STR   "Base Instances"
 
#define ARMARXGUI_REQUESTEDINSTANCE_STR   "Requested Instances"
 
#define STATE_COMPONENT_NAME   Qt::UserRole + 3
 
#define STATE_GLOBALSTATEID   Qt::UserRole + 6
 
#define STATE_ITEM_DELETE   Qt::UserRole + 4
 
#define STATE_ITEM_TYPE   Qt::UserRole + 1
 
#define STATE_TYPE   Qt::UserRole + 5
 

Macro Definition Documentation

◆ ARMARXGUI_BASEINSTANCE_STR

#define ARMARXGUI_BASEINSTANCE_STR   "Base Instances"

Definition at line 41 of file StateItemModel.h.

◆ ARMARXGUI_REQUESTEDINSTANCE_STR

#define ARMARXGUI_REQUESTEDINSTANCE_STR   "Requested Instances"

Definition at line 42 of file StateItemModel.h.

◆ STATE_COMPONENT_NAME

#define STATE_COMPONENT_NAME   Qt::UserRole + 3

Definition at line 36 of file StateItemModel.h.

◆ STATE_GLOBALSTATEID

#define STATE_GLOBALSTATEID   Qt::UserRole + 6

Definition at line 39 of file StateItemModel.h.

◆ STATE_ITEM_DELETE

#define STATE_ITEM_DELETE   Qt::UserRole + 4

Definition at line 37 of file StateItemModel.h.

◆ STATE_ITEM_TYPE

#define STATE_ITEM_TYPE   Qt::UserRole + 1

Definition at line 34 of file StateItemModel.h.

◆ STATE_TYPE

#define STATE_TYPE   Qt::UserRole + 5

Definition at line 38 of file StateItemModel.h.