VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
entityEditorImpl
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
10
#include "
entityEditorImpl/entityEditorImplDefines.h
"
11
#include <QtGui/QDialog>
12
#include <QtGui/QValidator>
13
14
#include <matrix/vlVector.h>
15
#include <geometry/tdbextent.h>
16
17
class
DtObjectType;
18
class
DtFormationAutoLayoutFactory
;
19
class
QLineEdit
;
20
class
QComboBox
;
21
class
DtVrfSubObjectParameterList
;
22
class
DtFormationTable
;
23
24
class
DT_DLL_entityeditorimpl
DtAutoFormationLayoutDialog
:
public
QDialog
25
{
26
Q_OBJECT
27
28
public
:
29
DtAutoFormationLayoutDialog
(makVrv::DtDe& de,
QWidget
* p = NULL);
30
virtual
~
DtAutoFormationLayoutDialog
();
31
32
virtual
void
init
(
DtFormationAutoLayoutFactory
*,
const
DtVrfSubObjectParameterList
* l);
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
:
43
QLineEdit
*
mySpacing
;
44
QComboBox
*
myAutoLayoutFormations
;
45
QDoubleValidator
myValidator
;
46
makVrv::DtDe&
myDe
;
47
};
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)