VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
12 #include <QtWidgets/QDialog>
14 
15 class QComboBox;
16 class QListWidget;
17 class QPushButton;
18 class DtFormationTable;
20 
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:
43  QListWidget* myFormations;
46 };
QPushButton * myOK
Definition: copyFormationsDialog.h:44
Definition: copyFormationsDialog.h:21
Definition: objectType.h:27
QComboBox * myAggregates
Definition: copyFormationsDialog.h:42
QListWidget * myFormations
Definition: copyFormationsDialog.h:43
DtFormationTable.
Definition: formationTable.h:23
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
makVrv::DtDe & myDe
Definition: copyFormationsDialog.h:45
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
DtFormationTableEntry.
Definition: formationTableEntry.h:23
#define DT_DLL_simulationObjectEditorimpl
This file is used to determine how to build.
Definition: simulationObjectEditorImplDefines.h:33

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)