VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfMunitionDetonationManipulationHandler.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
16 #include <vrvCore/DtUniqueID.h>
17 #include <matrix/vlVector.h>
18 
20 class DtIfEmbarkObject;
21 
22 namespace makVrf
23 {
24  class DtInteractionFacadeCollection;
25 
28  {
29  public:
30 
33 
34  virtual HandlerType type() const { return Detonation; };
35 
36  virtual bool clampAtClosestPolygonOnPlacement() const;
37  virtual bool canSetActivationTime() const;
38  virtual bool needsEmbarkOnCheck() const;
39  virtual bool canEmbark() const;
40 
43  virtual bool createVrfObject(DtVrfObjectFacadeInterface*);
44 
45  virtual bool modifyVrfObject(DtVrfObjectFacadeInterface*);
46 
48  virtual DtVrfObjectFacadeInterface* createLocalRepresentation(DtVrlinkSimulatedBaseStateView* editStateView = 0);
49 
50  virtual void initializeEventProcessor();
51 
52  virtual bool canChangePositionOnly() const;
53 
54  virtual DtVrfObjectFacadeInterface* createLocalRepresentation(DtVrlinkSimulatedBaseStateView* editStateView,
55  makVrv::DtUniqueID sceneObjectId, DtVrlinkSimulatedBaseStateView* principalStateView);
56 
57  virtual void setDetonationData(const DtDetonationInteractionData&);
58  const DtDetonationInteractionData& detonationData() const { return myDetonationData; };
59 
60  protected:
61  DtDetonationInteractionData myDetonationData;
62  };
63 
64  typedef DtVrfObjectManipulationHandlerCreator<DtVrfMunitionDetonationManipulationHandler>
66 }
virtual HandlerType type() const
The type of handler. Used to see if two handler are equivalent.
Definition: vrfMunitionDetonationManipulationHandler.h:34
DtRwNLengthStringVector is a named, readable/writable vector of strings of arbitrary length...
Definition: rwNLengthStringVector.h:28
Creation/edit of entity objects.
Definition: vrfMunitionDetonationManipulationHandler.h:27
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Instances of this class are the interface message content used to embark an object on the specified p...
Definition: ifEmbarkObject.h:22
The Master Scenario Settings Dialog.
Definition: vrfPointManipulationHandler.h:26
Definition: vrfObjectFacadeInterface.h:53
DtVrfObjectManipulationHandlerCreator< DtVrfMunitionDetonationManipulationHandler > DtVrfMunitionDetonationManipulationHandlerCreator
Definition: vrfMunitionDetonationManipulationHandler.h:65
HandlerType
The type of handler this is.
Definition: vrfObjectManipulationHandlerBaseClass.h:52
The DtDetonationInteractionData provides the data contents of a DIS DetonationInteraction.
Definition: detonationInteractionData.h:25
Contains makVrv::DtUniqueID type.
Definition: vrfObjectManipulationHandlerBaseClass.h:65
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:70
Contains makVrf::DtDetonationInteractionData class.

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)