VR-Forces 4.1.1 Class Documentation
DtSpotReportVisualHandler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
10 
11 #pragma once
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
15 
16 #include <vrvCore/DtUniqueID.h>
17 
18 namespace makVrv
19 {
20  class DtDe;
21 }
22 
23 namespace makVrf
24 {
26  {
27  public:
29  virtual ~DtSpotReportVisualHandler();
30 
31  makVrv::DtUniqueID uniqueID() const
32  {
33  return myUniqueId;
34  }
35 
37  virtual void update(const DtSpotReportState& s, makVrv::DtUniqueID id) = 0;
38 
39  protected:
42  };
43 
45  {
46  public:
48 
50  };
51 }

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)