library: libQtGSI
#include "TQRootApplication.h"

TQRootApplication


class description - header file - source file
viewCVS header - viewCVS source

class TQRootApplication: public QApplication

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
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 Description

TQRootApplication(int argc, char **argv, int poll)
 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 update: root/qtgsi:$Name: $:$Id: TQRootApplication.cxx,v 1.4 2006/04/13 09:46:06 brun Exp $
Copyright (C) 1995-2006, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

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.