osg::GraphicsContext::WindowingSystemInterface Struct Reference
List of all members.
Detailed Description
Callback to be implemented to provide access to Windowing API's ability to create Windows/pbuffers.
Constructor & Destructor Documentation
| virtual osg::GraphicsContext::WindowingSystemInterface::~WindowingSystemInterface |
( |
|
) |
[inline, virtual] |
Member Function Documentation
| virtual unsigned int osg::GraphicsContext::WindowingSystemInterface::getNumScreens |
( |
const ScreenIdentifier & |
screenIdentifier = ScreenIdentifier() |
) |
[pure virtual] |
| virtual void osg::GraphicsContext::WindowingSystemInterface::getScreenResolution |
( |
const ScreenIdentifier & |
screenIdentifier, |
|
|
unsigned int & |
width, |
|
|
unsigned int & |
height | |
|
) |
| | [pure virtual] |
| virtual bool osg::GraphicsContext::WindowingSystemInterface::setScreenResolution |
( |
const ScreenIdentifier & |
, |
|
|
unsigned |
int, |
|
|
unsigned |
int | |
|
) |
| | [inline, virtual] |
| virtual bool osg::GraphicsContext::WindowingSystemInterface::setScreenRefreshRate |
( |
const ScreenIdentifier & |
, |
|
|
double |
| |
|
) |
| | [inline, virtual] |
| virtual GraphicsContext* osg::GraphicsContext::WindowingSystemInterface::createGraphicsContext |
( |
Traits * |
traits |
) |
[pure virtual] |
The documentation for this struct was generated from the following file: