RICOH Camera USB SDK for C++
1.1.0
RICOH Camera USB SDK for C++
|
The class for setting value of ISO sensitivity. More...
#include <ricoh_camera_sdk/iso.hpp>
Public Member Functions | |
ISOValue (const std::string &value) | |
Constructs an object having a value. You doesn't use this constructor. More... | |
~ISOValue ()=default | |
bool | operator== (const CaptureSettingValue &obj) const override |
bool | operator!= (const CaptureSettingValue &obj) const override |
std::string | toString () const override |
Public Member Functions inherited from Ricoh::CameraController::CaptureSettingValue | |
virtual | ~CaptureSettingValue ()=default |
The class for setting value of ISO sensitivity.
Ricoh::CameraController::ISOValue::ISOValue | ( | const std::string & | value | ) |
Constructs an object having a value. You doesn't use this constructor.
|
default |
|
overridevirtual |
Implements Ricoh::CameraController::CaptureSettingValue.
|
overridevirtual |
Implements Ricoh::CameraController::CaptureSettingValue.
|
overridevirtual |
Implements Ricoh::CameraController::CaptureSettingValue.