RICOH Camera USB SDK for C++
1.1.0
RICOH Camera USB SDK for C++
|
This class is base class for camera device settings. Sub classes of this class are used to handle camera device settings. More...
#include <ricoh_camera_sdk/camera_device_setting.hpp>
Public Member Functions | |
virtual | ~CameraDeviceSetting ()=default |
virtual bool | operator== (const CameraDeviceSetting &obj) const |
virtual bool | operator!= (const CameraDeviceSetting &obj) const |
virtual const std::string & | getName () const |
Returns the name of the setting. More... | |
virtual const CameraDeviceSettingValue & | getValue () const |
Returns the value of a setting. More... | |
virtual void | setValue (std::unique_ptr< CameraDeviceSettingValue > &&value) |
Sets the value of a setting. More... | |
virtual std::string | toString () const |
This class is base class for camera device settings. Sub classes of this class are used to handle camera device settings.
|
virtualdefault |
|
virtual |
Returns the name of the setting.
|
virtual |
Returns the value of a setting.
|
virtual |
|
virtual |
|
virtual |
Sets the value of a setting.
value | The value of a setting |
|
virtual |