| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/qt3/qt3winapplication.h>
Public Member Functions | |
| Qt3WinApplication (int &argc, char **argv) | |
| Qt3WinApplication (int &argc, char **argv, bool GUIenabled) | |
| Qt3WinApplication (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) |
Classes | |
| class | Device |
NOTE: This class is Win32-specific!
| VRS::Qt3WinApplication::Qt3WinApplication | ( | int & | argc, | |
| char ** | argv | |||
| ) |
| VRS::Qt3WinApplication::Qt3WinApplication | ( | int & | argc, | |
| char ** | argv, | |||
| bool | GUIenabled | |||
| ) |
| VRS::Qt3WinApplication::Qt3WinApplication | ( | 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::Qt3WinApplication::winEventFilter | ( | MSG * | msg | ) | [virtual] |
Overloads the winEventFilter method of QApplication in order to pass events to registered devices.