class provided a control that changes max distance value when changing min distance value More...
#include <option.h>
Public Member Functions | |
min_distance_option (std::shared_ptr< option > min_option, std::shared_ptr< option > max_option) | |
void | set (float value) override |
Public Member Functions inherited from librealsense::proxy_option | |
void | enable_recording (std::function< void(const option &)> record_action) override |
const char * | get_description () const override |
option_range | get_range () const override |
const char * | get_value_description (float val) const override |
bool | is_enabled () const override |
bool | is_read_only () const override |
proxy_option (std::shared_ptr< option > proxy_option) | |
float | query () const override |
Public Member Functions inherited from librealsense::option | |
virtual void | create_snapshot (std::shared_ptr< option > &snapshot) const |
virtual | ~option ()=default |
Public Member Functions inherited from librealsense::recordable< option > | |
virtual | ~recordable ()=default |
Private Attributes | |
std::weak_ptr< option > | _max_option |
Additional Inherited Members | |
Protected Attributes inherited from librealsense::proxy_option | |
std::shared_ptr< option > | _proxy |
std::function< void(const option &)> | _recording_function = [](const option&) {} |
class provided a control that changes max distance value when changing min distance value
|
inlineoverridevirtual |
Reimplemented from librealsense::proxy_option.
|
private |