#include <tqapplication.h>
Public Methods | |
TQApplication () | |
virtual void | LoadGraphicsLibs () |
Here we overload the LoadGraphicsLibs() function. More... | |
TQApplication (const char *appClassName, int *argc, char **argv, void *options=0, int numOptions=0) | |
virtual | ~TQApplication () |
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 51 of file tqapplication.h.
|
Definition at line 58 of file tqapplication.h. |
|
|
|
Definition at line 63 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 72 of file tqapplication.cpp. |
|
Definition at line 78 of file tqapplication.h. References customized. |
|
Definition at line 54 of file tqapplication.h. Referenced by setCustomized(). |