VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOsgAdapterQtWidgetLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtOsgAdapterQtWidgetLogic_H_
11 #define DtOsgAdapterQtWidgetLogic_H_
12 
13 #include <vrvOsgQt/vrvOsgQt.h>
14 
15 
16 namespace makVrv
17 {
18 
19  class DtDe;
20  class DtDriverManager;
21  class DtInputDriver;
22  class DtOsgAdapterQtWidget;
23  class DtChannel;
24 
25 
30  {
31 
32  public:
33  static DtOsgAdapterQtWidgetLogic* create(DtDe& de, DtOsgAdapterQtWidget* iface);
34 
35 
37 
38  virtual ~DtOsgAdapterQtWidgetLogic();
39 
40 
41  protected:
42 
45 
46  protected:
47 
50 
51 
52  };
53 }
54 
55 #endif
56 
DtOsgAdapterQtWidget provides the mechanism for embedding an OSG context into a Qt widget...
Definition: DtOsgAdapterQtWidget.h:52
DtDe & myDe
Definition: DtOsgAdapterQtWidgetLogic.h:48
#define DT_DLL_VRVOSGQT
Definition: vrvOsgQt.h:22
DtOsgAdapterQtWidget * myInterface
Definition: DtOsgAdapterQtWidgetLogic.h:49
Contains DLL export macros.
brief The Qt main window. There will be only one of these per DtDe instance. Note, this window will be destroyed by Qt when the QApp is destroyed.
Definition: DtOsgAdapterQtWidgetLogic.h:29
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:72

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)