library: libGQt
#include "TQtTimer.h"

TQtTimer


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

class TQtTimer : public QTimer

Inheritance Chart:
QTimer
<-
TQtTimer
    private:
TQtTimer(const TQtTimer&) void operator=(const TQtTimer&) const void operator=(const TQtTimer&) protected:
TQtTimer(QObject* parent = 0, const char* name = "0") virtual void AwakeRootEvent() public:
virtual ~TQtTimer() static TClass* Class() static TQtTimer* Create(QObject* parent = 0, const char* name = "0") virtual TClass* IsA() const static TQtTimer* QtTimer() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
static TQtTimer* fgQTimer int fCounter

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



Inline Functions


               void ~TQtTimer()
               void operator=(const TQtTimer&) const
               void operator=(const TQtTimer&)
           TQtTimer TQtTimer(const TQtTimer&)
           TQtTimer TQtTimer(QObject* parent = 0, const char* name = "0")
          TQtTimer* QtTimer()
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)


Author: Valeri Fine 23/01/2003
Last update: root/qt:$Name: $:$Id: TQtTimer.cxx,v 1.5 2005/03/01 07:24:01 brun 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.