VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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
QLineEdit * myFormationName
Definition: newFormationDialog.h:42
QComboBox * myExistingFormations
Definition: newFormationDialog.h:43
DtFormationTable.
Definition: formationTable.h:23
QLabel * myFormationLabel
Definition: newFormationDialog.h:44
const DtFormationTable * myFormationTable
Definition: newFormationDialog.h:45
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
QLabel * formationLabel()
Definition: newFormationDialog.h:36
Definition: newFormationDialog.h:23
#define DT_DLL_simulationObjectEditorimpl
This file is used to determine how to build.
Definition: simulationObjectEditorImplDefines.h:32

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)