|
OpenSceneGraph
3.4.0
|
single camera on a single window. More...

Public Member Functions | |
| SingleWindow () | |
| SingleWindow (int x, int y, int width, int height, unsigned int screenNum=0) | |
| SingleWindow (const SingleWindow &rhs, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| META_Object (osgViewer, SingleWindow) | |
| virtual void | configure (osgViewer::View &view) const |
| configure method that is overridden by Config subclasses. | |
| void | setX (int x) |
| int | getX () const |
| void | setY (int y) |
| int | getY () const |
| void | setWidth (int w) |
| int | getWidth () const |
| void | setHeight (int h) |
| int | getHeight () const |
| void | setScreenNum (unsigned int sn) |
| unsigned int | getScreenNum () const |
| void | setWindowDecoration (bool wd) |
| bool | getWindowDecoration () const |
| void | setOverrideRedirect (bool override) |
| bool | getOverrideRedirect () const |
Protected Attributes | |
| int | _x |
| int | _y |
| int | _width |
| int | _height |
| unsigned int | _screenNum |
| bool | _windowDecoration |
| bool | _overrideRedirect |
single camera on a single window.
| osgViewer::SingleWindow::SingleWindow | ( | ) | [inline] |
| osgViewer::SingleWindow::SingleWindow | ( | int | x, |
| int | y, | ||
| int | width, | ||
| int | height, | ||
| unsigned int | screenNum = 0 |
||
| ) | [inline] |
| osgViewer::SingleWindow::SingleWindow | ( | const SingleWindow & | rhs, |
| const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY |
||
| ) | [inline] |
| virtual void osgViewer::SingleWindow::configure | ( | osgViewer::View & | ) | const [virtual] |
configure method that is overridden by Config subclasses.
Reimplemented from osgViewer::ViewConfig.
| int osgViewer::SingleWindow::getHeight | ( | ) | const [inline] |
| bool osgViewer::SingleWindow::getOverrideRedirect | ( | ) | const [inline] |
| unsigned int osgViewer::SingleWindow::getScreenNum | ( | ) | const [inline] |
| int osgViewer::SingleWindow::getWidth | ( | ) | const [inline] |
| bool osgViewer::SingleWindow::getWindowDecoration | ( | ) | const [inline] |
| int osgViewer::SingleWindow::getX | ( | ) | const [inline] |
| int osgViewer::SingleWindow::getY | ( | ) | const [inline] |
| osgViewer::SingleWindow::META_Object | ( | osgViewer | , |
| SingleWindow | |||
| ) |
| void osgViewer::SingleWindow::setHeight | ( | int | h | ) | [inline] |
| void osgViewer::SingleWindow::setOverrideRedirect | ( | bool | override | ) | [inline] |
| void osgViewer::SingleWindow::setScreenNum | ( | unsigned int | sn | ) | [inline] |
| void osgViewer::SingleWindow::setWidth | ( | int | w | ) | [inline] |
| void osgViewer::SingleWindow::setWindowDecoration | ( | bool | wd | ) | [inline] |
| void osgViewer::SingleWindow::setX | ( | int | x | ) | [inline] |
| void osgViewer::SingleWindow::setY | ( | int | y | ) | [inline] |
int osgViewer::SingleWindow::_height [protected] |
bool osgViewer::SingleWindow::_overrideRedirect [protected] |
unsigned int osgViewer::SingleWindow::_screenNum [protected] |
int osgViewer::SingleWindow::_width [protected] |
bool osgViewer::SingleWindow::_windowDecoration [protected] |
int osgViewer::SingleWindow::_x [protected] |
int osgViewer::SingleWindow::_y [protected] |
| Generated at Tue Dec 8 2015 00:16:51 for the OpenSceneGraph by doxygen 1.7.6.1. |