VR-Forces 4.1 Class Documentation
copyFormationsDialog.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2008 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: copyFormationsDialog.h,v $ $Revision: 1.2 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DTCOPYFORMATIONSDIALOG_H_
13 #define DTCOPYFORMATIONSDIALOG_H_
14 
15 #include <QtGui/QDialog>
17 
18 class QComboBox;
19 class QListWidget;
20 class QPushButton;
21 class DtFormationTable;
23 
25 {
26  Q_OBJECT
27 
28 public:
30 
31  virtual void init();
32 
33  virtual void merge(DtFormationTable*, QStringList& changed);
34 
35 protected slots:
36  virtual void itemSelectionChanged();
37  virtual void aggregateChanged();
38  virtual void selectAll();
39  virtual void clearAll();
40 
41 protected:
42  virtual void mergeEntry(DtFormationTable*, DtFormationTableEntry*);
43 
44 protected:
46  QListWidget* myFormations;
48 };
49 
50 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)