Equalizer 1.0

eq::GLXWindowIF Class Reference

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

#include <glXWindow.h>

Inheritance diagram for eq::GLXWindowIF:
Collaboration diagram for eq::GLXWindowIF:

List of all members.

Public Member Functions

 GLXWindowIF (Window *parent)
virtual GLXContext getGLXContext () const =0
virtual XID getXDrawable () const =0
virtual Display * getXDisplay ()=0

Detailed Description

The interface defining the minimum functionality for a glX window.

Definition at line 27 of file glXWindow.h.


Member Function Documentation

virtual GLXContext eq::GLXWindowIF::getGLXContext ( ) const [pure virtual]
Returns:
the glX rendering context.
Version:
1.0

Implemented in eq::GLXWindow.

virtual Display* eq::GLXWindowIF::getXDisplay ( ) [pure virtual]
Returns:
X11 display connection.
Version:
1.0

Implemented in eq::GLXWindow.

virtual XID eq::GLXWindowIF::getXDrawable ( ) const [pure virtual]
Returns:
the X11 drawable ID.
Version:
1.0

Implemented in eq::GLXWindow.


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