VR-Forces 5.0.1 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>
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 DtVrfSpotReportElement* newSpotReportElement(makVrv::DtBaseConnection& conn, makVrv::DtStateListener* listener) const override;
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 }
General dictionary of values that state can subclass from to hold information that is considered &quot;ext...
Definition: externalDataState.h:25
Definition: vrfTDLMessageDataVisualHandler.h:24
Definition: spotReportListenerImplementation.h:24
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:39
Contains makVrv::DtVrfSpotReportVisualHandler class. Creates and manages visual for internal DtSpotRe...
Definition: vrfSpotReportElement.h:35
Definition: externalDataVisualHandlerInterface.h:26
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:70
Definition: vrfTDLMessageDataVisualHandler.h:49
The DtStateListener is an abstract class. Subclasses implement functionality that will allow data to ...
Definition: DtStateListener.h:25
Definition: externalDataVisualHandlerInterface.h:78

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)