VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
exampleEmbeddedMainWindow.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: exampleEmbeddedMainWindow.h,v $ $Revision: 1.4 $ $State: Exp $
7 ******************************************************************************/
8 
9 #ifndef exampleEmbeddedMainWindow_H
10 #define exampleEmbeddedMainWindow_H
11 
12 // Include this header before any Qt header.
13 #include <vrvUtil/signalslib.h>
14 
15 #include <vrvCore/DtDe.h>
20 #include <vrvCore/DtWindow.h>
22 
23 #include <QtGui/QMainWindow>
24 #include <osg/Group>
25 #include <osg/Node>
26 
27 class QAction;
28 class QMenu;
29 class QTreeWidget;
30 class QTreeWidgetItem;
31 
32 
35 {
36 
37  Q_OBJECT
38 
39 public:
40 
43 
46 
47 
48  // The adapter widgets. These will become owned and
49  // deleted by MainWindow.
52 
53  void buildGui();
54 
55 public slots:
56 
57  void open();
58  void closeFile();
59 
60 protected:
61 
64  void createDisplayEngine();
66 
67 
69 
71 
72  virtual void closeEvent(QCloseEvent *event);
73 
74  void createActions();
75  void createMenus();
76  void createToolBars();
77  void createStatusBar();
78 
79 protected:
80 
83 
85 
91 };
92 
94 {
95 public:
97  {
98  myWindow = window;
99  }
100 
103 
104 protected:
106 };
107 
108 #endif

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)