This class is base class for capture settings. Sub classes of this class are used to handle capture settings.
More...
#include <ricoh_camera_sdk/capture_setting.hpp>
This class is base class for capture settings. Sub classes of this class are used to handle capture settings.
virtual Ricoh::CameraController::CaptureSetting::~CaptureSetting |
( |
| ) |
|
|
virtualdefault |
virtual const std::vector<const CaptureSetting*>& Ricoh::CameraController::CaptureSetting::getAvailableSettings |
( |
| ) |
const |
|
virtual |
Returns the valid settings that varies depending on the state and setting of the camera device.
- Returns
- The valid settings
virtual const std::string& Ricoh::CameraController::CaptureSetting::getName |
( |
| ) |
const |
|
virtual |
Returns the name of the setting.
- Returns
- The name of the setting
Returns the value of a setting.
- Returns
- The value of a setting
virtual bool Ricoh::CameraController::CaptureSetting::operator!= |
( |
const CaptureSetting & |
obj | ) |
const |
|
virtual |
virtual bool Ricoh::CameraController::CaptureSetting::operator== |
( |
const CaptureSetting & |
obj | ) |
const |
|
virtual |
virtual void Ricoh::CameraController::CaptureSetting::setValue |
( |
std::unique_ptr< CaptureSettingValue > && |
value | ) |
|
|
virtual |
Sets the value of a setting.
- Parameters
-
value | The value of a setting |
virtual std::string Ricoh::CameraController::CaptureSetting::toString |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: