VCF::RunLoopPeer Class Reference
#include <vcf/FoundationKit/RunLoopPeer.h>
Inheritance diagram for VCF::RunLoopPeer:

Public Member Functions | |
| virtual | ~RunLoopPeer () |
| virtual void | run (const String &mode, const DateTime *duration)=0 |
| Run the run for some duration. | |
| virtual void | stop ()=0 |
| virtual void | postEvent (Event *event, EventHandler *handler, bool deleteHandler)=0 |
| virtual uint32 | addTimer (const String &mode, Object *source, EventHandler *handler, uint32 timeoutInMilliSeconds)=0 |
| virtual void | removeTimer (uint32 timerID)=0 |
| virtual OSHandleID | getHandleID ()=0 |
Constructor & Destructor Documentation
|
|
|
Member Function Documentation
|
||||||||||||||||||||
|
Implemented in VCF::LinuxRunLoopPeer, VCF::OSXRunLoopPeer, and VCF::Win32RunLoopPeer. |
|
|
Implemented in VCF::LinuxRunLoopPeer, VCF::OSXRunLoopPeer, and VCF::Win32RunLoopPeer. |
|
||||||||||||||||
|
Implemented in VCF::LinuxRunLoopPeer, VCF::OSXRunLoopPeer, and VCF::Win32RunLoopPeer. |
|
|
Implemented in VCF::LinuxRunLoopPeer, VCF::OSXRunLoopPeer, and VCF::Win32RunLoopPeer. |
|
||||||||||||
|
Run the run for some duration. If duration is NULL then run forever until a stop() is called. Implemented in VCF::LinuxRunLoopPeer, VCF::OSXRunLoopPeer, and VCF::Win32RunLoopPeer. |
|
|
Implemented in VCF::LinuxRunLoopPeer, VCF::OSXRunLoopPeer, and VCF::Win32RunLoopPeer. |
The documentation for this class was generated from the following file:
- vcf/FoundationKit/RunLoopPeer.h
