gphoto2pp
A C++ Wrapper for libgphoto2
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
range_widget_range.hpp
Go to the documentation of this file.
1 
25 #ifndef RANGEWIDGETRANGE_HPP
26 #define RANGEWIDGETRANGE_HPP
27 
28 #include <string>
29 
30 namespace gphoto2pp
31 {
36  {
37  float Min;
38  float Max;
39  float Step;
40  };
41 }
42 
43 #endif // RANGEWIDGETRANGE_HPP