| GSI Object Oriented Online Offline (Go4)
    GO4-5.3.2
    | 
#include <QRootApplication.h>
 Inheritance diagram for QRootApplication:
 Inheritance diagram for QRootApplication:| Public Slots | |
| void | execute () | 
| void | quit () | 
| Public Member Functions | |
| QRootApplication (int &argc, char **argv, int poll=0) | |
| virtual | ~QRootApplication () | 
| void | setDebugOn () | 
| void | setWarningOn () | 
| Static Public Member Functions | |
| static bool | IsRootCanvasMenuEnabled () | 
| Static Public Attributes | |
| static bool | fDebug = false | 
| static bool | fWarning = false | 
| Protected Attributes | |
| QTimer * | timer | 
| Static Protected Attributes | |
| static bool | fRootCanvasMenusEnabled = true | 
Definition at line 47 of file QRootApplication.h.
| QRootApplication::QRootApplication | ( | int & | argc, | 
| char ** | argv, | ||
| int | poll = 0 | ||
| ) | 
Definition at line 126 of file QRootApplication.cpp.
References execute(), fRootCanvasMenusEnabled, q5MessageOutput(), qt_x11_errhandler(), and timer.
| 
 | virtual | 
Definition at line 171 of file QRootApplication.cpp.
| 
 | slot | 
Definition at line 175 of file QRootApplication.cpp.
Referenced by QRootApplication().
| 
 | static | 
Definition at line 191 of file QRootApplication.cpp.
References fRootCanvasMenusEnabled.
Referenced by QRootCanvas::addMenuAction(), and TGo4ViewPanel::TGo4ViewPanel().
| 
 | slot | 
Definition at line 185 of file QRootApplication.cpp.
| 
 | inline | 
Definition at line 54 of file QRootApplication.h.
References fDebug.
| 
 | inline | 
Definition at line 55 of file QRootApplication.h.
References fWarning.
| 
 | static | 
Definition at line 57 of file QRootApplication.h.
Referenced by q5MessageOutput(), and setDebugOn().
| 
 | staticprotected | 
Variable defines if menu methods, which creating new canvas, are enabled. Introduced for win32 version, where sometime new Canvas causes crash :(
Definition at line 73 of file QRootApplication.h.
Referenced by IsRootCanvasMenuEnabled(), and QRootApplication().
| 
 | static | 
Definition at line 58 of file QRootApplication.h.
Referenced by q5MessageOutput(), and setWarningOn().
| 
 | protected | 
Definition at line 68 of file QRootApplication.h.
Referenced by QRootApplication().
 1.8.8
 1.8.8