#include <glXMessagePump.h>


Definition at line 16 of file 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. | |
| void eq::GLXMessagePump::postWakeup | ( | ) | [virtual] |
Wake up dispatchOne().
Implements eq::MessagePump.
Definition at line 25 of file glXMessagePump.cpp.
| void eq::GLXMessagePump::dispatchAll | ( | ) | [virtual] |
Get and dispatch all pending system events, non-blocking.
Implements eq::MessagePump.
Definition at line 44 of file glXMessagePump.cpp.
References eq::GLXEventHandler::dispatchAll(), and eq::GLXEventHandler::getEventSet().

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

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

0.6 by
1.5.5