#include <notifications.h>
Public Member Functions | |
| void | draw (ux_window &win, int w, int progress) |
Public Attributes | |
| float | curr_progress_value = 0.f |
| int | last_progress = 0 |
| std::chrono::system_clock::time_point | last_progress_time |
| float | progress_speed = 5.f |
| float | threshold_progress = 5.f |
Definition at line 148 of file notifications.h.
Definition at line 104 of file notifications.cpp.
| float rs2::progress_bar::curr_progress_value = 0.f |
Definition at line 155 of file notifications.h.
| int rs2::progress_bar::last_progress = 0 |
Definition at line 154 of file notifications.h.
| std::chrono::system_clock::time_point rs2::progress_bar::last_progress_time |
Definition at line 153 of file notifications.h.
| float rs2::progress_bar::progress_speed = 5.f |
Definition at line 152 of file notifications.h.
| float rs2::progress_bar::threshold_progress = 5.f |
Definition at line 156 of file notifications.h.