VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtTacticalGraphicPointVisualizerSet.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2012 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvVrl/vrvVrl.h>
16 
17 #ifndef DT_PROTOCOL_NAMESPACE
18 #error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
19 #endif
20 
21 namespace makVrv
22 {
23 
24  class DtObjectFacadeInterface;
25  class DtDriver;
26 
27  namespace DT_PROTOCOL_NAMESPACE
28  {
29 
30  class DtVrlinkConnection;
31  class DtVrlinkTacticalGraphicStateListener;
32 
38  {
39  public:
40 
43  DtVrlinkTacticalGraphicStateListener& listener, int modelSet,
45  DtUniqueID parentId = 0 );
46 
49 
51  virtual void setHeightAboveTerrainLineVisible(bool);
52 
54  virtual void setSelected(bool);
55 
57  virtual void setHeightAboveTerrainLineEnabled(bool);
58 
60  virtual void setHeightAboveTerrainLineMode(
62 
63  protected:
64 
65  virtual void updateHatLine();
66 
67  protected:
68 
73 
74  };
75 
76 
80  {
81  public:
82 
85 
88 
90  //functionality.
91  virtual DtTacticalGraphicVisualizerSet* create(
92  DtVrlinkTacticalGraphicStateListener& listener, int modelSet );
93 
94  };
95 
96  }
97 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)