VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfTDLMessageDataVisualHandler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vrfGuiCore/vrfGuiCore.h>
14 
15 #include <vrvCore/DtUniqueID.h>
16 
17 namespace makVrv
18 {
19  class DtDe;
20 }
21 
22 namespace makVrf
23 {
25  {
26  public:
29 
30  static std::string handlerType();
31 
34  virtual void update(const DtExternalDataState& s, makVrv::DtUniqueID id);
35 
37  virtual bool reportsAreSelectable() const;
38 
40  virtual bool isValidDataState(const DtExternalDataState& s) const;
41 
42  protected:
43  virtual DtVrfSpotReportVisualizer* newSpotReportVisualizer(makVrv::DtBaseConnection& conn, makVrv::DtStateListener* listener) const;
44  virtual bool updateCertaintyLevel(double expirationTime);
45  virtual void initializeListener(DtSpotReportListenerImplementation*);
46  virtual void updateTotalTimeSinceLastReport(const DtExternalDataState& ed);
47  };
48 
50  {
51  public:
53 
55  };
56 
57 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)