#include <setup_players.h>
Definition at line 37 of file setup_players.h.
Public Member Functions | |
Setup_Players () | |
virtual | ~Setup_Players () |
void | apply () |
Called when the Apply button is pressed in the setup window. | |
void | cancel () |
Called when the Cancel button is pressed in the setup window. | |
void | reset () |
void | action (const gcn::ActionEvent &event) |
virtual void | updatedPlayer (const std::string &name) |
Private Attributes | |
StaticTableModel * | mPlayerTableTitleModel |
PlayerTableModel * | mPlayerTableModel |
GuiTable * | mPlayerTable |
GuiTable * | mPlayerTitleTable |
gcn::ScrollArea * | mPlayerScrollArea |
gcn::CheckBox * | mPersistIgnores |
gcn::CheckBox * | mDefaultTrading |
gcn::CheckBox * | mDefaultWhisper |
gcn::Button * | mDeleteButton |
gcn::ListModel * | mIgnoreActionChoicesModel |
gcn::DropDown * | mIgnoreActionChoicesBox |
bool | mWhisperTab |
gcn::CheckBox * | mWhisperTabCheckBox |
Setup_Players::Setup_Players | ( | ) |
Definition at line 218 of file setup_players.cpp.
Setup_Players::~Setup_Players | ( | ) | [virtual] |
Definition at line 300 of file setup_players.cpp.
void Setup_Players::apply | ( | ) | [virtual] |
Called when the Apply button is pressed in the setup window.
Implements SetupTab.
Definition at line 327 of file setup_players.cpp.
void Setup_Players::cancel | ( | ) | [virtual] |
Called when the Cancel button is pressed in the setup window.
Implements SetupTab.
Definition at line 343 of file setup_players.cpp.
void Setup_Players::reset | ( | ) |
Definition at line 307 of file setup_players.cpp.
void Setup_Players::action | ( | const gcn::ActionEvent & | event | ) |
Definition at line 349 of file setup_players.cpp.
void Setup_Players::updatedPlayer | ( | const std::string & | name | ) | [virtual] |
Definition at line 55 of file setup_players.h.
PlayerTableModel* Setup_Players::mPlayerTableModel [private] |
Definition at line 56 of file setup_players.h.
GuiTable* Setup_Players::mPlayerTable [private] |
Definition at line 57 of file setup_players.h.
GuiTable* Setup_Players::mPlayerTitleTable [private] |
Definition at line 58 of file setup_players.h.
gcn::ScrollArea* Setup_Players::mPlayerScrollArea [private] |
Definition at line 59 of file setup_players.h.
gcn::CheckBox* Setup_Players::mPersistIgnores [private] |
Definition at line 61 of file setup_players.h.
gcn::CheckBox* Setup_Players::mDefaultTrading [private] |
Definition at line 62 of file setup_players.h.
gcn::CheckBox* Setup_Players::mDefaultWhisper [private] |
Definition at line 63 of file setup_players.h.
gcn::Button* Setup_Players::mDeleteButton [private] |
Definition at line 65 of file setup_players.h.
gcn::ListModel* Setup_Players::mIgnoreActionChoicesModel [private] |
Definition at line 67 of file setup_players.h.
gcn::DropDown* Setup_Players::mIgnoreActionChoicesBox [private] |
Definition at line 68 of file setup_players.h.
bool Setup_Players::mWhisperTab [private] |
Definition at line 70 of file setup_players.h.
gcn::CheckBox* Setup_Players::mWhisperTabCheckBox [private] |
Definition at line 71 of file setup_players.h.