| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/qt4/qt4spacemousedevice.h>

Public Types | |
| enum | State { DllLoadFailed, DeviceCouldNotBeOpened, NoError } |
Public Member Functions | |
| Qt4SpaceMouseDevice (QMainWindow *mainWindow) | |
| virtual | ~Qt4SpaceMouseDevice () |
| State | getState () const |
| Returns the initialization result. | |
| SO< Event > | processEvent (const MSG &msg) |
| Called by VRSQTWinApplication. | |
| VRS_TYPEINFO (Qt4SpaceMouseDevice, Qt4WinApplication::Device) | |
Note: If the initialization process fails, no error is procuced, because the device is an optional feature and should not lead to a program failure. Use getState() to check the initialization result.
| VRS::Qt4SpaceMouseDevice::Qt4SpaceMouseDevice | ( | QMainWindow * | mainWindow | ) |
| virtual VRS::Qt4SpaceMouseDevice::~Qt4SpaceMouseDevice | ( | ) | [virtual] |
| State VRS::Qt4SpaceMouseDevice::getState | ( | ) | const |
Returns the initialization result.
| VRS::Qt4SpaceMouseDevice::VRS_TYPEINFO | ( | Qt4SpaceMouseDevice | , | |
| Qt4WinApplication::Device | ||||
| ) |