ManaPlus
|
#include <colorlistmodel.h>
Public Member Functions | |
ColorListModel () | |
int | getNumberOfElements () |
std::string | getElementAt (int i) |
Public Member Functions inherited from ListModel | |
ListModel () | |
virtual | ~ListModel () |
Definition at line 63 of file colorlistmodel.h.
|
inline |
Definition at line 66 of file colorlistmodel.h.
|
inlinevirtual |
Gets an element at a certain index in the list.
i | An index in the list. |
Implements ListModel.
Definition at line 77 of file colorlistmodel.h.
References COLOR_NAME, and getNumberOfElements().
|
inlinevirtual |
Gets the number of elements in the list.
Implements ListModel.
Definition at line 72 of file colorlistmodel.h.
Referenced by getElementAt().