26#include <guichan/actionlistener.hpp>
27#include <guichan/keylistener.hpp>
39 public gcn::KeyListener
54 void action(
const gcn::ActionEvent &event)
override;
56 void keyPressed(gcn::KeyEvent &keyEvent)
override;
This class is a helper for adding widgets to nested tables in a window.
gcn::RadioButton * mSwitchAccountServer
void action(const gcn::ActionEvent &event) override
Called when receiving actions from the widgets.
std::vector< gcn::RadioButton * > mOptions
void placeOption(ContainerPlacer &place, gcn::RadioButton *option)
gcn::RadioButton * mForceQuit
void keyPressed(gcn::KeyEvent &keyEvent) override
gcn::RadioButton * mSwitchCharacter
gcn::RadioButton * mLogoutQuit
LayoutCell & place(int x, int y, gcn::Widget *, int w=1, int h=1)
Adds a widget to the window and sets it at given cell.