10 #ifndef DtEmbeddedOsgWindow_H_
11 #define DtEmbeddedOsgWindow_H_
19 class DtOsgAdapterQtWidget;
36 virtual void setPosition(
int x,
int y);
39 virtual void resize(
int width,
int height);
42 virtual float pixelRatio()
const;
This is a helper class for users that want to embed an DtOsgView into a custom Qt application...
Definition: DtEmbeddedOsgWindow.h:23
DtOsgAdapterQtWidget * myAdapter
Definition: DtEmbeddedOsgWindow.h:49
This owns a list of channel configurations.
Definition: DtWindowConfiguration.h:28
#define DT_DLL_VRVOSGQT
Definition: vrvOsgQt.h:22
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains makVrv::DtOsgView class.
A basic OSG display window, used to get the osg context for a display window.
Definition: DtOsgWindow.h:36