VR-Forces 4.8 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) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtVrlinkRemoteGraphicElementVisualizer.h,v $ $Revision: 1.17 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvVrl/vrvVrl.h>
16 
18 #include <vrvCore/DtUniqueID.h>
19 
21 
23 
24 #include <map>
25 
26 namespace makVrv
27 {
28  namespace DT_PROTOCOL_NAMESPACE
29  {
30  class DtRemoteGraphicVisualizerSet;
31  class DtVrlinkConnection;
32 
34  {
35  public:
36 
37  typedef std::map<int, DtRemoteGraphicVisualizerSet*> RemoteGraphicModelSetMap;
38 
42 
44  virtual ~DtRemoteGraphicElement();
45 
46  virtual void visualize();
47 
50  virtual void modelSetVisualized( int modelSet, bool b );
51 
52  virtual const RemoteGraphicModelSetMap& modelSetMap() const
53  {
54  return myRemoteGraphicModelSetMap;
55  }
56 
58  {
59  return myListener.uniqueId();
60  }
61 
62  protected:
68  };
69  }
70 }
DtVrlinkRemoteGraphicStateListener & myListener
Definition: DtRemoteGraphicElement.h:65
#define DL_DLL_IGCONVRLINK
Definition: dllExport.h:26
unsigned int ObjectType
Definition: DtElementEntry.h:50
Definition: DtRemoteGraphicElement.h:33
DtSignalConnectionManager myConnections
Definition: DtRemoteGraphicElement.h:67
DtVrlinkConnection & mySimulation
Definition: DtRemoteGraphicElement.h:64
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:24
std::map< int, DtRemoteGraphicVisualizerSet * > RemoteGraphicModelSetMap
Definition: DtRemoteGraphicElement.h:37
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
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:66
Contains makVrv::DtUniqueID type.
virtual const RemoteGraphicModelSetMap & modelSetMap() const
Definition: DtRemoteGraphicElement.h:52
Contains DLL export macros.
DtUniqueID elementID() const
Definition: DtRemoteGraphicElement.h:57
RemoteGraphicModelSetMap myRemoteGraphicModelSetMap
Definition: DtRemoteGraphicElement.h:63

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)