|
mkRPG
|
The MapsListModel class provides a presentation class for the Qt Model-View framework. More...
#include <mapslistmodel.h>
Public Slots | |
| void | update () |
Public Member Functions | |
| MapsListModel (QObject *parent=0) | |
| MapsListModel (World &w, QObject *parent=0) | |
| void | setWorld (World &w) |
| int | rowCount (const QModelIndex &parent) const Q_DECL_OVERRIDE |
| QVariant | data (const QModelIndex &index, int role) const Q_DECL_OVERRIDE |
| bool | insertRows (int row, int count, const QModelIndex &parent) Q_DECL_OVERRIDE |
| bool | removeRows (int row, int count, const QModelIndex &parent) Q_DECL_OVERRIDE |
The MapsListModel class provides a presentation class for the Qt Model-View framework.
1.7.6.1