VR-Forces 4.1 Class Documentation
DtVrfSpotReportVisualizerSet.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
13 
14 #pragma once
15 
16 #include <vrfGuiCore/vrfGuiCore.h>
20 
21 namespace makVrv
22 {
23  class DtStateVisualizer;
24 }
25 
26 namespace makVrf
27 {
28  class DtSpotReportListenerImplementation;
29 
31  {
32  public:
34  makVrv::DtStateListener&, int modelSet);
36 
37  const makVrv::DtUnicode& spotReportDefinition() const
38  {
39  return mySpotReportDefinition;
40  }
41 
42  virtual void setSpotReportDefinition(const makVrv::DtUnicode&);
43 
45  virtual void setPerceivedForce(int);
46 
47  protected:
50  virtual void slot_spotReportChanged(const DtSpotReportState&);
51 
53  virtual void slot_onCurrentSelectionChanged(
54  const makVrv::DtSelectionManager::IdSet& selected,
55  const makVrv::DtSelectionManager::IdSet& deselected);
56 
57 
58  public:
60  virtual void visualize(const makVrv::DtUnicode& visDefName);
61 
62  protected:
65  float myDefaultColor[4];
68  };
69 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)