VR-Forces Development_Version 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 <QtGui/QDialog>
13 
14 class QComboBox;
15 class QListWidget;
16 class QPushButton;
17 class DtFormationTable;
19 
21 {
22  Q_OBJECT
23 
24 public:
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:
42  QListWidget* myFormations;
45 };

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)