VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVrlinkRadioTransmissionVisualizerSet.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 #ifndef DT_PROTOCOL_NAMESPACE
13 #error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
14 #endif
15 
16 #include <vrvVrl/vrvVrl.h>
17 
18 namespace makVrv
19 {
20 
21  namespace DT_PROTOCOL_NAMESPACE
22  {
23 
24  class DtVrlinkRadioTransmissionListener;
25 
32  : public DtVisualizerSet
33  {
34  public:
35 
38  DtVrlinkRadioTransmissionListener* l, int modelSet );
39 
42 
44  virtual void visualize( const DtUnicode& visDefName,
46 
48  virtual void setLifetime(double);
49 
52  {
53  return *myInteractionListener;
54  }
55 
56  protected:
57 
59 
60  };
61 
62  }
63 }
A unicode string.
Definition: DtUnicode.h:33
boost::unordered_map< int, ModelSetVisualizerCreationMap > VisualTypeVisualizerCreationMap
Map that indicates whether a visualizer should be created, by visual type, for all given model sets...
Definition: DtVisualizerCreationSettings.h:36
#define DL_DLL_IGCONVRLINK
Definition: dllExport.h:26
This contains all the DtVisualizers used to visualize an element in a particular model set...
Definition: DtVisualizerSet.h:30
#define DT_PROTOCOL_NAMESPACE
Make VR-Vantage VRLink code export with library #ifdef DL_DLL_IGCONVRLINK #undef DL_DLL_IGCONVRLINK #...
Definition: export.h:32
Contains DLL export macros.

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)