![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 39 of file TQRootApplication.h.
Public Slots | |
| void | Execute () |
| Call the inner loop of ROOT. More... | |
| void | Quit () |
| Set a Qt-Specific error handler. More... | |
Public Member Functions | |
| TQRootApplication (int &argc, char **argv, int poll=0) | |
| Connect ROOT via Timer call back. More... | |
| ~TQRootApplication () | |
| dtor More... | |
| void | SetDebugOn () |
| void | SetWarningOn () |
Static Public Attributes | |
| static Bool_t | fgDebug =kFALSE |
| static Bool_t | fgWarning =kFALSE |
Protected Attributes | |
| QTimer * | fQTimer |
| TTimer * | fRTimer |
Private Member Functions | |
| TQRootApplication (const TQRootApplication &) | |
| TQRootApplication & | operator= (const TQRootApplication &) |
#include <TQRootApplication.h>
Inheritance diagram for TQRootApplication:
Collaboration diagram for TQRootApplication:
|
private |
| TQRootApplication::TQRootApplication | ( | int & | argc, |
| char ** | argv, | ||
| int | poll = 0 |
||
| ) |
Connect ROOT via Timer call back.
Definition at line 49 of file TQRootApplication.cxx.
| TQRootApplication::~TQRootApplication | ( | ) |
dtor
Definition at line 68 of file TQRootApplication.cxx.
|
slot |
Call the inner loop of ROOT.
Definition at line 75 of file TQRootApplication.cxx.
Referenced by TQRootApplication().
|
private |
|
slot |
Set a Qt-Specific error handler.
Definition at line 83 of file TQRootApplication.cxx.
|
inline |
Definition at line 54 of file TQRootApplication.h.
|
inline |
Definition at line 55 of file TQRootApplication.h.
|
static |
Definition at line 50 of file TQRootApplication.h.
Referenced by switch(), and TQRootApplication().
|
static |
Definition at line 50 of file TQRootApplication.h.
Referenced by switch(), and TQRootApplication().
|
protected |
Definition at line 47 of file TQRootApplication.h.
Referenced by TQRootApplication().
|
protected |
Definition at line 48 of file TQRootApplication.h.
Referenced by TQRootApplication().