RICOH Camera USB SDK for C++  1.1.0
RICOH Camera USB SDK for C++
Public Member Functions | Static Public Attributes | List of all members
Ricoh::CameraController::StorageWriting Class Reference

The class for setting whether to save to storage. More...

#include <ricoh_camera_sdk/storage_writing.hpp>

Inheritance diagram for Ricoh::CameraController::StorageWriting:
Inheritance graph
[legend]
Collaboration diagram for Ricoh::CameraController::StorageWriting:
Collaboration graph
[legend]

Public Member Functions

 StorageWriting ()
 Constructs an object not having a value. More...
 
 StorageWriting (bool storageWriting)
 Constructs an object having given a value. More...
 
 ~StorageWriting ()=default
 
- Public Member Functions inherited from Ricoh::CameraController::CaptureSetting
virtual ~CaptureSetting ()=default
 
virtual bool operator== (const CaptureSetting &obj) const
 
virtual bool operator!= (const CaptureSetting &obj) const
 
virtual const std::string & getName () const
 Returns the name of the setting. More...
 
virtual const CaptureSettingValuegetValue () const
 Returns the value of a setting. More...
 
virtual void setValue (std::unique_ptr< CaptureSettingValue > &&value)
 Sets the value of a setting. More...
 
virtual const std::vector< const CaptureSetting * > & getAvailableSettings () const
 Returns the valid settings that varies depending on the state and setting of the camera device. More...
 
virtual std::string toString () const
 

Static Public Attributes

static const StorageWritingTrue
 
static const StorageWritingFalse
 

Detailed Description

The class for setting whether to save to storage.

If no SD card is inserted, default setting is False and can not be changed to True. Otherwise, default setting is True.

Constructor & Destructor Documentation

Ricoh::CameraController::StorageWriting::StorageWriting ( )

Constructs an object not having a value.

Ricoh::CameraController::StorageWriting::StorageWriting ( bool  storageWriting)

Constructs an object having given a value.

Parameters
storageWritingwhether to save to storage
Ricoh::CameraController::StorageWriting::~StorageWriting ( )
default

Member Data Documentation

const StorageWriting* Ricoh::CameraController::StorageWriting::False
static
const StorageWriting* Ricoh::CameraController::StorageWriting::True
static

The documentation for this class was generated from the following file: