VR-Forces Developer's Guide
 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 
15 
16 class DtSetDataRequest;
17 class QRadioButton;
18 
19 namespace makVrf
20 {
21  class DtCreateMunitionDetonationDialogExtension;
22  class DtVrfFilteredListView;
23 
28  {
29 
30  public:
31 
34 
37  };
38 
39 
44  {
45 
46  Q_OBJECT
47 
48  public:
49 
51  DtMunitionDetonationDefinitionDialog(makVrv::DtDe& de, QWidget* parent, const QString& title="", DtDialogInteractionMode mode=DtCreationMode);
52 
55 
58 
59  virtual DtPointObjectDefinitionDialogLogic* createLogic();
60 
61  virtual void setupGui();
62 
63  protected:
64  virtual void slot_onCreateButtonClicked();
65 
66  protected slots:
67  virtual void dataInteractionDataChanged();
68 
69  public:
71  };
72 
74  {
75  public:
76  virtual DtCreateAndEditObjectDialogInterface* createDialog(makVrv::DtDe& de, QWidget* parent, const QString& title,
78 
79  virtual void initializeDialog(makVrv::DtDe& de, DtCreateAndEditObjectDialogInterface*, const DtEntityType& entityType,
81  const DtEditingType& editType);
82  };
83 }
Definition: createAndEditObjectDialogInterface.h:124
Definition: pointObjectDefinitionDialogLogic.h:34
This class defines the dialog that allows the creation/update of point objects in the scenario (entit...
Definition: pointObjectDefinitionDialog.h:40
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:43
DtCreateMunitionDetonationDialogExtension * myExtension
Definition: munitionDetonationDefinitionDialog.h:70
DtEditingType
Definition: vrfObjectManipulationHandlerBaseClass.h:42
Definition: createAndEditObjectDialogInterface.h:29
DtSetDataRequest is an abstract base class from which real setDataRequests can derive. It manages the read/write capability; derived classes need only use and register read/writatble data types for derived information.
Definition: setDataRequest.h:41
Definition: munitionDetonationDefinitionDialog.h:73
This class implements the logic behind the DtMunitionDetonationDefinitionDialog.
Definition: munitionDetonationDefinitionDialog.h:27
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. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
DtCreationSignalType
Option to supply to the createObject method.
Definition: vrfObjectManipulationHandlerBaseClass.h:73

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)