![]() |
VR-Forces 4.0.4 Class Documentation
|
Create a windowed OS display window using OSG. More...

Public Member Functions | |
| DtOsgOsWindow (DtDe &de, DtWindowConfiguration &wc) | |
| CTOR. | |
| virtual | ~DtOsgOsWindow () |
| DTOR. | |
| virtual void | setPosition (int x, int y) |
| Set the window position. | |
| virtual void | resize (int width, int height) |
| Resize the window. | |
Create a windowed OS display window using OSG.
| makVrv::DtOsgOsWindow::DtOsgOsWindow | ( | DtDe & | de, |
| DtWindowConfiguration & | wc | ||
| ) |
CTOR.
| virtual makVrv::DtOsgOsWindow::~DtOsgOsWindow | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtOsgOsWindow::setPosition | ( | int | x, |
| int | y | ||
| ) | [virtual] |
Set the window position.
Implements makVrv::DtWindow.
| virtual void makVrv::DtOsgOsWindow::resize | ( | int | width, |
| int | height | ||
| ) | [virtual] |
Resize the window.
Implements makVrv::DtWindow.