VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
entityEditorImpl
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 "
entityEditorImpl/entityEditorImplDefines.h
"
12
#include <QtGui/QDialog>
13
14
class
QComboBox
;
15
class
QListWidget;
16
class
QPushButton
;
17
class
DtFormationTable
;
18
class
DtFormationTableEntry
;
19
20
class
DT_DLL_entityeditorimpl
DtCopyFormationsDialog
:
public
QDialog
21
{
22
Q_OBJECT
23
24
public
:
25
DtCopyFormationsDialog
(makVrv::DtDe& de,
QWidget
*);
26
27
virtual
void
init
();
28
29
virtual
void
merge(
DtFormationTable
*, QStringList& changed);
30
31
protected
slots:
32
virtual
void
itemSelectionChanged();
33
virtual
void
aggregateChanged();
34
virtual
void
selectAll();
35
virtual
void
clearAll();
36
37
protected
:
38
virtual
void
mergeEntry(
DtFormationTable
*,
DtFormationTableEntry
*);
39
40
protected
:
41
QComboBox
*
myAggregates
;
42
QListWidget*
myFormations
;
43
QPushButton
*
myOK
;
44
makVrv::DtDe&
myDe
;
45
};
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
)