VR-Forces 4.7 Class Documentation
 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 };

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)