VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 <QtGui/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:
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 Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)