Equalizer
1.4.1
|
Public Member Functions | |
Window (eq::Pipe *parent) | |
Construct a new window. | |
Protected Member Functions | |
virtual | ~Window () |
Destruct the window. | |
virtual void | swapBuffers () |
Swap the front and back buffer of the window. |
Definition at line 37 of file share/Equalizer/examples/eqNBody/window.h.
eqNbody::Window::Window | ( | eq::Pipe * | parent | ) | [inline] |
Construct a new window.
Reimplemented from eq::Window.
Definition at line 40 of file share/Equalizer/examples/eqNBody/window.h.
virtual eqNbody::Window::~Window | ( | ) | [inline, protected, virtual] |
Destruct the window.
Reimplemented from eq::Window.
Definition at line 43 of file share/Equalizer/examples/eqNBody/window.h.
void eqNbody::Window::swapBuffers | ( | ) | [protected, virtual] |
Swap the front and back buffer of the window.
Reimplemented from eq::Window.
Definition at line 39 of file eqNBody/window.cpp.
References eq::Window::swapBuffers().