VR-Forces 4.8 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 };
Definition: autoFormationLayoutDialog.h:24
QDoubleValidator myValidator
Definition: autoFormationLayoutDialog.h:45
DtVrfSubObjectParameterList is a readable/writable list of DtVrfSubObjectParameterEntrys.
Definition: vrfSubObjectParameterList.h:21
makVrv::DtDe & myDe
Definition: autoFormationLayoutDialog.h:46
The DtExtent represents an axis-aligned 3d bounding box.
Definition: extent.h:43
Definition: formationAutoLayoutFactory.h:76
Definition: objectType.h:27
DtFormationTable.
Definition: formationTable.h:23
QComboBox * myAutoLayoutFormations
Definition: autoFormationLayoutDialog.h:44
Contains the declaration of the DtExtent class.
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
QLineEdit * mySpacing
Definition: autoFormationLayoutDialog.h:43
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#define DT_DLL_simulationObjectEditorimpl
This file is used to determine how to build.
Definition: simulationObjectEditorImplDefines.h:32

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)