VR-Forces 4.1.1 Class Documentation
autoFormationLayoutDialog.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2008 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: autoFormationLayoutDialog.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DTAUTOFORMATIONLAYOUTDIALOG_H_
13 #define DTAUTOFORMATIONLAYOUTDIALOG_H_
14 
16 #include <QtGui/QDialog>
17 #include <QtGui/QValidator>
18 
19 #include <matrix/vlVector.h>
20 
22 class QLineEdit;
23 class QComboBox;
26 
28 {
29  Q_OBJECT
30 
31 public:
33  virtual ~DtAutoFormationLayoutDialog();
34 
36 
37  virtual QString autoLayoutName() const;
38  virtual double spacing() const;
39 
41  virtual double defaultSpacing(const DtVrfSubObjectParameterList*) const;
42 
43  virtual DtVector aggregateExtent(DtAggregateObjectParameters*) const;
44 
45 protected:
48  QDoubleValidator myValidator;
49 };
50 
51 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)