GluonInput::CustomInput Class Reference
#include <custominput.h>
List of all members.
Detailed Description
Definition at line 36 of file custominput.h.
Constructor & Destructor Documentation
| CustomInput::CustomInput |
( |
QObject * |
parent = 0 |
) |
|
| CustomInput::~CustomInput |
( |
|
) |
|
Member Function Documentation
| void GluonInput::CustomInput::absAxisChanged |
( |
QString |
name, |
|
|
int |
value | |
|
) |
| | [signal] |
| QStringList CustomInput::absAxisNameList |
( |
|
) |
|
| QStringList CustomInput::buttonNameList |
( |
|
) |
|
| void GluonInput::CustomInput::buttonPressed |
( |
QString |
name |
) |
[signal] |
| void GluonInput::CustomInput::buttonReleased |
( |
QString |
name |
) |
[signal] |
| void GluonInput::CustomInput::relAxisChanged |
( |
QString |
name, |
|
|
int |
value | |
|
) |
| | [signal] |
| QStringList CustomInput::relAxisNameList |
( |
|
) |
|
| void CustomInput::remAbsAxis |
( |
const QString & |
name |
) |
|
| void CustomInput::remButton |
( |
const QString & |
name |
) |
|
| void CustomInput::remRelAxis |
( |
const QString & |
name |
) |
|
| void CustomInput::setAbsAxis |
( |
const QString & |
name, |
|
|
InputDevice * |
input, |
|
|
int |
axis | |
|
) |
| | |
| void CustomInput::setButton |
( |
const QString & |
name |
) |
|
| void CustomInput::setButton |
( |
const QString & |
name, |
|
|
InputDevice * |
input, |
|
|
int |
keyCode | |
|
) |
| | |
| void CustomInput::setRelAxis |
( |
const QString & |
name, |
|
|
InputDevice * |
input, |
|
|
int |
axis | |
|
) |
| | |
The documentation for this class was generated from the following files: