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 int pixelRatio()
const;
45 virtual float pixelRatioF()
const;
48 virtual int physicalDpiX()
const;
51 virtual int physicalDpiY()
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:58
This owns a list of channel configurations.
Definition: DtWindowConfiguration.h:26
#define DT_DLL_VRVOSGQT
Definition: vrvOsgQt.h:22
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Contains makVrv::DtOsgView class.
A basic OSG display window, used to get the osg context for a display window.
Definition: DtOsgWindow.h:36