class TQtTimer: public QTimer


 TQtTimer is a singelton QTimer to awake the ROOT event loop from Qt event loop


Function Members (Methods)

public:
virtual~TQtTimer()
static TClass*Class()
static TQtTimer*Create(QObject* parent = 0, const char* name = 0)
virtual TClass*IsA() const
static TQtTimer*QtTimer()
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
protected:
TQtTimer(QObject* parent = 0, const char* name = 0)
virtual voidAwakeRootEvent()
private:
TQtTimer(const TQtTimer&)
voidoperator=(const TQtTimer&)

Data Members

protected:
intfCounter
static TQtTimer*fgQTimer

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

void AwakeRootEvent()
 proceess the ROOT events inside of Qt event loop
TQtTimer * Create(QObject* parent = 0, const char* name = 0)
 Create a singelton object TQtTimer
TQtTimer * QtTimer()
{ return fgQTimer; }
void operator=(const TQtTimer& )
TQtTimer(const TQtTimer& )
TQtTimer(QObject* parent = 0, const char* name = 0)
{}
virtual ~TQtTimer()
{}

Author: Valery Fine 09/08/2004
Last change: root/qt:$Id: TQtTimer.h 20882 2007-11-19 11:31:26Z rdm $
Last generated: 2008-11-28 17:01
Copyright (C) 1995-2004, 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.