VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfSpotReportVisualHandler.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
11 
12 #pragma once
13 
14 #include <vrfGuiCore/vrfGuiCore.h>
16 
17 #include <string>
18 
19 namespace makVrv
20 {
21  class DtBaseConnection;
22  class DtStateListener;
23 }
24 
25 namespace makVrf
26 {
27  class DtVrfSpotReportVisualizer;
28  class DtVrfStateViewCollectionManager;
29  class DtVrfSimBackendManager;
30 
32  {
33  public:
36 
38  virtual void update(const DtSpotReportState& s, makVrv::DtUniqueID id);
39 
40  static std::string handlerType();
41 
44  virtual bool tick(double dT);
45 
46  protected:
48  virtual void createVisualizer();
49 
52  virtual makVrv::DtStateListener* createOrGetSpotReportListener(const DtSpotReportState& s, makVrv::DtUniqueID id);
53 
54  virtual void slot_onSpotReportsSelectableChanged(bool);
55 
56  protected:
64  };
65 
67  {
68  public:
70 
72  };
73 }

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)