|
dRonin
adbada4
dRonin GCS
|
#include <gcscontrolgadgetoptionspage.h>
Public Member Functions | |
| GCSControlGadgetOptionsPage (GCSControlGadgetConfiguration *config, QObject *parent=nullptr) | |
| ~GCSControlGadgetOptionsPage () | |
| QWidget * | createPage (QWidget *parent) |
| void | apply () |
| void | finish () |
Public Member Functions inherited from Core::IOptionsPage | |
| IOptionsPage (QObject *parent=nullptr) | |
| virtual | ~IOptionsPage () |
| void | setIcon (QIcon icon) |
| QIcon | icon () |
| virtual QString | id () const |
| virtual QString | trName () const |
| virtual QString | category () const |
| virtual QString | trCategory () const |
Protected Slots | |
| void | gamepads (quint8 count) |
| void | buttonState (ButtonNumber number, bool pressed) |
| void | axesValues (QListInt16 values) |
| void | updateButtonFunction () |
| void | updateButtonAction (int controlID) |
| void | updateButtonAction_0 (void) |
| void | updateButtonAction_1 (void) |
| void | updateButtonAction_2 (void) |
| void | updateButtonAction_3 (void) |
| void | updateButtonAction_4 (void) |
| void | updateButtonAction_5 (void) |
| void | updateButtonAction_6 (void) |
| void | updateButtonAction_7 (void) |
Definition at line 55 of file gcscontrolgadgetoptionspage.h.