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