TTimer
class description - source file - inheritance tree
public:
TTimer(TObject* obj, Long_t milliSec, Bool_t mode = kTRUE)
TTimer(const char* command, Long_t milliSec, Bool_t mode = kTRUE)
TTimer(const TTimer&)
TTimer(Long_t milliSec = 0, Bool_t mode = kTRUE)
virtual ~TTimer()
virtual void Add()
Bool_t CheckTimer(const TTime& now)
static TClass* Class()
TTime GetAbsTime() const
const char* GetCommand() const
TObject* GetObject()
TTime GetTime() const
UInt_t GetTimerID()
Bool_t HasTimedOut() const
virtual TClass* IsA() const
Bool_t IsAsync() const
Bool_t IsSync() const
virtual Bool_t Notify()
virtual void Remove()
void Reset()
void SetCommand(const char* command)
void SetObject(TObject* object)
void SetTime(Long_t milliSec)
void SetTimerID(UInt_t id = 0)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
static void SingleShot(Int_t milliSec, const char* receiver_class, void* receiver, const char* method)
virtual void Start(Int_t milliSec = -1, Bool_t singleShot = kFALSE)
virtual void Stop()
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual void Timeout()
virtual void TurnOff()
virtual void TurnOn()
protected:
TTime fTime time out time in ms
TTime fAbsTime absolute time out time in ms
Bool_t fTimeout true if timer has timed out
Bool_t fSync true if synchrounous timer
UInt_t fTimeID the system ID of this timer (for WIN32)
TObject* fObject object to be notified (if any)
TString fCommand interpreter command to be executed
See also
-
TProcessEventTimer
Last update: Fri May 14 13:32:44 2004
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.