A label that shows gamepad connection status.
More...
#include <gamepadIndicator.h>
|
void | setOn () |
| Updates the status to 'connect'. More...
|
|
void | setOff () |
| Updates the status to 'disconnect'. More...
|
|
void | connected (bool connected) |
| Updates the status according to connected parameters. More...
|
|
A label that shows gamepad connection status.
GamepadIndicator::GamepadIndicator |
( |
Controller & |
controller, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
|
explicit |
- Parameters
-
controller | is used to get the current gamepad info |
void GamepadIndicator::connected |
( |
bool |
connected | ) |
|
|
slot |
Updates the status according to connected parameters.
void GamepadIndicator::setOff |
( |
| ) |
|
|
slot |
Updates the status to 'disconnect'.
void GamepadIndicator::setOn |
( |
| ) |
|
|
slot |
Updates the status to 'connect'.
The documentation for this class was generated from the following files: