#include <detectmac.h>
Public Member Functions | |
| DetectMac (QObject *parent) | |
| ~DetectMac () | |
| void | detectDevices () |
| void | setAllEnabled (bool enable) |
| QList< InputDevice * > | inputList () |
| QList< Keyboard * > | keyboardList () |
| QList< Mouse * > | mouseList () |
| QList< Joystick * > | joystickList () |
| QList< Touch * > | touchList () |
| QList< InputDevice * > | unknownDeviceList () |
| void | addInput (InputDevice *i) |
| void | addKeyboard (InputDevice *i) |
| void | addMouse (InputDevice *i) |
| void | addJoystick (InputDevice *i) |
| void | addTouch (InputDevice *i) |
| void | addUnknown (InputDevice *i) |
| void | clear () |
Definition at line 42 of file detectmac.h.
| DetectMac::DetectMac | ( | QObject * | parent | ) |
Definition at line 33 of file detectmac.cpp.
| DetectMac::~DetectMac | ( | ) |
Definition at line 39 of file detectmac.cpp.
| void DetectMac::addInput | ( | InputDevice * | i | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 141 of file detectmac.cpp.
| void DetectMac::addJoystick | ( | InputDevice * | i | ) |
Definition at line 162 of file detectmac.cpp.
| void DetectMac::addKeyboard | ( | InputDevice * | i | ) |
Definition at line 146 of file detectmac.cpp.
| void DetectMac::addMouse | ( | InputDevice * | i | ) |
Definition at line 154 of file detectmac.cpp.
| void DetectMac::addTouch | ( | InputDevice * | i | ) |
Definition at line 170 of file detectmac.cpp.
| void DetectMac::addUnknown | ( | InputDevice * | i | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 178 of file detectmac.cpp.
| void DetectMac::clear | ( | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 184 of file detectmac.cpp.
| void DetectMac::detectDevices | ( | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 45 of file detectmac.cpp.
| QList< InputDevice * > DetectMac::inputList | ( | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 110 of file detectmac.cpp.
| QList< Joystick * > DetectMac::joystickList | ( | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 125 of file detectmac.cpp.
| QList< Keyboard * > DetectMac::keyboardList | ( | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 115 of file detectmac.cpp.
| QList< Mouse * > DetectMac::mouseList | ( | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 120 of file detectmac.cpp.
| void DetectMac::setAllEnabled | ( | bool | enable | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 194 of file detectmac.cpp.
| QList< Touch * > DetectMac::touchList | ( | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 130 of file detectmac.cpp.
| QList< InputDevice * > DetectMac::unknownDeviceList | ( | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 135 of file detectmac.cpp.
1.6.3