|
mkRPG
|
Definition of Model/View presentation classes. More...
#include <QAbstractListModel>#include <QAbstractTableModel>#include "../game.h"#include "../mappainter.h"Go to the source code of this file.
Data Structures | |
| class | MapsListModel |
| The MapsListModel class provides a presentation class for the Qt Model-View framework. More... | |
| class | CellTypeListModel |
| The CellTypeListModel class presents the "cell types" CellType as a Qt Model-View framework's list model. More... | |
| class | MapTypeListModel |
| The CellTypeListModel class presents the "map types" MapType as a Qt Model-View framework's list model. More... | |
Definition of Model/View presentation classes.
1.7.6.1