VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
spotReportVisualHandler.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 
41  virtual bool tick(double dT) = 0;
42 
43  protected:
46  };
47 
49  {
50  public:
52 
54  };
55 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)