class TQRootApplication: public QApplication

Function Members (Methods)

public:
TQRootApplication(int argc, char** argv, int poll = 0)
~TQRootApplication()
static TClass*Class()
voidExecute()
virtual TClass*IsA() const
voidQuit()
voidSetDebugOn()
voidSetWarningOn()
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
private:
TQRootApplication(const TQRootApplication&)
TQRootApplication&operator=(const TQRootApplication&)

Data Members

public:
static Bool_tfgDebug
static Bool_tfgWarningdebug and warning flags
protected:
QTimer*fQTimerQt timer that poll the event loop of ROOT
TTimer*fRTimerRoot timer

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

TQRootApplication(int argc, char** argv, int poll = 0)
 Connect ROOT via Timer call back.
~TQRootApplication()
 dtor
void Execute()
 Call the inner loop of ROOT.
void Quit()
 Set a Qt-Specific error handler.
TQRootApplication(const TQRootApplication& )
TQRootApplication& operator=(const TQRootApplication& )
void SetDebugOn()
{ fgDebug=kTRUE; }
void SetWarningOn()
{ fgWarning=kTRUE;}

Author: Denis Bertini, M. AL-Turany 01/11/2000
Last change: root/qtgsi:$Id: TQRootApplication.h 20882 2007-11-19 11:31:26Z rdm $
Last generated: 2008-06-25 08:51
Copyright (C) 1995-2006, Rene Brun and Fons Rademakers. *

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.