Equalizer  1.2.1
Public Member Functions
eq::wgl::WindowIF Class Reference

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

#include <window.h>

+ Inheritance diagram for eq::wgl::WindowIF:
+ Collaboration diagram for eq::wgl::WindowIF:

List of all members.

Public Member Functions

 WindowIF (eq::Window *parent)
 Construct a new WGL window for the given eq::Window.
virtual ~WindowIF ()
 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 WindowEvent &event)=0
 Process the given event.

Detailed Description

The interface defining the minimum functionality for a WGL window.

Definition at line 30 of file include/eq/client/wgl/window.h.


Constructor & Destructor Documentation

eq::wgl::WindowIF::WindowIF ( eq::Window parent) [inline]

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

Version:
1.0

Definition at line 34 of file include/eq/client/wgl/window.h.

virtual eq::wgl::WindowIF::~WindowIF ( ) [inline, virtual]

Destruct the WGL window.

Version:
1.0

Definition at line 37 of file include/eq/client/wgl/window.h.


Member Function Documentation

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

Reimplemented in eq::wgl::Window.

Definition at line 55 of file include/eq/client/wgl/window.h.

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

Implemented in eq::wgl::Window.

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

Implemented in eq::wgl::Window.

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

Implemented in eq::wgl::Window.

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

Implemented in eq::wgl::Window.

virtual bool eq::wgl::WindowIF::processEvent ( const WindowEvent event) [pure virtual]

Process the given event.

Version:
1.0

Implemented in eq::wgl::Window.


The documentation for this class was generated from the following file:
Generated on Fri Jun 8 2012 15:44:36 for Equalizer 1.2.1 by  doxygen 1.8.0