VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
simulationObjectEditorImpl
copyFormationsDialog.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2013 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
8
9
#pragma once
10
11
#include "
simulationObjectEditorImpl/simulationObjectEditorImplDefines.h
"
12
#include <QtWidgets/QDialog>
13
#include <
vrfExtProtocol/objectType.h
>
14
15
class
QComboBox
;
16
class
QListWidget;
17
class
QPushButton
;
18
class
DtFormationTable
;
19
class
DtFormationTableEntry
;
20
21
class
DT_DLL_simulationObjectEditorimpl
DtCopyFormationsDialog
:
public
QDialog
22
{
23
Q_OBJECT
24
25
public
:
26
DtCopyFormationsDialog
(
makVrv::DtDe
& de, QWidget*);
27
28
virtual
void
init
(
const
DtObjectType
& ot);
29
30
virtual
void
merge(
DtFormationTable
*, QStringList& changed);
31
32
protected
slots:
33
virtual
void
itemSelectionChanged();
34
virtual
void
aggregateChanged();
35
virtual
void
selectAll();
36
virtual
void
clearAll();
37
38
protected
:
39
virtual
void
mergeEntry(
DtFormationTable
*,
DtFormationTableEntry
*);
40
41
protected
:
42
QComboBox
*
myAggregates
;
43
QListWidget*
myFormations
;
44
QPushButton
*
myOK
;
45
makVrv::DtDe
&
myDe
;
46
};
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)