VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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:
38  virtual DtSenSimConfigurationWidgetInterface::SensorMode flagsToMode(bool irEnabled, bool fullColorEnabled, bool isMonochromeMode);
39 
41  virtual void setInt(const std::string& paramName, int val);
42 
44  virtual void setFloat(const std::string& paramName, float val);
45 
47  virtual void setBool(const std::string& paramName, bool val);
48 
50  virtual void setMode(DtSenSimConfigurationWidgetInterface::SensorMode mode);
51 
53  virtual void slot_attributeChangedFloat(const std::string& paramName, float val);
54 
56  virtual void slot_attributeChangedBool(const std::string& paramName, bool val);
57 
58  protected:
63  };
64 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)