#include <setup_players.h>
|
void | setName (const std::string &name) |
| Sets the name displayed on the tab.
|
|
Layout & | getLayout () |
| Gets the layout handler for this container.
|
|
LayoutCell & | place (int x, int y, gcn::Widget *wg, int w=1, int h=1) |
| Adds a widget to the container and sets it at given cell.
|
|
ContainerPlacer | getPlacer (int x, int y) |
| Returns a proxy for adding widgets in an inner table of the layout.
|
|
Definition at line 35 of file setup_players.h.
◆ Setup_Players()
Setup_Players::Setup_Players |
( |
| ) |
|
◆ ~Setup_Players()
Setup_Players::~Setup_Players |
( |
| ) |
|
|
override |
◆ action()
void Setup_Players::action |
( |
const gcn::ActionEvent & |
event | ) |
|
|
override |
◆ apply()
void Setup_Players::apply |
( |
| ) |
|
|
overridevirtual |
◆ cancel()
void Setup_Players::cancel |
( |
| ) |
|
|
overridevirtual |
◆ playerRelationsUpdated()
void Setup_Players::playerRelationsUpdated |
( |
| ) |
|
|
overridevirtual |
◆ reset()
void Setup_Players::reset |
( |
| ) |
|
◆ mDefaultTrading
gcn::CheckBox* Setup_Players::mDefaultTrading |
|
private |
◆ mDefaultWhisper
gcn::CheckBox* Setup_Players::mDefaultWhisper |
|
private |
◆ mDeleteButton
gcn::Button* Setup_Players::mDeleteButton |
|
private |
◆ mEnableChatLogCheckBox
gcn::CheckBox* Setup_Players::mEnableChatLogCheckBox |
|
private |
◆ mIgnoreActionChoicesBox
gcn::DropDown* Setup_Players::mIgnoreActionChoicesBox |
|
private |
◆ mIgnoreActionChoicesModel
gcn::ListModel* Setup_Players::mIgnoreActionChoicesModel |
|
private |
◆ mPlayerScrollArea
gcn::ScrollArea* Setup_Players::mPlayerScrollArea |
|
private |
◆ mPlayerTable
◆ mPlayerTableModel
◆ mPlayerTableTitleModel
◆ mPlayerTitleTable
GuiTable* Setup_Players::mPlayerTitleTable |
|
private |
◆ mShowGender
bool Setup_Players::mShowGender |
|
private |
◆ mShowGenderCheckBox
gcn::CheckBox* Setup_Players::mShowGenderCheckBox |
|
private |
◆ mWhisperTabCheckBox
gcn::CheckBox* Setup_Players::mWhisperTabCheckBox |
|
private |
The documentation for this class was generated from the following files: