Logo ROOT   6.10/09
Reference Guide
List of all members | Public Slots | Public Member Functions | Static Public Attributes | Protected Attributes | Private Member Functions | List of all members
TQRootApplication Class Reference

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
 
TTimerfRTimer
 

Private Member Functions

 TQRootApplication (const TQRootApplication &)
 
TQRootApplicationoperator= (const TQRootApplication &)
 

#include <TQRootApplication.h>

Inheritance diagram for TQRootApplication:
[legend]

Constructor & Destructor Documentation

◆ TQRootApplication() [1/2]

TQRootApplication::TQRootApplication ( const TQRootApplication )
private

◆ TQRootApplication() [2/2]

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::~TQRootApplication ( )

dtor

Definition at line 68 of file TQRootApplication.cxx.

Member Function Documentation

◆ Execute

void TQRootApplication::Execute ( )
slot

Call the inner loop of ROOT.

Definition at line 75 of file TQRootApplication.cxx.

◆ operator=()

TQRootApplication& TQRootApplication::operator= ( const TQRootApplication )
private

◆ Quit

void TQRootApplication::Quit ( )
slot

Set a Qt-Specific error handler.

Definition at line 83 of file TQRootApplication.cxx.

◆ SetDebugOn()

void TQRootApplication::SetDebugOn ( )
inline

Definition at line 52 of file TQRootApplication.h.

◆ SetWarningOn()

void TQRootApplication::SetWarningOn ( )
inline

Definition at line 53 of file TQRootApplication.h.

Member Data Documentation

◆ fgDebug

bool TQRootApplication::fgDebug =kFALSE
static

Definition at line 48 of file TQRootApplication.h.

◆ fgWarning

bool TQRootApplication::fgWarning =kFALSE
static

Definition at line 48 of file TQRootApplication.h.

◆ fQTimer

QTimer* TQRootApplication::fQTimer
protected

Definition at line 45 of file TQRootApplication.h.

◆ fRTimer

TTimer* TQRootApplication::fRTimer
protected

Definition at line 46 of file TQRootApplication.h.


The documentation for this class was generated from the following files: