ManaPlus
|
#include <sortlistmodelbuy.h>
Public Member Functions | |
SortListModelBuy () | |
int | getNumberOfElements () |
std::string | getElementAt (int i) |
Public Member Functions inherited from ListModel | |
ListModel () | |
virtual | ~ListModel () |
Definition at line 49 of file sortlistmodelbuy.h.
|
inline |
Definition at line 52 of file sortlistmodelbuy.h.
|
inlinevirtual |
Gets an element at a certain index in the list.
i | An index in the list. |
Implements ListModel.
Definition at line 61 of file sortlistmodelbuy.h.
References getNumberOfElements(), and SORT_NAME_BUY.
|
inlinevirtual |
Gets the number of elements in the list.
Implements ListModel.
Definition at line 58 of file sortlistmodelbuy.h.
Referenced by getElementAt().