gphoto2pp
A C++ Wrapper for libgphoto2
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
text_widget.hpp
Go to the documentation of this file.
1 
25 #ifndef TEXTWIDGET_HPP
26 #define TEXTWIDGET_HPP
27 
28 #include "string_widget.hpp"
29 
30 namespace gphoto2pp
31 {
36  class TextWidget: public StringWidget
37  {
38  friend class NonValueWidget;
39 
40  protected:
41  TextWidget(gphoto2::_CameraWidget* cameraWidget);
42  };
43 
44 }
45 
46 #endif // TEXTWIDGET_HPP