gphoto2pp
A C++ Wrapper for libgphoto2
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
gphoto2pp::FloatWidget Class Reference

#include <float_widget.hpp>

Inheritance diagram for gphoto2pp::FloatWidget:
Collaboration diagram for gphoto2pp::FloatWidget:

Public Member Functions

float getValue () const override
 Gets the widget's value in terms of float.
void setValue (float const &value) override
 Sets the widget's value in terms of float.

Protected Member Functions

 FloatWidget (gphoto2::_CameraWidget *cameraWidget)
- Protected Member Functions inherited from gphoto2pp::ValueWidgetBase< float >
 ValueWidgetBase (gphoto2::_CameraWidget *cameraWidget)
- Protected Member Functions inherited from gphoto2pp::CameraWidgetWrapper
 CameraWidgetWrapper (gphoto2::_CameraWidget *cameraWidget)
void ref ()
 Adds a reference count to the internal gphoto2::CameraWidget struct.
void unref ()
 Subtracts a reference count to the internal gphoto2::CameraWidget struct.
gphoto2::_CameraWidget * getRootDefault () const
 Gets the unwrapped CameraWidget struct pointer of the root.
gphoto2::_CameraWidget * getParentDefault () const
 Gets the unwrapped CameraWidget struct pointer of the parent.

Friends

class NonValueWidget

Additional Inherited Members

- Protected Attributes inherited from gphoto2pp::CameraWidgetWrapper
gphoto2::_CameraWidget * m_cameraWidget = nullptr

Detailed Description

A class representing gphoto2 widgets which have a value that is meaningfully represented by a float

Constructor & Destructor Documentation

gphoto2pp::FloatWidget::FloatWidget ( gphoto2::_CameraWidget *  cameraWidget)
protected

Member Function Documentation

float gphoto2pp::FloatWidget::getValue ( ) const
overridevirtual

Gets the widget's value in terms of float.

Returns
the widget's float value
Note
Direct wrapper for gp_widget_get_value(...)
Exceptions
GPhoto2pp::exceptions::gphoto2_exception

Implements gphoto2pp::ValueWidgetBase< float >.

void gphoto2pp::FloatWidget::setValue ( float const &  value)
overridevirtual

Sets the widget's value in terms of float.

Parameters
[in]valueto set for widget
Note
Direct wrapper for gp_widget_set_value(...)
Exceptions
GPhoto2pp::exceptions::gphoto2_exception

Implements gphoto2pp::ValueWidgetBase< float >.

Friends And Related Function Documentation

friend class NonValueWidget
friend

The documentation for this class was generated from the following files: