![]() |
ManaPlus
|
#include <ignorechoiceslistmodel.h>
Public Member Functions | |
| IgnoreChoicesListModel () | |
| int | getNumberOfElements () |
| std::string | getElementAt (int i) |
Public Member Functions inherited from ListModel | |
| ListModel () | |
| virtual | ~ListModel () |
Class for choosing one of the various ‘what to do when ignoring a player’ options
Definition at line 37 of file ignorechoiceslistmodel.h.
|
inline |
Definition at line 40 of file ignorechoiceslistmodel.h.
|
inlinevirtual |
Gets an element at a certain index in the list.
| i | An index in the list. |
Implements ListModel.
Definition at line 52 of file ignorechoiceslistmodel.h.
References getNumberOfElements(), PlayerRelationsManager::getPlayerIgnoreStrategies(), and playerRelations.
|
inlinevirtual |
Gets the number of elements in the list.
Implements ListModel.
Definition at line 46 of file ignorechoiceslistmodel.h.
References CAST_S32, playerRelations, and EmoteDB::size().
Referenced by getElementAt().