VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
newFormationDialog.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2008 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: newFormationDialog.h,v $ $Revision: 1.4 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DTNEWFORMATIONDIALOG_H_
13 #define DTNEWFORMATIONDIALOG_H_
14 
16 #include <QtWidgets/QDialog>
17 
18 class DtFormationTable;
19 class QLineEdit;
20 class QComboBox;
21 class QLabel;
22 
24 {
25  Q_OBJECT
26 
27 public:
28  DtNewFormationDialog(QWidget* p = NULL);
29  virtual ~DtNewFormationDialog();
30 
31  virtual void init(const DtFormationTable*, const QString& curFormation = "", bool allowNameEntry = true);
32 
33  virtual QString formationName() const;
34  virtual QString basedOnFormation() const;
35 
36  QLabel* formationLabel() { return myFormationLabel; };
37 
38 protected:
39  virtual void accept();
40 
41 protected:
46 };
47 
48 #endif

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)