Callback to be implemented to provide access to Windowing API's ability to create Windows/pbuffers.
More...
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 GraphicsContext* osg::GraphicsContext::WindowingSystemInterface::createGraphicsContext |
( |
Traits * |
traits |
) |
[pure virtual] |
virtual void osg::GraphicsContext::WindowingSystemInterface::enumerateScreenSettings |
( |
const ScreenIdentifier & |
screenIdentifier, |
|
|
ScreenSettingsList & |
resolutionList | |
|
) |
| | [pure virtual] |
virtual unsigned int osg::GraphicsContext::WindowingSystemInterface::getNumScreens |
( |
const ScreenIdentifier & |
screenIdentifier = ScreenIdentifier() |
) |
[pure virtual] |
void osg::GraphicsContext::WindowingSystemInterface::getScreenResolution |
( |
const ScreenIdentifier & |
screenIdentifier, |
|
|
unsigned int & |
width, |
|
|
unsigned int & |
height | |
|
) |
| | [inline] |
virtual void osg::GraphicsContext::WindowingSystemInterface::getScreenSettings |
( |
const ScreenIdentifier & |
screenIdentifier, |
|
|
ScreenSettings & |
resolution | |
|
) |
| | [pure virtual] |
bool osg::GraphicsContext::WindowingSystemInterface::setScreenRefreshRate |
( |
const ScreenIdentifier & |
screenIdentifier, |
|
|
double |
refreshRate | |
|
) |
| | [inline] |
bool osg::GraphicsContext::WindowingSystemInterface::setScreenResolution |
( |
const ScreenIdentifier & |
screenIdentifier, |
|
|
unsigned int |
width, |
|
|
unsigned int |
height | |
|
) |
| | [inline] |
virtual bool osg::GraphicsContext::WindowingSystemInterface::setScreenSettings |
( |
const ScreenIdentifier & |
, |
|
|
const ScreenSettings & |
| |
|
) |
| | [inline, virtual] |
The documentation for this struct was generated from the following file: