ManaPlus
|
#include <playerrelationlistmodel.h>
Public Member Functions | |
PlayerRelationListModel () | |
int | getNumberOfElements () |
std::string | getElementAt (int i) |
Public Member Functions inherited from ListModel | |
ListModel () | |
virtual | ~ListModel () |
Definition at line 51 of file playerrelationlistmodel.h.
|
inline |
Definition at line 54 of file playerrelationlistmodel.h.
|
inlinevirtual |
Gets an element at a certain index in the list.
i | An index in the list. |
Implements ListModel.
Definition at line 65 of file playerrelationlistmodel.h.
References getNumberOfElements(), and RELATION_NAMES.
|
inlinevirtual |
Gets the number of elements in the list.
Implements ListModel.
Definition at line 60 of file playerrelationlistmodel.h.
References PlayerRelation::RELATIONS_NR.
Referenced by getElementAt().