#include <playerselector.h>
Inheritance diagram for PlayerSelector:

Public Member Functions | |
| PlayerSelector (PG_Widget *parent, const PG_Rect &r, GameMap *map, bool multiselect=true, int suppress=0) | |
| int | getSelectedPlayers () |
| void | setSelection (int s) |
Definition at line 23 of file playerselector.h.
| PlayerSelector::PlayerSelector | ( | PG_Widget * | parent, | |
| const PG_Rect & | r, | |||
| GameMap * | map, | |||
| bool | multiselect = true, |
|||
| int | suppress = 0 | |||
| ) |
Definition at line 14 of file playerselector.cpp.
| int PlayerSelector::getSelectedPlayers | ( | ) |
| void PlayerSelector::setSelection | ( | int | s | ) |
Definition at line 38 of file playerselector.cpp.
References MultiListBox::getListBox().
Referenced by NewMessage::NewMessage().
1.5.1