VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVrlinkTacticalGraphicVertexVisualizer.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
12 
13 namespace makVrv
14 {
15  namespace DT_PROTOCOL_NAMESPACE
16  {
17  class DtVrlinkTacticalGraphicStateListener;
19 
24  {
25  public:
26 
29  DtStateListener& listener, int modelSet);
30 
32 
33  virtual void setHostGlobalId(const std::string&);
34 
35  protected:
36 
37  virtual void resetSpatial();
38 
39  virtual void slot_listenerLocationSet( const DtVector& pos);
40  virtual void slot_listenerControlPointLocationSet( int index,
41  const DtVector& pos);
42 
43  virtual void setControlPoints();
44  virtual void setControlPoints(
46 
47  virtual DtVector offsetAtPosition(const DtVector& origin) const;
48 
49  virtual void setColor(float r, float g, float b, float a);
50  virtual void defaultColorForObjectType(const DtEntityType&, float& r,
51  float& g, float& b, float& a);
52 
53  virtual void slot_entityCreated(DtVrlinkEntityStateListener& esl);
54 
55  protected:
59  };
60 
63  }
64 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)