![]() |
VR-Forces Developer's Guide
|
Create a windowed OS display window using OSG.

Public Member Functions | |
| DtOsgOsWindow (DtDe &de, DtWindowConfiguration &wc) | |
| virtual | ~DtOsgOsWindow () |
| virtual void | setPosition (int x, int y) |
| virtual void | resize (int width, int height) |
Public Member Functions inherited from makVrv::DtOsgWindow | |
| virtual | ~DtOsgWindow () |
| virtual osg::GraphicsContext * | graphicsContext () |
| virtual const osg::GraphicsContext * | graphicsContext () const |
| virtual bool | isValid () const |
| virtual void | sizeChanged (int width, int height) |
| void | adjustPerspective () |
| virtual void | clearEmptyWindow (const std::string &messageLine1, const std::string &messageLine2, const std::string &messageLine3) |
Public Member Functions inherited from makVrv::DtWindow | |
| DtWindow (DtDe &, DtWindowConfiguration &wc) | |
| virtual void | realize () |
| virtual | ~DtWindow () |
| virtual bool | canResize () const |
| virtual int | width () const |
| virtual bool | isChildWindow () const |
| virtual int | height () const |
| virtual int | pixelRatio () const |
| virtual float | pixelRatioF () const |
| virtual int | physicalDpiX () const |
| virtual int | physicalDpiY () const |
| virtual const DtWindowConfiguration & | configuration () const |
| virtual bool | tick () |
| virtual DtChannelManager & | channelManager () |
| virtual const DtChannelManager & | channelManager () const |
| virtual DtChannel * | findChannel (const std::string &name) |
| DtDe & | de () |
| virtual void | toggleFullScreen () |
| virtual bool | isFullScreen () const |
| virtual int | screenNumber () const |
Additional Inherited Members | |
Static Public Member Functions inherited from makVrv::DtOsgWindow | |
| static osg::GraphicsContext::Traits * | createDefaultTraits () |
Public Attributes inherited from makVrv::DtWindow | |
| boost::signalslib::signal < void(bool)> | signal_fullScreenModeChanged |
| boost::signalslib::signal < void(float)> | signal_pixelRatioChanged |
Protected Member Functions inherited from makVrv::DtOsgWindow | |
| DtOsgWindow (DtDe &de, DtWindowConfiguration &wc) | |
Static Protected Member Functions inherited from makVrv::DtOsgWindow | |
| static void | setUpAntiAliasingLevels (osg::GraphicsContext::Traits &traits, unsigned short level) |
Protected Attributes inherited from makVrv::DtOsgWindow | |
| osg::ref_ptr < osg::GraphicsContext > | myContext |
Protected Attributes inherited from makVrv::DtWindow | |
| DtDe & | myDe |
| DtChannelManager * | myChannelManager |
| DtWindowConfiguration & | myWindowConfiguration |
| bool | myIsChildWindow |
| makVrv::DtOsgOsWindow::DtOsgOsWindow | ( | DtDe & | de, |
| DtWindowConfiguration & | wc | ||
| ) |
CTOR.
|
virtual |
DTOR.
Set the window position.
Implements makVrv::DtWindow.
Resize the window.
Implements makVrv::DtWindow.