Logo ROOT   6.07/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 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
 
TTimerfRTimer
 

Private Member Functions

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

#include <TQRootApplication.h>

Inheritance diagram for TQRootApplication:
[legend]

Constructor & Destructor Documentation

TQRootApplication::TQRootApplication ( const 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.

Member Function Documentation

void TQRootApplication::Execute ( )
slot

Call the inner loop of ROOT.

Definition at line 75 of file TQRootApplication.cxx.

TQRootApplication& TQRootApplication::operator= ( const TQRootApplication )
private
void TQRootApplication::Quit ( )
slot

Set a Qt-Specific error handler.

Definition at line 83 of file TQRootApplication.cxx.

void TQRootApplication::SetDebugOn ( )
inline

Definition at line 54 of file TQRootApplication.h.

void TQRootApplication::SetWarningOn ( )
inline

Definition at line 55 of file TQRootApplication.h.

Member Data Documentation

bool TQRootApplication::fgDebug =kFALSE
static

Definition at line 50 of file TQRootApplication.h.

bool TQRootApplication::fgWarning =kFALSE
static

Definition at line 50 of file TQRootApplication.h.

QTimer* TQRootApplication::fQTimer
protected

Definition at line 47 of file TQRootApplication.h.

TTimer* TQRootApplication::fRTimer
protected

Definition at line 48 of file TQRootApplication.h.


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