10 #ifndef DtOsgWindowQt_H_
11 #define DtOsgWindowQt_H_
20 class DtWindowConfiguration;
21 class DtOsgAdapterQtWidget;
37 virtual int width()
const;
40 virtual int height()
const;
43 virtual float pixelRatio()
const;
46 virtual bool isValid()
const;
49 virtual void setPosition(
int x,
int y);
52 virtual void resize(
int width,
int height);
54 void changeResolution(
int width,
int height );
57 virtual void toggleFullScreen();
60 virtual bool isFullScreen()
const;
63 virtual int screenNumber()
const;
70 virtual void slot_windowResizeabilityChanged(
DtWindow* window );
Abstract Base class.
Definition: DtWindow.h:25
A creator class for DtWindow instances.
Definition: DtWindow.h:121
int myWindowHeightBeforeFullscreen
Definition: DtOsgWindowQt.h:85
DtOsgAdapterQtWidget * myAdapter
Definition: DtOsgWindowQt.h:74
int myWindowStateBeforeFullscreen
Definition: DtOsgWindowQt.h:81
int myWindowYBeforeFullscreen
Definition: DtOsgWindowQt.h:83
This owns a list of channel configurations.
Definition: DtWindowConfiguration.h:28
Creator for registering DtOsgWindowQt.
Definition: DtOsgWindowQt.h:90
OpenSceneGraph window integration with Qt.
Definition: DtOsgWindowQt.h:25
#define DT_DLL_VRVOSGQT
Definition: vrvOsgQt.h:22
unsigned int myScreenWidth
Definition: DtOsgWindowQt.h:75
unsigned int myScreenHeight
Definition: DtOsgWindowQt.h:76
Contains DLL export macros.
DtSignalConnectionManager mySignals
Definition: DtOsgWindowQt.h:78
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Creator for registering fullscreen variant of DtOsgWindowQt.
Definition: DtOsgWindowQt.h:99
Base class to provide boost signal/slot management.
int myWindowWidthBeforeFullscreen
Definition: DtOsgWindowQt.h:84
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
int myWindowXBeforeFullscreen
Definition: DtOsgWindowQt.h:82
Contains makVrv::DtOsgView class.
bool myFullScreen
Definition: DtOsgWindowQt.h:77
A basic OSG display window, used to get the osg context for a display window.
Definition: DtOsgWindow.h:36