Equalizer 1.1.3-git
Public Member Functions
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
 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 client/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, and eq::GLXWindow.

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

Implemented in eq::GLXWindow, and eq::GLXWindow.

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

Implemented in eq::GLXWindow, and eq::GLXWindow.

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

Implemented in eq::GLXWindow, and eq::GLXWindow.

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

Implemented in eq::GLXWindow, and eq::GLXWindow.

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

Implemented in eq::GLXWindow, and eq::GLXWindow.


The documentation for this class was generated from the following files:
Generated on Sat Aug 27 2011 15:19:35 for Equalizer 1.1.3-git by  doxygen 1.7.4