|
Zivid
1.0.1+3607.8a7510c4
Zivid API
|
Helper class to a apply a batch of settings changes to a camera More...
#include <Camera.h>
Public Member Functions | |
| SettingsBatch (Camera &camera) | |
| Construct a SettingsBatch helper class on a camera More... | |
| SettingsBatch (const SettingsBatch &)=delete | |
| SettingsBatch & | operator= (const SettingsBatch &)=delete |
| SettingsBatch & | operator= (SettingsBatch &&)=delete |
| SettingsBatch (SettingsBatch &&other) noexcept | |
| Move constructor More... | |
| ~SettingsBatch () | |
| Apply all cached settings to the camera More... | |
| template<typename Setting > | |
| SettingsBatch & | set (Setting value) |
| Cache the setting until object destruction More... | |
Friends | |
| template<typename Setting > | |
| SettingsBatch | operator<< (SettingsBatch &&setter, Setting value) |
| Cache the setting until object destruction More... | |
Helper class to a apply a batch of settings changes to a camera
|
inlineexplicit |
Construct a SettingsBatch helper class on a camera
| camera | Camera |
|
inlinenoexcept |
Move constructor
|
inline |
Apply all cached settings to the camera
|
inline |
Cache the setting until object destruction
|
friend |
Cache the setting until object destruction
1.8.13