library: libQtGSI
#include "TQRootApplication.h"

TQRootApplication


class description - header file - source file - inheritance tree (.pdf)

class TQRootApplication : public QApplication

Inheritance Chart:
QApplication
<-
TQRootApplication
    private:
TQRootApplication(const TQRootApplication&) TQRootApplication& operator=(const TQRootApplication&) public:
TQRootApplication(int argc, char** argv, int poll = 0) ~TQRootApplication() static TClass* Class() void Execute() virtual TClass* IsA() const void Quit() void SetDebugOn() void SetWarningOn() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
QTimer* fQTimer Qt timer that poll the event loop of ROOT TTimer* fRTimer Root timer public:
static Bool_t fgDebug static Bool_t fgWarning debug and warning flags

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()
void SetWarningOn()

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.