#include <Inventor/components/SoGLGraphicDevicePeer.h>
Go to the source code of this file.
Functions | |
~SoMacGLGraphicDevice () | |
Represents the internal part of an OpenGL graphics device on Mac OS X 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 83 of file SoMacGLGraphicDevice.h.
~SoMacGLGraphicDevice | ( | ) |
Represents the internal part of an OpenGL graphics device on Mac OS X systems.
This class represents a Mac OS X device handle. 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.