Public Member Functions

CustomTreeWidgetItem Class Reference
[FormView]

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>

List of all members.

Public Member Functions

 CustomTreeWidgetItem (CustomTreeWidgetItem *parent=NULL)
void setData (QObject *d)
QObject * data ()

Detailed Description

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.


Constructor & Destructor Documentation

CustomTreeWidgetItem::CustomTreeWidgetItem ( CustomTreeWidgetItem parent = NULL  ) 

Member Function Documentation

QObject * CustomTreeWidgetItem::data (  ) 
void CustomTreeWidgetItem::setData ( QObject *  d  ) 

The documentation for this class was generated from the following files: