gphoto2pp
A C++ Wrapper for libgphoto2
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
camera_widget_type_wrapper.hpp
Go to the documentation of this file.
1 
25 #ifndef WIDGETTYPE_HPP
26 #define WIDGETTYPE_HPP
27 
28 namespace gphoto2pp
29 {
33  enum class CameraWidgetTypeWrapper : int
34  {
35  Window = 0,
36  Section = 1,
37  Text = 2,
38  Range = 3,
39  Toggle = 4,
40  Radio = 5,
41  Menu = 6,
42  Button = 7,
43  Date = 8,
44  };
45 }
46 
47 
48 #endif // WIDGETTYPE_HPP