VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfVertexManipulationHandler.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
20 
21 #include <vlutil/vlExceptions.h>
23 
24 #include <vrvCore/DtUniqueID.h>
25 
26 #include <vrvCore/DtSimData.h>
27 
28 #include <vlpi/entityType.h>
29 
30 
31 class DtVector;
32 
33 namespace makVrv
34 {
35  class DtSimEntry;
36  class DtAgentManagerInterface;
37  class DtChannel;
38  struct DtVrlinkSimulatedBaseState;
39  struct DtVrlinkSimulatedEntityState;
40 };
41 
42 namespace makVrf
43 {
45  template <typename _Handler>
47  {
48  public:
50 
52 
53  public:
55  virtual void editSelectedObjects( const makVrv::DtUniqueID& editId,
56  makVrv::DtChannel& initiatingChannel, double waitTimeAfterComplete = 0.,
58 
59  virtual HandlerType type() const { return Vertex; };
60 
61  protected:
62 
63  virtual void editSelectedVertex( const makVrv::DtUniqueID& vertexId,
64  const DtVector& vertexPos, makVrv::DtChannel& initiatingChannel );
65 
66  virtual void slot_onStateViewUpdated( DtVrlinkSimulatedBaseStateView* editStateView,
67  makVrv::DtUniqueID sceneObjectId, double vx, double vy, double vz );
68 
69  virtual void slot_onLocationChanged( const DtVector& location, double altAboveGround );
70 
71  virtual void setLocation( const DtVector& loc );
72 
74  virtual DtVector vertexPosition(DtEnvironmentalFacadeCollection* iFace, int index) const;
75  };
76 
79  {
80  public:
83  {
84  }
85 
87  {
88  };
89  };
90 
92 
95  {
96  public:
99  {
100  }
101 
103  {
104  };
105  };
106 
108 
111  {
112  public:
115  {
116  }
117 
119  {
120  };
121  };
122 
124 
127  {
128  public:
131  {
132  }
133 
135  {
136  };
137  };
138 
140 }
141 
142 #include <vrfGuiCore/vrfVertexManipulationHandler.inl>

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)