| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/qt4/qt4winapplication.h>
Public Member Functions | |
| Qt4WinApplication (int &argc, char **argv) | |
| Qt4WinApplication (int &argc, char **argv, bool GUIenabled) | |
| Qt4WinApplication (int &argc, char **argv, QApplication::Type type) | |
| Each constructor just calls the corresponding QApplication constructor. | |
| void | registerDevice (SO< Device > device) |
| virtual bool | winEventFilter (MSG *msg, long *result) |
Classes | |
| class | Device |
NOTE: This class is Win32-specific!
| VRS::Qt4WinApplication::Qt4WinApplication | ( | int & | argc, | |
| char ** | argv | |||
| ) |
| VRS::Qt4WinApplication::Qt4WinApplication | ( | int & | argc, | |
| char ** | argv, | |||
| bool | GUIenabled | |||
| ) |
| VRS::Qt4WinApplication::Qt4WinApplication | ( | int & | argc, | |
| char ** | argv, | |||
| QApplication::Type | type | |||
| ) |
Each constructor just calls the corresponding QApplication constructor.
All windows events are first passed to all registered devices. If at least one device creates a VRS event, the message is not further passed to the QT event loop.
| virtual bool VRS::Qt4WinApplication::winEventFilter | ( | MSG * | msg, | |
| long * | result | |||
| ) | [virtual] |
Overloads the winEventFilter method of QApplication in order to pass events to registered devices.