VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfSpotReportVisualizer.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>
17 
20 #include <vrvCore/DtElementEntry.h>
21 
22 namespace makVrf
23 {
24  class DtVrfSpotReportVisualizerSet;
25  class DtVrfSpotReportsSettingsRecord;
26 
31 
33  {
34  public:
36  virtual ~DtVrfSpotReportVisualizer();
37 
38  public:
42  virtual void visualize();
43 
45  virtual void setPickable(bool b);
46 
48  virtual void setCertaintyLevel(int);
49 
52  inline makVrv::DtElementID elementID() const
53  {
54  return myListener->uniqueId();
55  }
56 
58  virtual bool visible() const;
59  virtual void setVisible(bool);
60 
61  protected:
62 
65  virtual void setModelSetEnabled( int modelSet, bool enabled );
66 
69  virtual void slot_spotReportChanged(const DtSpotReportState& s);
70 
73  virtual void slot_spotReportOptionsChanged(const DtVrfSpotReportsSettingsRecord&);
74 
76  virtual makVrv::DtUnicode chooseModelDefinition(
77  const std::vector<makVrv::DtUnicode>& definitions);
78 
79  virtual bool isUnknown(const std::vector<makVrv::DtUnicode>& definitions) const;
80 
81  protected:
82  typedef std::map<int, DtVrfSpotReportVisualizerSet*> SpotReportModelSetMap;
84 
87 
90 
91  bool myPickable;
92  bool myVisible;
93  };
94 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)