#include <setup_joystick.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 30 of file setup_joystick.h.
◆ Setup_Joystick()
Setup_Joystick::Setup_Joystick |
( |
| ) |
|
◆ action()
void Setup_Joystick::action |
( |
const gcn::ActionEvent & |
event | ) |
|
|
override |
◆ apply()
void Setup_Joystick::apply |
( |
| ) |
|
|
overridevirtual |
◆ cancel()
void Setup_Joystick::cancel |
( |
| ) |
|
|
overridevirtual |
◆ mCalibrateButton
gcn::Button* Setup_Joystick::mCalibrateButton |
|
private |
◆ mCalibrateLabel
gcn::Label* Setup_Joystick::mCalibrateLabel |
|
private |
◆ mJoystickCheckBox
gcn::CheckBox* Setup_Joystick::mJoystickCheckBox |
|
private |
◆ mJoystickEnabled
bool Setup_Joystick::mJoystickEnabled |
|
private |
The documentation for this class was generated from the following files: