#include <TTimer.h>
Inheritance diagram for TTimer:


Public Methods | |
| TTimer (Long_t milliSec=0, Bool_t mode=kTRUE) | |
| TTimer (TObject *obj, Long_t milliSec, Bool_t mode=kTRUE) | |
| TTimer (const char *command, Long_t milliSec, Bool_t mode=kTRUE) | |
| virtual | ~TTimer () |
| Bool_t | CheckTimer (const TTime &now) |
| const char * | GetCommand () const |
| TObject * | GetObject () |
| TTime | GetTime () const |
| UInt_t | GetTimerID () |
| TTime | GetAbsTime () const |
| Bool_t | HasTimedOut () const |
| Bool_t | IsSync () const |
| Bool_t | IsAsync () const |
| virtual Bool_t | Notify () |
| void | Add () |
| 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 | Start (Int_t milliSec=-1, Bool_t singleShot=kFALSE) |
| virtual void | Stop () |
| virtual void | TurnOn () |
| virtual void | TurnOff () |
| virtual void | Timeout () |
Static Public Methods | |
| void | SingleShot (Int_t milliSec, const char *receiver_class, void *receiver, const char *method) |
Protected Attributes | |
| TTime | fTime |
| TTime | fAbsTime |
| Bool_t | fTimeout |
| Bool_t | fSync |
| UInt_t | fTimeID |
| TObject * | fObject |
| TString | fCommand |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Definition at line 72 of file TTimer.h. References Remove(). |
|
|
|
|
|
Definition at line 75 of file TTimer.h. References TString::Data(). |
|
|
|
|
|
|
|
|
Definition at line 78 of file TTimer.h. References fTimeID. |
|
|
|
|
|
Definition at line 80 of file TTimer.h. References fTimeout. |
|
|
Definition at line 81 of file TTimer.h. References fSync. |
|
|
Definition at line 82 of file TTimer.h. References fSync. |
|
|
Implements TSysEvtHandler. Reimplemented in TViewUpdateTimer, TViewTimer, TProcessEventTimer, and TThreadTimer. |
|
|
Implements TSysEvtHandler. Definition at line 84 of file TTimer.h. References TurnOn(). |
|
|
Implements TSysEvtHandler. Definition at line 85 of file TTimer.h. References TurnOff(). Referenced by ~TTimer(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 90 of file TTimer.h. References fTimeID. |
|
||||||||||||
|
|
|
|
Definition at line 92 of file TTimer.h. References TurnOff(). |
|
|
Referenced by Add(). |
|
|
|
|
|
Definition at line 95 of file TTimer.h. References TQObject::Emit(). |
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 62 of file TTimer.h. Referenced by HasTimedOut(). |
|
|
|
|
|
Definition at line 64 of file TTimer.h. Referenced by GetTimerID(), and SetTimerID(). |
|
|
|
|
|
|
1.2.16