|
Mana
|
Public Member Functions | |
| ~PlayerList () override | |
| void | setPlayers (const std::vector< Avatar * > &players) |
| int | getNumberOfElements () override |
| Returns the number of players in the list. | |
| Avatar * | getAvatarAt (int index) override |
Public Member Functions inherited from AvatarListModel | |
| std::string | getElementAt (int i) override |
Private Attributes | |
| std::vector< Avatar * > | mPlayers |
Definition at line 237 of file socialwindow.cpp.
|
inlineoverride |
Definition at line 240 of file socialwindow.cpp.
|
inlineoverridevirtual |
Implements AvatarListModel.
Definition at line 259 of file socialwindow.cpp.
|
inlineoverride |
Returns the number of players in the list.
Definition at line 254 of file socialwindow.cpp.
|
inline |
Definition at line 245 of file socialwindow.cpp.
|
private |
Definition at line 265 of file socialwindow.cpp.