VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
simulationObjectEditorImpl
newFormationDialog.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: newFormationDialog.h,v $ $Revision: 1.4 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DTNEWFORMATIONDIALOG_H_
13
#define DTNEWFORMATIONDIALOG_H_
14
15
#include "
simulationObjectEditorImpl/simulationObjectEditorImplDefines.h
"
16
#include <QtWidgets/QDialog>
17
18
class
DtFormationTable
;
19
class
QLineEdit
;
20
class
QComboBox
;
21
class
QLabel
;
22
23
class
DT_DLL_simulationObjectEditorimpl
DtNewFormationDialog
:
public
QDialog
24
{
25
Q_OBJECT
26
27
public
:
28
DtNewFormationDialog
(
QWidget
* p = NULL);
29
virtual
~
DtNewFormationDialog
();
30
31
virtual
void
init
(
const
DtFormationTable
*,
const
QString& curFormation =
""
,
bool
allowNameEntry =
true
);
32
33
virtual
QString formationName()
const
;
34
virtual
QString basedOnFormation()
const
;
35
36
QLabel
*
formationLabel
() {
return
myFormationLabel; };
37
38
protected
:
39
virtual
void
accept();
40
41
protected
:
42
QLineEdit
*
myFormationName
;
43
QComboBox
*
myExistingFormations
;
44
QLabel
*
myFormationLabel
;
45
const
DtFormationTable
*
myFormationTable
;
46
};
47
48
#endif
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)