|
Equalizer 1.0
|
A window represents an OpenGL drawable and context. More...
#include <window.h>
Inheritance diagram for osgScaleViewer::Window:
Collaboration diagram for osgScaleViewer::Window:Public Member Functions | |
| Window (eq::Pipe *parent) | |
| Construct a new window. | |
| osg::ref_ptr< SceneView > | getSceneView () |
Protected Member Functions | |
| virtual | ~Window () |
| Destruct the window. | |
| virtual bool | configInitGL (const eq::uint128_t &initID) |
| Initialize the OpenGL state for this window. | |
| virtual bool | configExitGL () |
| De-initialize the OpenGL state for this window. | |
A window represents an OpenGL drawable and context.
Definition at line 41 of file share/Equalizer/examples/osgScaleViewer/window.h.
| osgScaleViewer::Window::Window | ( | eq::Pipe * | parent | ) | [inline] |
Construct a new window.
Reimplemented from eq::Window.
Definition at line 44 of file share/Equalizer/examples/osgScaleViewer/window.h.
| virtual osgScaleViewer::Window::~Window | ( | ) | [inline, protected, virtual] |
Destruct the window.
Reimplemented from eq::Window.
Definition at line 49 of file share/Equalizer/examples/osgScaleViewer/window.h.
| bool osgScaleViewer::Window::configExitGL | ( | ) | [protected, virtual] |
De-initialize the OpenGL state for this window.
Reimplemented from eq::Window.
Definition at line 69 of file osgScaleViewer/window.cpp.
| bool osgScaleViewer::Window::configInitGL | ( | const eq::uint128_t & | initID | ) | [protected, virtual] |
Initialize the OpenGL state for this window.
| initID | the init identifier. |
true if the initialization was successful, false if not. Reimplemented from eq::Window.
Definition at line 37 of file osgScaleViewer/window.cpp.
References eq::Window::configInitGL(), eq::Window::getNode(), and eq::Window::getSharedContextWindow().
Here is the call graph for this function:
1.0 by
1.7.3