eq::WGLEventHandler Class Reference

The event processing for WGL. More...

#include <wglEventHandler.h>

Inheritance diagram for eq::WGLEventHandler:

Inheritance graph
[legend]
Collaboration diagram for eq::WGLEventHandler:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 WGLEventHandler (WGLWindowIF *window)
 Constructs a new WGL event handler.
virtual ~WGLEventHandler ()
 Destructs the WGL event handler.
WNDPROC getPreviousWndProc ()


Detailed Description

The event processing for WGL.

The WGL implementation does not use a thread, since messages are handled by a 'wndproc' callback in the thread which created the window. Each window has its own WGLEventHandler

Definition at line 34 of file wglEventHandler.h.


Constructor & Destructor Documentation

eq::WGLEventHandler::WGLEventHandler ( WGLWindowIF window  ) 

Constructs a new WGL event handler.

Definition at line 118 of file wglEventHandler.cpp.

References EQWARN, and eq::WGLWindowIF::getWGLWindowHandle().

Here is the call graph for this function:

eq::WGLEventHandler::~WGLEventHandler (  )  [virtual]

Destructs the WGL event handler.

Definition at line 137 of file wglEventHandler.cpp.


Member Function Documentation

WNDPROC eq::WGLEventHandler::getPreviousWndProc (  )  [inline]

Returns:
the function pointer of the previously installed window event handler function.

Definition at line 47 of file wglEventHandler.h.


The documentation for this class was generated from the following files:
Generated on Mon Aug 10 18:58:43 2009 for Equalizer 0.9 by  doxygen 1.5.8