Receive and dispatch Carbon events. More...
#include <aglMessagePump.h>


Public Member Functions | |
| virtual void | postWakeup () |
| Wake up dispatchOneEvent(). | |
| virtual void | dispatchAll () |
| Get and dispatch all pending system events, non-blocking. | |
| virtual void | dispatchOne () |
| Get and dispatch at least one pending system event, blocking. | |
Receive and dispatch Carbon events.
For internal use only.
Definition at line 27 of file aglMessagePump.h.
| void eq::AGLMessagePump::postWakeup | ( | ) | [virtual] |
Wake up dispatchOneEvent().
Implements eq::MessagePump.
Definition at line 44 of file aglMessagePump.cpp.
References EQWARN.
| void eq::AGLMessagePump::dispatchAll | ( | ) | [virtual] |
Get and dispatch all pending system events, non-blocking.
Implements eq::MessagePump.
Definition at line 105 of file aglMessagePump.cpp.
References eq::Global::enterCarbon(), EQVERB, EQWARN, and eq::Global::leaveCarbon().

| void eq::AGLMessagePump::dispatchOne | ( | ) | [virtual] |
Get and dispatch at least one pending system event, blocking.
Implements eq::MessagePump.
Definition at line 67 of file aglMessagePump.cpp.
References eq::Global::enterCarbon(), EQVERB, EQWARN, and eq::Global::leaveCarbon().

0.9.1 by
1.6.1