| library: libCore #include "TSystem.h" |
| Inheritance Chart: | |||||||||||||||||||
|
public:
TProcessEventTimer(Long_t delay)
TProcessEventTimer(const TProcessEventTimer&)
~TProcessEventTimer()
static TClass* Class()
virtual TClass* IsA() const
virtual Bool_t Notify()
Bool_t ProcessEvents()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(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.
Process events if timer did time out. Returns kTRUE if interrupt flag is set (by hitting a key in the canvas or selecting the Interrupt menu item in canvas or some other action).