eq::GLXWindowIF Class Reference

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

#include <glXWindow.h>

Inheritance diagram for eq::GLXWindowIF:
Inheritance graph
[legend]
Collaboration diagram for eq::GLXWindowIF:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 GLXWindowIF (Window *parent)
virtual GLXContext getGLXContext () const =0
virtual XID getXDrawable () const =0
virtual bool processEvent (const GLXWindowEvent &event)
virtual Display * getXDisplay ()=0
virtual Display * getXDisplay () const =0

Detailed Description

The interface defining the minimum functionality for a GLX window.

Definition at line 28 of file glXWindow.h.


Member Function Documentation

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

Implemented in eq::GLXWindow.

Referenced by eq::GLXWindow::createGLXContext().

Here is the caller graph for this function:

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

Implemented in eq::GLXWindow.

virtual Display* eq::GLXWindowIF::getXDisplay (  )  [pure virtual]
Returns:
GLX display

Implemented in eq::GLXWindow.


The documentation for this class was generated from the following file:
Generated on Sat Feb 6 13:04:54 2010 for Equalizer 0.9.1 by  doxygen 1.6.1