#include <setup_keyboard.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 31 of file setup_keyboard.h.
◆ Setup_Keyboard()
| Setup_Keyboard::Setup_Keyboard |
( |
| ) |
|
◆ ~Setup_Keyboard()
| Setup_Keyboard::~Setup_Keyboard |
( |
| ) |
|
|
override |
◆ action()
| void Setup_Keyboard::action |
( |
const gcn::ActionEvent & |
event | ) |
|
|
override |
◆ apply()
| void Setup_Keyboard::apply |
( |
| ) |
|
|
overridevirtual |
◆ cancel()
| void Setup_Keyboard::cancel |
( |
| ) |
|
|
overridevirtual |
◆ keyUnresolved()
| void Setup_Keyboard::keyUnresolved |
( |
| ) |
|
If a key function is unresolved, then this reverts it.
Definition at line 207 of file setup_keyboard.cpp.
◆ newKeyCallback()
| void Setup_Keyboard::newKeyCallback |
( |
int |
index | ) |
|
The callback function when a new key has been pressed.
Definition at line 192 of file setup_keyboard.cpp.
◆ refreshAssignedKey()
| void Setup_Keyboard::refreshAssignedKey |
( |
int |
index | ) |
|
◆ refreshKeys()
| void Setup_Keyboard::refreshKeys |
( |
| ) |
|
◆ mAssignKeyButton
| gcn::Button* Setup_Keyboard::mAssignKeyButton |
|
private |
◆ mKeyList
| gcn::ListBox* Setup_Keyboard::mKeyList |
|
private |
◆ mKeyListModel
◆ mKeySetting
| bool Setup_Keyboard::mKeySetting |
|
private |
◆ mMakeDefaultButton
| gcn::Button* Setup_Keyboard::mMakeDefaultButton |
|
private |
◆ mUnassignKeyButton
| gcn::Button* Setup_Keyboard::mUnassignKeyButton |
|
private |
The documentation for this class was generated from the following files: