VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
simulationObjectGroupSaveDialog.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrvUtil/signalslib.h>
16 
18 #include <vrvUtil/signalslib.h>
19 #include <vrvCore/DtDe.h>
20 
21 #include <boost/signal.hpp>
22 
23 #include <QtWidgets/QDialog>
24 
25 class QVBoxLayout;
26 class QHBoxLayout;
27 class QPushButton;
28 class QGridLayout;
29 class QLabel;
30 class QLineEdit;
31 class QListWidget;
32 class QRadioButton;
33 class QComboBox;
34 class QCheckBox;
35 
36 namespace makVrv
37 {
38  class DtDe;
39 }
40 
41 namespace makVrf
42 {
46  {
47  Q_OBJECT
48 
49  public:
51  DtSimulationObjectGroupSaveDialog(makVrv::DtDe&, QWidget* parent, const Qt::WindowFlags& flags = Qt::Tool);
52 
55 
57  virtual void simulationObjectGroupSaveInformation(DtSimulationObjectGroupSaveInformation&) const;
58 
59  protected:
61  virtual void accept();
62 
65  virtual void selectPaletteAndCategoriesBasedOnSimulationObjects();
66 
67  protected slots:
68  virtual void paletteChanged();
69  virtual void iconTypeChanged();
70  virtual void selectImage();
71 
72  public:
73  QVBoxLayout* myMainLayout;
74  QGridLayout* myDataLayout;
75 
79 
87 
90 
91  QRadioButton* myUseGroupObjectForIcon;
93 
94  QRadioButton* myUseImageForIcon;
96 
99  QListWidget* myCategories;
102  QHBoxLayout* myButtonLayout;
103 
104  std::vector<QHBoxLayout*> mySpacedLayouts;
105 
106  protected:
108  };
109 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)