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

#include <toggle_widget.hpp>

Inheritance diagram for gphoto2pp::ToggleWidget:
Collaboration diagram for gphoto2pp::ToggleWidget:

Protected Member Functions

 ToggleWidget (gphoto2::_CameraWidget *cameraWidget)
- Protected Member Functions inherited from gphoto2pp::IntWidget
 IntWidget (gphoto2::_CameraWidget *cameraWidget)
- Protected Member Functions inherited from gphoto2pp::ValueWidgetBase< int >
 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

- Public Member Functions inherited from gphoto2pp::IntWidget
int getValue () const override
 Gets the widget's value in terms of int.
void setValue (int const &value) override
 Sets the widget's value in terms of int.
- Protected Attributes inherited from gphoto2pp::CameraWidgetWrapper
gphoto2::_CameraWidget * m_cameraWidget = nullptr

Detailed Description

A class representing gphoto2 widgets which are of the widget type GPhoto2pp::CameraWidgetTypeWrapper::Toggle

Constructor & Destructor Documentation

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

Friends And Related Function Documentation

friend class NonValueWidget
friend

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