VR-Forces 4.1 Class Documentation
exampleEmbeddedSlaveMainWindow.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: exampleEmbeddedSlaveMainWindow.h,v $ $Revision: 1.4 $ $State: Exp $
7 ******************************************************************************/
8 
9 #ifndef exampleEmbeddedSlaveMainWindow_H
10 #define exampleEmbeddedSlaveMainWindow_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.
51 
52 public slots:
53 
54 protected:
55 
57  void createDisplayEngine();
58  void buildGui();
62 
63  virtual void closeEvent(QCloseEvent *event);
64 
65  void createActions();
66  void createMenus();
67  void createToolBars();
68  void createStatusBar();
69 
70 protected:
71 
74 
78 };
79 
81 {
82 public:
84  {
85  myWindow = window;
86  }
87 
90 
91 protected:
93 };
94 
95 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)