|
ROOT 6.16/01 Reference Guide |
Definition at line 30 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 &myargc, char **myargv, 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>
|
private |
| TQRootApplication::TQRootApplication | ( | int & | myargc, |
| char ** | myargv, | ||
| 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.
|
private |
|
slot |
Set a Qt-Specific error handler.
Definition at line 83 of file TQRootApplication.cxx.
|
inline |
Definition at line 45 of file TQRootApplication.h.
|
inline |
Definition at line 46 of file TQRootApplication.h.
|
static |
Definition at line 41 of file TQRootApplication.h.
|
static |
Definition at line 41 of file TQRootApplication.h.
|
protected |
Definition at line 38 of file TQRootApplication.h.
|
protected |
Definition at line 39 of file TQRootApplication.h.