#include <glXMessagePump.h>


Public Member Functions | |
| virtual void | postWakeup () |
| Wake up dispatchOne(). | |
| 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. | |
| virtual void | dispatchDone () |
| Clean up, no more dispatch from thread. | |
Definition at line 29 of file glXMessagePump.h.
| void eq::GLXMessagePump::postWakeup | ( | ) | [virtual] |
Wake up dispatchOne().
Implements eq::MessagePump.
Definition at line 39 of file glXMessagePump.cpp.
References EQWARN.
| void eq::GLXMessagePump::dispatchAll | ( | ) | [virtual] |
Get and dispatch all pending system events, non-blocking.
Implements eq::MessagePump.
Definition at line 58 of file glXMessagePump.cpp.
References eq::GLXEventHandler::getEventSet().

| void eq::GLXMessagePump::dispatchOne | ( | ) | [virtual] |
Get and dispatch at least one pending system event, blocking.
Implements eq::MessagePump.
Definition at line 50 of file glXMessagePump.cpp.
References eq::GLXEventHandler::getEventSet().

| void eq::GLXMessagePump::dispatchDone | ( | ) | [virtual] |
Clean up, no more dispatch from thread.
Reimplemented from eq::MessagePump.
Definition at line 66 of file glXMessagePump.cpp.
References eq::GLXEventHandler::clearEventSet().

0.9 by
1.5.8