RICOH Camera USB SDK for C++
1.1.0
RICOH Camera USB SDK for C++
|
The class for setting of live view specification. More...
#include <ricoh_camera_sdk/live_view_specification.hpp>
Public Member Functions | |
LiveViewSpecification () | |
Constructs an object not having a value. More... | |
~LiveViewSpecification ()=default | |
Public Member Functions inherited from Ricoh::CameraController::CameraDeviceSetting | |
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 |
The class for setting of live view specification.
Ricoh::CameraController::LiveViewSpecification::LiveViewSpecification | ( | ) |
Constructs an object not having a value.
|
default |