VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
autoFormationLayoutDialog.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2013 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 #pragma once
9 
11 #include <QtWidgets/QDialog>
12 #include <QtGui/QValidator>
13 
14 #include <matrix/vlVector.h>
15 #include <geometry/extent.h>
16 
17 class DtObjectType;
19 class QLineEdit;
20 class QComboBox;
22 class DtFormationTable;
23 
25 {
26  Q_OBJECT
27 
28 public:
29  DtAutoFormationLayoutDialog(makVrv::DtDe& de, QWidget* p = NULL);
30  virtual ~DtAutoFormationLayoutDialog();
31 
33 
34  virtual QString autoLayoutName() const;
35  virtual double spacing() const;
36 
38  virtual double defaultSpacing(const DtVrfSubObjectParameterList*) const;
39 
40  virtual DtExtent aggregateExtent(const DtObjectType& t) const;
41 
42 protected:
45  QDoubleValidator myValidator;
47 };

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)