#include <Inventor/components/SoGLGraphicDevicePeer.h>
Go to the source code of this file.
Functions | |
~SoWinGLGraphicDevice () | |
Represents the internal part of an OpenGL graphics device on Windows systems. | |
SoGLGraphicConfigTemplate | getGraphicConfigTemplate (SoGLGraphicConfig *graphicConfig) |
Returns a template corresponding to the given graphics configuration. | |
SbGlContextHelper::Display | getDisplay () |
Returns the internal Display value. | |
SoGLGraphicConfigTemplate | getDefaultGraphicConfigTemplate () |
Returns the default template used by Open Inventor. | |
SoGLGraphicDevice::DeviceType | getType () |
Returns the type of device. | |
SoGLGraphicConfigTemplate getDefaultGraphicConfigTemplate | ( | ) |
Returns the default template used by Open Inventor.
The template depends on the following environment variables:
SbGlContextHelper::Display getDisplay | ( | ) |
Returns the internal Display value.
SoGLGraphicConfigTemplate getGraphicConfigTemplate | ( | SoGLGraphicConfig * | graphicConfig | ) |
Returns a template corresponding to the given graphics configuration.
SoGLGraphicDevice::DeviceType getType | ( | ) |
Returns the type of device.
Definition at line 84 of file SoWinGLGraphicDevice.h.
~SoWinGLGraphicDevice | ( | ) |
Represents the internal part of an OpenGL graphics device on Windows systems.
This class represents a _WIN32 handler device context (HDC). It is used as internal part of a graphics device for OpenGL. This class declares or implements all required methods used in the SoGLGraphicDevice class. This class is inherited from SoGLGraphicDevicePeer which is viewed and used as a peer in the OpenGL graphics device class.
SoGraphicConfigTemplate, SoGLGraphicConfigTemplate, SoGraphicConfigCompare, SoGLGraphicConfigCompare, SoGraphicConfig, SoGraphicDevice, SoGLGraphicDevice. Destructor.