![]() |
VR-Forces 4.0.4 Class Documentation
|
This is a helper class for users that want to embed an DtOsgView into a custom Qt application. More...

Public Member Functions | |
| DtEmbeddedOsgWindow (DtDe &de, DtWindowConfiguration &wc, DtOsgAdapterQtWidget *pAdapter) | |
| CTOR Here the osg::GraphicsContext is set from the DtOsgAdapterQtWidget. | |
| ~DtEmbeddedOsgWindow () | |
| DTOR. | |
| virtual void | setPosition (int x, int y) |
| Does nothing. | |
| virtual void | resize (int width, int height) |
| Resize the window. | |
| DtOsgAdapterQtWidget * | adapterWidget () |
| Access the Qt Adapter. | |
Protected Attributes | |
| DtOsgAdapterQtWidget * | myAdapter |
This is a helper class for users that want to embed an DtOsgView into a custom Qt application.
| makVrv::DtEmbeddedOsgWindow::DtEmbeddedOsgWindow | ( | DtDe & | de, |
| DtWindowConfiguration & | wc, | ||
| DtOsgAdapterQtWidget * | pAdapter | ||
| ) |
CTOR Here the osg::GraphicsContext is set from the DtOsgAdapterQtWidget.
| virtual void makVrv::DtEmbeddedOsgWindow::setPosition | ( | int | x, |
| int | y | ||
| ) | [virtual] |
Does nothing.
Implements makVrv::DtWindow.
| virtual void makVrv::DtEmbeddedOsgWindow::resize | ( | int | width, |
| int | height | ||
| ) | [virtual] |
Resize the window.
Implements makVrv::DtWindow.
Access the Qt Adapter.