|
mkRPG
|
The CellTypeListModel class presents the "images" Images as a Qt Model-View framework's list model. More...
#include <itemmodels.h>
Public Member Functions | |
| ImageListModel (QObject *parent=nullptr) | |
| void | setGame (Game *game) |
| int | rowCount (const QModelIndex &parent) const Q_DECL_OVERRIDE |
| QVariant | data (const QModelIndex &index, int role) const Q_DECL_OVERRIDE |
| int | getIndex (Image *im) const |
| Image * | getImage (int i) |
The CellTypeListModel class presents the "images" Images as a Qt Model-View framework's list model.
1.7.6.1