VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
visualInformationDialog.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2015 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 #pragma once
9 
10 #include <vrvUtil/signalslib.h>
12 #include <boost/function.hpp>
13 
14 #include <QDialog>
15 
16 class QTextBrowser;
17 class QCheckBox;
18 class QPushButton;
19 class QHBoxLayout;
20 class DtFilename;
21 class DtString;
22 
24 {
25  Q_OBJECT
26 
27 public:
28  DtVisualInformationDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = Qt::Tool);
30 
31  virtual void accept();
32 
33 protected:
34  virtual void setupVisualInformation();
35  virtual void copyFiles(const DtFilename& from, const DtFilename& to, const DtString& rootName);
36 
37 protected slots:
38  virtual void visualPlacementChangd();
39 
40 protected:
44 
45 public:
46  QTextBrowser* myVisualInformation;
48 
49  QHBoxLayout* myButtonLayout;
52 };

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)