mkRPG
Public Slots | Public Member Functions
MapsListModel Class Reference

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

Detailed Description

The MapsListModel class provides a presentation class for the Qt Model-View framework.


The documentation for this class was generated from the following files:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Defines