#include <tqapplication.h>
Public Member Functions | |
| TQApplication () | |
| TQApplication (const char *appClassName, int *argc, char **argv, void *options=0, int numOptions=0) | |
| virtual | ~TQApplication () |
| virtual void | LoadGraphicsLibs () |
| Here we overload the LoadGraphicsLibs() function. | |
| void | setCustomized () |
Private Attributes | |
| Bool_t | customized |
This class creates Root environement that will interface with the Qt windowing system eventloop and eventhandlers. This class will be instantiated ones (singleton) in a main() program.
Definition at line 49 of file tqapplication.h.
|
|
Definition at line 54 of file tqapplication.cpp. |
|
||||||||||||||||||||||||
|
|
|
|
Definition at line 71 of file tqapplication.cpp. |
|
|
Here we overload the LoadGraphicsLibs() function. This function now just instantiates a QRootGuiFactory object and redirect the global pointer gGuiFactory to point to it. Definition at line 81 of file tqapplication.cpp. |
|
|
Definition at line 93 of file tqapplication.cpp. References customized. |
|
|
Definition at line 68 of file tqapplication.h. Referenced by setCustomized(). |
1.4.2