VR-Forces 4.1 Class Documentation
DtSenSimConfigurationWidgetLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
14 
16 
17 namespace makVrv
18 {
19  class DtSensorConfigurationWidgetInterface;
20  class DtSensor;
21 
25  {
26  public:
30 
33 
34  protected:
37  virtual DtSenSimConfigurationWidgetInterface::SensorMode flagsToMode(bool irEnabled, bool fullColorEnabled);
38 
40  virtual void setInt(const std::string& paramName, int val);
41 
43  virtual void setFloat(const std::string& paramName, float val);
44 
46  virtual void setBool(const std::string& paramName, bool val);
47 
49  virtual void setMode(DtSenSimConfigurationWidgetInterface::SensorMode mode);
50 
52  virtual void slot_attributeChangedFloat(const std::string& paramName, float val);
53 
55  virtual void slot_attributeChangedBool(const std::string& paramName, bool val);
56 
57  protected:
62  };
63 }

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)