Classes | |
class | CustomTreeWidgetItem |
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... | |
class | SCFormView |
This form window allows users to navigate the state machine using a tree widget, and to edit state and transition attributes. More... | |
class | StateSelectionWindow |
This widget is used to display a list of available states, so that the user can select a state as a transition target. More... |
The FormView provides a standard windows form for viewing and editing the state chart. It includs a tree widget for hierarchical navigation of the state chart. It also is the primary means of inserting and deleting chart elements. The size and position of chart elements can be edited in the form's attribute table, but graphical attributes are best edited with the graphicsview.