VR-Forces 4.8 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 }
Definition: createAndEditObjectDialogInterface.h:121
This class implements the logic behind the DtPointObjectDefinitionDialog.
Definition: pointObjectDefinitionDialog.h:42
This class defines the dialog that allows the creation/update of point objects in the scenario (entit...
Definition: pointObjectDefinitionDialog.h:199
Definition: createMunitionDetonationDialogExtension.h:28
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
This class defines the dialog that allows the creation/update of munition objects.
Definition: munitionDetonationDefinitionDialog.h:42
DtCreateMunitionDetonationDialogExtension * myExtension
Definition: munitionDetonationDefinitionDialog.h:69
DtEditingType
Definition: vrfObjectManipulationHandlerBaseClass.h:44
Definition: createAndEditObjectDialogInterface.h:29
DtSetDataRequest is an abstract base class from which real setDataRequests can derive.
Definition: setDataRequest.h:40
Definition: munitionDetonationDefinitionDialog.h:72
This class implements the logic behind the DtMunitionDetonationDefinitionDialog.
Definition: munitionDetonationDefinitionDialog.h:26
DtDialogInteractionMode
Definition: createAndEditObjectDialogInterface.h:34
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
const char int mode
Definition: ioapi.h:38
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtCreationSignalType
Definition: vrfObjectManipulationHandlerBaseClass.h:71

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)