VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtRemoteGraphicElement.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvVrl/vrvVrl.h>
13 
15 #include <vrvCore/DtUniqueID.h>
16 #include <vrvCore/DtElementEntry.h>
17 
19 
21 
22 #include <map>
23 
24 namespace makVrv
25 {
26  namespace DT_PROTOCOL_NAMESPACE
27  {
28  class DtRemoteGraphicVisualizerSet;
29  class DtVrlinkConnection;
30 
32  {
33  public:
34 
35  typedef std::map<int, DtRemoteGraphicVisualizerSet*> RemoteGraphicModelSetMap;
36 
40 
42  virtual ~DtRemoteGraphicElement();
43 
44  virtual void visualize();
45 
48  virtual void modelSetVisualized( int modelSet, bool b );
49 
50  virtual const RemoteGraphicModelSetMap& modelSetMap() const
51  {
52  return myRemoteGraphicModelSetMap;
53  }
54 
56  {
57  return myListener.uniqueId();
58  }
59 
60  protected:
66  };
67  }
68 }
DtVrlinkRemoteGraphicStateListener & myListener
Definition: DtRemoteGraphicElement.h:63
#define DL_DLL_IGCONVRLINK
Definition: dllExport.h:26
unsigned int ObjectType
Definition: DtElementEntry.h:50
Definition: DtRemoteGraphicElement.h:31
DtSignalConnectionManager myConnections
Definition: DtRemoteGraphicElement.h:65
DtVrlinkConnection & mySimulation
Definition: DtRemoteGraphicElement.h:62
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
std::map< int, DtRemoteGraphicVisualizerSet * > RemoteGraphicModelSetMap
Definition: DtRemoteGraphicElement.h:35
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Contains makVrv:DtEnvironmentalStateListener class.
#define DT_PROTOCOL_NAMESPACE
Make VR-Vantage VRLink code export with library #ifdef DL_DLL_IGCONVRLINK #undef DL_DLL_IGCONVRLINK #...
Definition: export.h:32
Base class to provide boost signal/slot management.
DtElementEntry::ObjectType myObjectType
Definition: DtRemoteGraphicElement.h:64
Contains makVrv::DtUniqueID type.
virtual const RemoteGraphicModelSetMap & modelSetMap() const
Definition: DtRemoteGraphicElement.h:50
Contains DLL export macros.
Contains makVrv::DtElementEntry class.
DtUniqueID elementID() const
Definition: DtRemoteGraphicElement.h:55
RemoteGraphicModelSetMap myRemoteGraphicModelSetMap
Definition: DtRemoteGraphicElement.h:61

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)