VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
munitionDetonationDefinitionDialog.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 
10 #pragma once
11 
14 
15 class DtSetDataRequest;
16 class QRadioButton;
17 
18 namespace makVrf
19 {
20  class DtCreateMunitionDetonationDialogExtension;
21  class DtVrfFilteredListView;
22 
27  {
28 
29  public:
30 
33 
36  };
37 
38 
43  {
44 
45  Q_OBJECT
46 
47  public:
48 
50  DtMunitionDetonationDefinitionDialog(makVrv::DtDe& de, QWidget* parent, const QString& title="", DtDialogInteractionMode mode=DtCreationMode);
51 
54 
57 
58  virtual DtPointObjectDefinitionDialogLogic* createLogic();
59 
60  virtual void setupGui();
61 
62  protected:
63  virtual void slot_onCreateButtonClicked();
64 
65  protected slots:
66  virtual void dataInteractionDataChanged();
67 
68  public:
70  };
71 
73  {
74  public:
75  virtual DtCreateAndEditObjectDialogInterface* createDialog(makVrv::DtDe& de, QWidget* parent, const QString& title,
77 
78  virtual void initializeDialog(makVrv::DtDe& de, DtCreateAndEditObjectDialogInterface*, const DtEntityType& entityType,
80  const DtEditingType& editType);
81  };
82 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)