VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
assignDoctrineDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrvUtil/signalslib.h>
16 
17 #include <QDialog>
18 
19 namespace makVrv
20 {
21  class DtDe;
22 }
23 
24 class DtSimMessage;
25 class QComboBox;
26 class QLabel;
27 class QPushButton;
28 class QGridLayout;
29 class QHBoxLayout;
30 namespace makVrf
31 {
32  class DtForceSelectionEntryWidget;
33 
36  {
37  Q_OBJECT
38 
39  public:
41  DtAssignDoctrineDialog(makVrv::DtDe&, QWidget* parent, const Qt::WindowFlags& flags = Qt::Tool);
42 
44  virtual ~DtAssignDoctrineDialog();
45 
46  protected:
48  virtual void accept();
49 
50  protected slots:
51  virtual void forceChanged();
52 
53  public:
59  QGridLayout* myDataLayout;
60  QHBoxLayout* myButtonLayout;
61 
62  protected:
64  std::map<int, std::string> myDoctrinesByForce;
65  };
66 
69  {
70  public:
73 
76 
78  static void registerInstance(makVrv::DtDe&, DtAssignDoctrineDialogCreator*);
79 
80  virtual DtAssignDoctrineDialog* create(makVrv::DtDe&, QWidget* parent, const Qt::WindowFlags&f = 0);
81  };
82 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)