#include <setup_joystick.h>

Definition at line 31 of file setup_joystick.h.
Public Member Functions | |
| Setup_Joystick () | |
| 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 | action (const gcn::ActionEvent &event) |
Private Attributes | |
| gcn::Label * | mCalibrateLabel |
| gcn::Button * | mCalibrateButton |
| bool | mOriginalJoystickEnabled |
| gcn::CheckBox * | mJoystickEnabled |
| Setup_Joystick::Setup_Joystick | ( | ) |
Definition at line 36 of file setup_joystick.cpp.
| void Setup_Joystick::apply | ( | ) | [virtual] |
Called when the Apply button is pressed in the setup window.
Implements SetupTab.
Definition at line 99 of file setup_joystick.cpp.
| void Setup_Joystick::cancel | ( | ) | [virtual] |
Called when the Cancel button is pressed in the setup window.
Implements SetupTab.
Definition at line 90 of file setup_joystick.cpp.
| void Setup_Joystick::action | ( | const gcn::ActionEvent & | event | ) |
Definition at line 61 of file setup_joystick.cpp.
gcn::Label* Setup_Joystick::mCalibrateLabel [private] |
Definition at line 42 of file setup_joystick.h.
gcn::Button* Setup_Joystick::mCalibrateButton [private] |
Definition at line 43 of file setup_joystick.h.
bool Setup_Joystick::mOriginalJoystickEnabled [private] |
Definition at line 44 of file setup_joystick.h.
gcn::CheckBox* Setup_Joystick::mJoystickEnabled [private] |
Definition at line 45 of file setup_joystick.h.
1.5.5