Equalizer  1.4.1
Public Member Functions
eq::glx::WindowIF Class Reference

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

#include <window.h>

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

List of all members.

Public Member Functions

 WindowIF (eq::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 30 of file include/eq/client/glx/window.h.


Member Function Documentation

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

Implemented in eq::glx::Window.

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

Implemented in eq::glx::Window.

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

Implemented in eq::glx::Window.


The documentation for this class was generated from the following file:
Generated on Mon Nov 26 2012 14:41:51 for Equalizer 1.4.1 by  doxygen 1.7.6.1