#include <detectwin.h>
Classes | |
class | DetectWinPrivate |
Public Member Functions | |
DetectWin (QObject *parent) | |
~DetectWin () | |
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 37 of file detectwin.h.
DetectWin::DetectWin | ( | QObject * | parent | ) |
Definition at line 45 of file detectwin.cpp.
DetectWin::~DetectWin | ( | ) |
Definition at line 51 of file detectwin.cpp.
void DetectWin::addInput | ( | InputDevice * | i | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 77 of file detectwin.cpp.
void DetectWin::addJoystick | ( | InputDevice * | i | ) |
Definition at line 94 of file detectwin.cpp.
void DetectWin::addKeyboard | ( | InputDevice * | i | ) |
Definition at line 82 of file detectwin.cpp.
void DetectWin::addMouse | ( | InputDevice * | i | ) |
Definition at line 88 of file detectwin.cpp.
void DetectWin::addTouch | ( | InputDevice * | i | ) |
Definition at line 100 of file detectwin.cpp.
void DetectWin::addUnknown | ( | InputDevice * | i | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 106 of file detectwin.cpp.
void DetectWin::clear | ( | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 67 of file detectwin.cpp.
void DetectWin::detectDevices | ( | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 55 of file detectwin.cpp.
QList< InputDevice * > DetectWin::inputList | ( | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 111 of file detectwin.cpp.
QList< Joystick * > DetectWin::joystickList | ( | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 126 of file detectwin.cpp.
QList< Keyboard * > DetectWin::keyboardList | ( | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 116 of file detectwin.cpp.
QList< Mouse * > DetectWin::mouseList | ( | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 121 of file detectwin.cpp.
void DetectWin::setAllEnabled | ( | bool | enable | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 59 of file detectwin.cpp.
QList< Touch * > DetectWin::touchList | ( | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 131 of file detectwin.cpp.
QList< InputDevice * > DetectWin::unknownDeviceList | ( | ) | [virtual] |
Implements GluonInput::Detect.
Definition at line 136 of file detectwin.cpp.