VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 <QtGui/QWidget>
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtPluginManager;
22  class DtOsgAdapterQtWidget;
23 
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 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)