library: libGQt
#include "TQtTimer.h"

TQtTimer


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

class TQtTimer: public QTimer

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
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&) const
voidoperator=(const TQtTimer&)

Data Members

protected:
static TQtTimer*fgQTimer
intfCounter

Class Description


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


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

Author: Valeri Fine 23/01/2003
Last update: root/qt:$Name: $:$Id: TQtTimer.cxx,v 1.6 2006/03/24 15:31:10 antcheva Exp $
Copyright (C) 1995-2004, 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.