VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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:
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 Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)