class provided a control that changes min distance value when changing max distance value More...
#include <option.h>
Public Member Functions | |
max_distance_option (std::shared_ptr< option > max_option, std::shared_ptr< option > min_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 > | _min_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 min distance value when changing max distance value
|
inlineoverridevirtual |
Reimplemented from librealsense::proxy_option.
|
private |