#include <QRootApplication.h>
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 |
| TTimer * | rtimer |
Static Protected Attributes | |
| static bool | fRootCanvasMenusEnabled = true |
Definition at line 48 of file QRootApplication.h.
| QRootApplication::QRootApplication | ( | int & | argc, | |
| char ** | argv, | |||
| int | poll = 0 | |||
| ) |
Definition at line 92 of file QRootApplication.cpp.
References execute(), fDebug, fRootCanvasMenusEnabled, fWarning, qMessageOutput(), qt_x11_errhandler(), rtimer, and timer.
| QRootApplication::~QRootApplication | ( | ) | [virtual] |
Definition at line 141 of file QRootApplication.cpp.
| void QRootApplication::execute | ( | ) | [slot] |
Definition at line 145 of file QRootApplication.cpp.
Referenced by QRootApplication().
| bool QRootApplication::IsRootCanvasMenuEnabled | ( | ) | [static] |
Definition at line 157 of file QRootApplication.cpp.
References fRootCanvasMenusEnabled.
Referenced by QRootCanvas::addMenuAction(), and TGo4ViewPanel::TGo4ViewPanel().
| void QRootApplication::quit | ( | ) | [slot] |
Definition at line 151 of file QRootApplication.cpp.
| void QRootApplication::setDebugOn | ( | ) | [inline] |
Definition at line 55 of file QRootApplication.h.
References fDebug.
| void QRootApplication::setWarningOn | ( | ) | [inline] |
Definition at line 56 of file QRootApplication.h.
References fWarning.
bool QRootApplication::fDebug = false [static] |
Definition at line 58 of file QRootApplication.h.
Referenced by qMessageOutput(), QRootApplication(), and setDebugOn().
bool QRootApplication::fRootCanvasMenusEnabled = true [static, protected] |
Variable defines if menu methods, which creating new canvas, are enabled. Introduced for win32 version, where sometime new Canvas causes crash :(
Definition at line 75 of file QRootApplication.h.
Referenced by IsRootCanvasMenuEnabled(), and QRootApplication().
bool QRootApplication::fWarning = false [static] |
Definition at line 59 of file QRootApplication.h.
Referenced by qMessageOutput(), QRootApplication(), and setWarningOn().
TTimer* QRootApplication::rtimer [protected] |
Definition at line 70 of file QRootApplication.h.
Referenced by QRootApplication().
QTimer* QRootApplication::timer [protected] |
Definition at line 69 of file QRootApplication.h.
Referenced by QRootApplication().
1.7.1