VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSimpleDeWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtSimpleDeWidget.h,v $ $Revision: 1.12 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvOsgQt/vrvOsgQt.h>
15 #include <vrvCore/DtWindow.h>
16 #include <QtWidgets/QWidget>
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtPluginManager;
22  class DtOsgAdapterQtWidget;
23 
26  class DT_DLL_VRVOSGQT DtSimpleDeWidget : public QWidget
27  {
28  Q_OBJECT
29 
30  public:
31 
33  DtSimpleDeWidget(QWidget * parent = 0, Qt::WindowFlags f = 0 );
34 
36  virtual ~DtSimpleDeWidget();
37 
38  DtDe* de();
39 
40  DtOsgAdapterQtWidget* adapterWidget();
41 
42  void buildAdapterWidget();
43 
44  void buildTicker();
45 
46  protected:
47 
48  void createIg();
49 
50  void preIgInitialize();
51 
52  void overrideIgFunctionality();
53 
54  void igInitialize();
55 
56  void postIgInitialize();
57 
58  virtual void resizeEvent( QResizeEvent* event);
59 
60  protected:
61 
65 
66  };
67 
71  {
72 
73  public:
74 
76 
78  virtual DtWindow* create(DtDe& de, DtWindowConfiguration& wc);
79 
80  protected:
81 
83 
84  };
85 }
Abstract Base class.
Definition: DtWindow.h:25
DtOsgAdapterQtWidget * myAdapterWidget
Definition: DtSimpleDeWidget.h:64
A creator class for DtWindow instances.
Definition: DtWindow.h:116
A simple widge with an embedded de.
Definition: DtSimpleDeWidget.h:26
Loads plugins.
Definition: DtPluginManager.h:28
DtOsgAdapterQtWidget provides the mechanism for embedding an OSG context into a Qt widget...
Definition: DtOsgAdapterQtWidget.h:46
This owns a list of channel configurations.
Definition: DtWindowConfiguration.h:31
#define DT_DLL_VRVOSGQT
Definition: vrvOsgQt.h:22
Contains DLL export macros.
Contains makVrv::DtIgView class.
DtPluginManager * myPluginManager
Definition: DtSimpleDeWidget.h:63
Creator for makVrv::DtSimpleDeWidget.
Definition: DtSimpleDeWidget.h:70
DtDe * myDe
Definition: DtSimpleDeWidget.h:62
DtSimpleDeWidget * myWidget
Definition: DtSimpleDeWidget.h:82
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)