#include <example-imgui.hpp>
Public Member Functions | |
hdr_slider (const char *name, int seq_id, float init_value, rs2::sensor &sensor, rs2_option option, rs2::option_range range, ImVec2 position, ImVec2 size) | |
void | show () override |
Public Member Functions inherited from slider | |
slider (const char *name, int seq_id, float init_value, float min_value, float max_value, ImVec2 position, ImVec2 size) | |
Public Attributes | |
rs2_option | _option |
rs2::option_range | _range |
rs2::sensor & | _sensor |
Public Attributes inherited from slider | |
float | _max_value |
float | _min_value |
const char * | _name |
ImVec2 | _position |
int | _seq_id |
ImVec2 | _size |
float | _value |
Static Public Attributes | |
static const int | _sliders_flags |
Definition at line 38 of file example-imgui.hpp.
|
inline |
Definition at line 40 of file example-imgui.hpp.
|
inlineoverridevirtual |
Implements slider.
Definition at line 44 of file example-imgui.hpp.
rs2_option hdr_slider::_option |
Definition at line 63 of file example-imgui.hpp.
rs2::option_range hdr_slider::_range |
Definition at line 64 of file example-imgui.hpp.
rs2::sensor& hdr_slider::_sensor |
Definition at line 62 of file example-imgui.hpp.
|
static |
Definition at line 66 of file example-imgui.hpp.