Equalizer 1.0

eq::WGLWindowIF Class Reference

The interface defining the minimum functionality for a WGL window. More...

#include <wglWindow.h>

Inheritance diagram for eq::WGLWindowIF:
Collaboration diagram for eq::WGLWindowIF:

List of all members.

Public Member Functions

 WGLWindowIF (Window *parent)
 Construct a new WGL window for the given eq::Window.
virtual ~WGLWindowIF ()
 Destruct the WGL window.
virtual HGLRC getWGLContext () const =0
virtual HWND getWGLWindowHandle () const =0
virtual HPBUFFERARB getWGLPBufferHandle () const =0
virtual HDC getWGLDC () const =0
virtual HDC getWGLAffinityDC ()
virtual bool processEvent (const WGLWindowEvent &event)=0
 Process the given event.

Detailed Description

The interface defining the minimum functionality for a WGL window.

Definition at line 30 of file wglWindow.h.


Constructor & Destructor Documentation

eq::WGLWindowIF::WGLWindowIF ( Window parent) [inline]

Construct a new WGL window for the given eq::Window.

Version:
1.0

Definition at line 34 of file wglWindow.h.

virtual eq::WGLWindowIF::~WGLWindowIF ( ) [inline, virtual]

Destruct the WGL window.

Version:
1.0

Definition at line 37 of file wglWindow.h.


Member Function Documentation

virtual HDC eq::WGLWindowIF::getWGLAffinityDC ( ) [inline, virtual]
Returns:
the Win32 affinity device context, if used.
Version:
1.0

Reimplemented in eq::WGLWindow.

Definition at line 55 of file wglWindow.h.

virtual HGLRC eq::WGLWindowIF::getWGLContext ( ) const [pure virtual]
Returns:
the WGL rendering context.
Version:
1.0

Implemented in eq::WGLWindow.

virtual HDC eq::WGLWindowIF::getWGLDC ( ) const [pure virtual]
Returns:
the Win32 device context used for the current drawable.
Version:
1.0

Implemented in eq::WGLWindow.

virtual HPBUFFERARB eq::WGLWindowIF::getWGLPBufferHandle ( ) const [pure virtual]
Returns:
the Win32 off screen PBuffer handle.
Version:
1.0

Implemented in eq::WGLWindow.

virtual HWND eq::WGLWindowIF::getWGLWindowHandle ( ) const [pure virtual]
Returns:
the Win32 window handle.
Version:
1.0

Implemented in eq::WGLWindow.

virtual bool eq::WGLWindowIF::processEvent ( const WGLWindowEvent event) [pure virtual]

Process the given event.

Version:
1.0

Implemented in eq::WGLWindow.


The documentation for this class was generated from the following file:
Generated on Sun May 8 2011 19:11:10 for Equalizer 1.0 by  doxygen 1.7.3