|
mkRPG
|
Definition of the model presentation class for parameter and flags as a tree. More...
Go to the source code of this file.
Data Structures | |
| class | GameTreeItem< type > |
| The GameTreeItem define a convienent tree item for the ParamTreeItemModel and FlagTreeItemModel classes. More... | |
| class | ParamTreeItemModel |
| The ParamTreeItemModel class presents the parameters of an object using the QAbstractItemModel interface. More... | |
| class | FlagTreeItemModel |
| The ParamTreeItemModel class presents the flags of an object using the QAbstractItemModel interface. More... | |
| class | EventTreeItemModel |
| The EventTreeItemModel class presents the events of an object using the QAbstractItemModel interface. More... | |
| class | OrderTreeItemModel |
| The OrderTreeItemModel class presents the orders of an object using the QAbstractItemModel interface. More... | |
Enumerations | |
| enum | ItemType { ParamItem, FlagItem, EventItem, OrderItem } |
| The ItemType enum describes the several types of items used in the template class GameTreeItem. More... | |
Definition of the model presentation class for parameter and flags as a tree.
| enum ItemType |
The ItemType enum describes the several types of items used in the template class GameTreeItem.
1.7.6.1