VR-Forces 4.1.1 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) 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
15
#include "
entityEditorImpl/entityEditorImplDefines.h
"
16
#include <QtGui/QDialog>
17
#include <QtGui/QValidator>
18
19
#include <matrix/vlVector.h>
20
21
class
DtFormationAutoLayoutFactory
;
22
class
QLineEdit
;
23
class
QComboBox
;
24
class
DtVrfSubObjectParameterList
;
25
class
DtAggregateObjectParameters
;
26
27
class
DT_DLL_entityeditorimpl
DtAutoFormationLayoutDialog
:
public
QDialog
28
{
29
Q_OBJECT
30
31
public
:
32
DtAutoFormationLayoutDialog
(
QWidget
* p = NULL);
33
virtual
~
DtAutoFormationLayoutDialog
();
34
35
virtual
void
init
(
DtFormationAutoLayoutFactory
*,
const
DtVrfSubObjectParameterList
* l);
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
:
46
QLineEdit
*
mySpacing
;
47
QComboBox
*
myAutoLayoutFormations
;
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
)