TProcessEventTimer
class description - source file - inheritance tree
public:
TProcessEventTimer TProcessEventTimer(Long_t delay)
TProcessEventTimer TProcessEventTimer(TProcessEventTimer&)
void ~TProcessEventTimer()
TClass* Class()
virtual TClass* IsA()
Bool_t ProcessEvents()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
TSystem
Abstract base class defining a generic interface to the underlying
Operating System.
This is not an ABC in the strict sense of the (C++) word. For
every member function their is an implementation (often not more
than a call to AbstractMethod() which prints a warning saying
that the method should be overridden in a derived class), which
allows a simple partial implementation for new OS'es.
TProcessEventTimer(Long_t delay) : TTimer(delay, kFALSE)
Create async event processor timer.
Bool_t ProcessEvents()
Process events if timer did time out. Returns kTRUE if intterrupt
flag is set (by hitting a key in the canvas or selecting the
Interrupt menu item in canvas or some other action).
Inline Functions
TClass* Class()
TClass* IsA()
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
TProcessEventTimer TProcessEventTimer(TProcessEventTimer&)
void ~TProcessEventTimer()
Author: Fons Rademakers 15/09/95
Last update: 2.22/10 19/07/99 11.29.20 by Fons Rademakers
Copyright (c) 1995-1999, The ROOT System, All rights reserved. *
ROOT page - Class index - 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.