|
RICOH Camera USB SDK for C++
1.1.0
RICOH Camera USB SDK for C++
|
The class for setting value of aperture value. More...
#include <ricoh_camera_sdk/f_number.hpp>


Public Member Functions | |
| FNumberValue (const std::string &value) | |
| Constructs an object having a value. You doesn't use this constructor. More... | |
| ~FNumberValue ()=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 aperture value.
| Ricoh::CameraController::FNumberValue::FNumberValue | ( | 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.
1.8.11