Public Member Functions | |
virtual unsigned int | getNumScreens (const ScreenIdentifier &screenIdentifier=ScreenIdentifier())=0 |
virtual void | getScreenResolution (const ScreenIdentifier &screenIdentifier, unsigned int &width, unsigned int &height)=0 |
virtual bool | setScreenResolution (const ScreenIdentifier &, unsigned int, unsigned int) |
virtual bool | setScreenRefreshRate (const ScreenIdentifier &, double) |
virtual GraphicsContext * | createGraphicsContext (Traits *traits)=0 |
virtual | ~WindowingSystemInterface () |
virtual osg::GraphicsContext::WindowingSystemInterface::~WindowingSystemInterface | ( | ) | [inline, virtual] |
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] |