VR-Forces 4.1.1 Class Documentation
DtVrlinkTacticalGraphicImageSymbolVisualizer.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: $ $Revision: $ $State: $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvVrl/vrvVrl.h>
16 
18 
19 #ifndef DT_PROTOCOL_NAMESPACE
20 #error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
21 #endif
22 
23 namespace makVrv
24 {
25  namespace DT_PROTOCOL_NAMESPACE
26  {
27  class DtVrlinkTacticalGraphicStateListener;
28 
33  {
34  public:
35 
37  DtStateListener& listener, int modelSet);
38 
41 
43  virtual const DtStateVisualizer::TypeInfo& typeInfo() const
44  {
45  return theTypeInfo();
46  }
47 
49  static const DtStateVisualizer::TypeInfo& theTypeInfo()
50  {
52  }
53 
54  protected:
55 
57  virtual void forceSet(int);
58  };
59 
60 
63  }
64 }
65 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)