VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtEmbeddedOsgWindow.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtEmbeddedOsgWindow_H_
11 #define DtEmbeddedOsgWindow_H_
12 
13 #include <vrvOsgQt/vrvOsgQt.h>
14 #include <vrvOsg/DtOsgWindow.h>
15 
16 namespace makVrv
17 {
18 
19  class DtOsgAdapterQtWidget;
20 
24  {
25 
26  public:
27 
31 
33  virtual ~DtEmbeddedOsgWindow();
34 
36  virtual void setPosition(int x,int y);
37 
39  virtual void resize(int width,int height);
40 
42  virtual float pixelRatio() const;
43 
45  DtOsgAdapterQtWidget* adapterWidget();
46 
47  protected:
48 
50 
51  };
52 
53 }
54 
55 #endif
56 
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
DtOsgAdapterQtWidget provides the mechanism for embedding an OSG context into a Qt widget...
Definition: DtOsgAdapterQtWidget.h:47
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

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)