RICOH Camera USB SDK for C++
1.1.0
RICOH Camera USB SDK for C++
|
This class for setting value of the capture method. More...
#include <ricoh_camera_sdk/capture_method.hpp>
Public Member Functions | |
CaptureMethodValue (const std::string &value) | |
Constructs an object having a value. You doesn't use this constructor. More... | |
~CaptureMethodValue ()=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 |
This class for setting value of the capture method.
Ricoh::CameraController::CaptureMethodValue::CaptureMethodValue | ( | 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.