VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtLaserDesignatorVisualizerSet.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2014 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 
19 
20 namespace makVrv
21 {
22  namespace DT_PROTOCOL_NAMESPACE
23  {
24  class DtVrlinkLaserDesignatorStateListener;
25 
32  : public DtVisualizerSet
33  {
34  public:
35 
38  DtVrlinkLaserDesignatorStateListener* l, int modelSet );
39 
42 
44  virtual void visualize( const DtUnicode& visDefName);
45 
46  virtual void setEnabled(bool enable);
47 
50  {
51  return *myStateListener;
52  }
53 
54  protected:
55 
57 
58  };
59 
60  }
61 }
A unicode string.
Definition: DtUnicode.h:33
#define DL_DLL_IGCONVRLINK
Definition: dllExport.h:26
DtVrlinkLaserDesignatorStateListener & designatorListener()
Get the transmission listener for the visualizer set.
Definition: DtLaserDesignatorVisualizerSet.h:49
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
Visualizer set for laser designators.
Definition: DtLaserDesignatorVisualizerSet.h:31
DtVrlinkLaserDesignatorStateListener * myStateListener
Definition: DtLaserDesignatorVisualizerSet.h:56
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)