This tree-view diplays the state machine.It is essentially a QTreeWidgetItem, but it also holds a pointer to the state or transition item (from the data-model) for each node in the tree. More...
#include <customtreewidgetitem.h>
Public Member Functions | |
CustomTreeWidgetItem (CustomTreeWidgetItem *parent=NULL) | |
void | setData (QObject *d) |
QObject * | data () |
This tree-view diplays the state machine.
It is essentially a QTreeWidgetItem, but it also holds a pointer to the state or transition item (from the data-model) for each node in the tree.
CustomTreeWidgetItem::CustomTreeWidgetItem | ( | CustomTreeWidgetItem * | parent = NULL |
) |
QObject * CustomTreeWidgetItem::data | ( | ) |
void CustomTreeWidgetItem::setData | ( | QObject * | d | ) |