ROOT 6.10/09 Reference Guide |
Definition at line 37 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>
|
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.
|
private |
|
slot |
Set a Qt-Specific error handler.
Definition at line 83 of file TQRootApplication.cxx.
|
inline |
Definition at line 52 of file TQRootApplication.h.
|
inline |
Definition at line 53 of file TQRootApplication.h.
|
static |
Definition at line 48 of file TQRootApplication.h.
|
static |
Definition at line 48 of file TQRootApplication.h.
|
protected |
Definition at line 45 of file TQRootApplication.h.
|
protected |
Definition at line 46 of file TQRootApplication.h.