VR-Forces Developer's Guide
 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>
13 
14 #include <vrvCore/DtUniqueID.h>
15 
16 namespace makVrv
17 {
18  class DtDe;
19 }
20 
21 namespace makVrf
22 {
24  {
25  public:
27  virtual ~DtVrfTDLMessageDataVisualHandler() override;
28 
29  static std::string handlerType();
30 
33  virtual void update(const DtSpotReportStateComponentData& s, makVrv::DtUniqueID id) override;
34 
36  virtual bool reportsAreSelectable() const override;
37 
39  virtual bool isValidDataState(const DtSpotReportStateComponentData& s) const override;
40 
41  protected:
42  virtual DtVrfSpotReportElement* newSpotReportElement(makVrv::DtBaseConnection& conn, makVrv::DtStateListener* listener) const override;
43  virtual bool updateCertaintyLevel(double expirationTime) override;
44  virtual void initializeListener(DtSpotReportListenerImplementation*) override;
45  virtual void updateTotalTimeSinceLastReport(const DtSpotReportStateComponentData& ed) override;
46  };
47 
49  {
50  public:
51  virtual ~DtVrfTDLMessageDataVisualHandlerCreator() override;
52 
54  };
55 
56 }
UUID is a unique ID wrapper class.
Definition: uuid.h:59
Definition: vrfTDLMessageDataVisualHandler.h:23
Definition: spotReportListenerImplementation.h:28
Definition: vrfSpotReportVisualHandler.h:33
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:35
Contains makVrv::DtVrfSpotReportVisualHandler class. Creates and manages visual for internal DtSpotRe...
0) Define the State Component Data. This struct replaces the legion stuff
Definition: spotReportStateComponent.h:25
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Definition: vrfSpotReportElement.h:36
Definition: externalDataVisualHandlerInterface.h:27
Contains makVrv::DtUniqueID type.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Definition: vrfTDLMessageDataVisualHandler.h:48
The DtStateListener is an abstract class. Subclasses implement functionality that will allow data to ...
Definition: DtStateListener.h:26
Definition: externalDataVisualHandlerInterface.h:83

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)