libgphoto2 photo camera library (libgphoto2) Internals
2.5.26
|
Data Fields | |
CameraWidgetType | type |
char | label [256] |
char | info [1024] |
char | name [256] |
CameraWidget * | parent |
char * | value_string |
int | value_int |
float | value_float |
char ** | choice |
int | choice_count |
float | min |
float | max |
float | increment |
CameraWidget ** | children |
int | children_count |
int | changed |
int | readonly |
int | ref_count |
int | id |
CameraWidgetCallback | callback |
CameraWidget:
The internals of the CameraWidget are only visible to gphoto2. You can only access them using the functions provided by gphoto2.
Definition at line 38 of file gphoto2-widget.c.
CameraWidgetCallback _CameraWidget::callback |
Definition at line 77 of file gphoto2-widget.c.
Referenced by gp_widget_get_value(), and gp_widget_set_value().
int _CameraWidget::changed |
Definition at line 65 of file gphoto2-widget.c.
Referenced by gp_widget_append(), gp_widget_changed(), gp_widget_prepend(), gp_widget_set_changed(), and gp_widget_set_value().
CameraWidget** _CameraWidget::children |
Definition at line 61 of file gphoto2-widget.c.
Referenced by gp_widget_append(), gp_widget_free(), gp_widget_get_child(), gp_widget_get_child_by_id(), gp_widget_get_child_by_label(), gp_widget_get_child_by_name(), and gp_widget_prepend().
int _CameraWidget::children_count |
Definition at line 62 of file gphoto2-widget.c.
Referenced by gp_widget_append(), gp_widget_count_children(), gp_widget_get_child_by_id(), gp_widget_get_child_by_label(), gp_widget_get_child_by_name(), and gp_widget_prepend().
char** _CameraWidget::choice |
Definition at line 52 of file gphoto2-widget.c.
Referenced by gp_widget_add_choice(), gp_widget_free(), and gp_widget_get_choice().
int _CameraWidget::choice_count |
Definition at line 53 of file gphoto2-widget.c.
Referenced by gp_widget_add_choice(), gp_widget_count_choices(), and gp_widget_free().
int _CameraWidget::id |
Definition at line 74 of file gphoto2-widget.c.
Referenced by gp_widget_get_child_by_id(), and gp_widget_get_id().
float _CameraWidget::increment |
Definition at line 58 of file gphoto2-widget.c.
Referenced by gp_widget_get_range(), and gp_widget_set_range().
char _CameraWidget::info[1024] |
Definition at line 41 of file gphoto2-widget.c.
Referenced by gp_widget_get_info(), and gp_widget_set_info().
char _CameraWidget::label[256] |
Definition at line 40 of file gphoto2-widget.c.
Referenced by gp_widget_get_child_by_label(), gp_widget_get_label(), and gp_widget_set_value().
float _CameraWidget::max |
Definition at line 57 of file gphoto2-widget.c.
Referenced by gp_widget_get_range(), and gp_widget_set_range().
float _CameraWidget::min |
Definition at line 56 of file gphoto2-widget.c.
Referenced by gp_widget_get_range(), and gp_widget_set_range().
char _CameraWidget::name[256] |
Definition at line 42 of file gphoto2-widget.c.
Referenced by gp_widget_get_child_by_name(), gp_widget_get_name(), and gp_widget_set_name().
CameraWidget* _CameraWidget::parent |
Definition at line 44 of file gphoto2-widget.c.
Referenced by gp_widget_append(), gp_widget_get_parent(), gp_widget_get_root(), and gp_widget_prepend().
int _CameraWidget::readonly |
Definition at line 68 of file gphoto2-widget.c.
Referenced by gp_widget_get_readonly(), and gp_widget_set_readonly().
int _CameraWidget::ref_count |
Definition at line 71 of file gphoto2-widget.c.
Referenced by gp_widget_ref(), and gp_widget_unref().
CameraWidgetType _CameraWidget::type |
Definition at line 39 of file gphoto2-widget.c.
Referenced by gp_widget_add_choice(), gp_widget_append(), gp_widget_count_choices(), gp_widget_free(), gp_widget_get_choice(), gp_widget_get_range(), gp_widget_get_type(), gp_widget_get_value(), gp_widget_prepend(), gp_widget_set_range(), and gp_widget_set_value().
float _CameraWidget::value_float |
Definition at line 49 of file gphoto2-widget.c.
Referenced by gp_widget_get_value(), and gp_widget_set_value().
int _CameraWidget::value_int |
Definition at line 48 of file gphoto2-widget.c.
Referenced by gp_widget_get_value(), and gp_widget_set_value().
char* _CameraWidget::value_string |
Definition at line 47 of file gphoto2-widget.c.
Referenced by gp_widget_free(), gp_widget_get_value(), and gp_widget_set_value().