ManaPlus
|
#include <magicschoolmodel.h>
Public Member Functions | |
MagicSchoolModel () | |
int | getNumberOfElements () |
std::string | getElementAt (int i) |
Public Member Functions inherited from ListModel | |
ListModel () | |
virtual | ~ListModel () |
Definition at line 48 of file magicschoolmodel.h.
|
inline |
Definition at line 51 of file magicschoolmodel.h.
|
inlinevirtual |
Gets an element at a certain index in the list.
i | An index in the list. |
Implements ListModel.
Definition at line 62 of file magicschoolmodel.h.
References getNumberOfElements(), and MAGIC_SCHOOL_TEXT.
|
inlinevirtual |
Gets the number of elements in the list.
Implements ListModel.
Definition at line 57 of file magicschoolmodel.h.
Referenced by getElementAt().