#include <setup.h>
Displays several tabs for configuring different aspects of the game.
Definition at line 48 of file setup.h.
Public Member Functions | |
Setup () | |
~Setup () | |
void | action (const gcn::ActionEvent &event) |
Event handling method. | |
void | setInGame (bool inGame) |
Enables the reset button when in game. | |
Private Attributes | |
std::list< SetupTab * > | mTabs |
gcn::Button * | mResetWindows |
void Setup::action | ( | const gcn::ActionEvent & | event | ) |
void Setup::setInGame | ( | bool | inGame | ) |
std::list<SetupTab*> Setup::mTabs [private] |
gcn::Button* Setup::mResetWindows [private] |