#include <Inventor/components/SoGLGraphicDevicePeer.h>
Go to the source code of this file.
Functions | |
~SoXtGLGraphicDevice () | |
Represents the internal part of an OpenGL graphics device on UNIX systems (Xt-based systems). | |
SoGLGraphicConfigTemplate | getGraphicConfigTemplate (SoGLGraphicConfig *graphicConfig) |
Returns a template corresponding to the given graphics configuration. | |
SbGlContextHelper::Display | getDisplay () |
Returns the internal display. | |
SoGLGraphicConfigTemplate | getDefaultGraphicConfigTemplate () |
Returns the default template used by Inventor. | |
SoGLGraphicDevice::DeviceType | getType () |
Returns the type of device. | |
SoGLGraphicConfigTemplate getDefaultGraphicConfigTemplate | ( | ) |
Returns the default template used by Inventor.
SbGlContextHelper::Display getDisplay | ( | ) |
Returns the internal display.
SoGLGraphicConfigTemplate getGraphicConfigTemplate | ( | SoGLGraphicConfig * | graphicConfig | ) |
Returns a template corresponding to the given graphics configuration.
SoGLGraphicDevice::DeviceType getType | ( | ) |
Returns the type of device.
Definition at line 81 of file SoXtGLGraphicDevice.h.
~SoXtGLGraphicDevice | ( | ) |
Represents the internal part of an OpenGL graphics device on UNIX systems (Xt-based systems).
This class represents a X-windows graphics display (Display *). It is used as an 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.