gphoto2pp
A C++ Wrapper for libgphoto2
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
section_widget.hpp
Go to the documentation of this file.
1 
25 #ifndef SECTIONWIDGET_HPP
26 #define SECTIONWIDGET_HPP
27 
28 #include "non_value_widget.hpp"
29 
30 namespace gphoto2pp
31 {
37  {
38  protected:
39  SectionWidget(gphoto2::_CameraWidget* cameraWidget);
40  };
41 
42 }
43 
44 #endif // SECTIONWIDGET_HPP