#include <notifications.h>
|
int | calc_height () override |
|
void | draw_content (ux_window &win, int x, int y, float t, std::string &error_message) override |
|
| export_notification_model (std::shared_ptr< export_manager > manager) |
|
export_manager & | get_manager () |
|
void | set_color_scheme (float t) const override |
|
void | draw_pre_effect (int x, int y) override |
|
void | draw_progress_bar (ux_window &win, int w) |
|
| process_notification_model (std::shared_ptr< process_manager > manager) |
|
void | delay (int days) |
|
virtual void | dismiss (bool snooze) |
|
std::function< void()> | draw (ux_window &win, int w, int y, std::shared_ptr< notification_model > &selected, std::string &error_message) |
|
virtual void | draw_dismiss (ux_window &win, int x, int y) |
|
virtual void | draw_expanded (ux_window &win, std::string &error_message) |
|
void | draw_text (const char *msg, int x, int y, int h) |
|
double | get_age_in_ms (bool total=false) const |
|
virtual int | get_max_lifetime_ms () const |
|
std::string | get_title () |
|
bool | interacted () const |
|
void | invoke (std::function< void()> action) |
|
template<class dst_type > |
bool | is () |
|
bool | is_delayed () const |
|
| notification_model () |
|
| notification_model (const notification_data &n) |
|
void | unset_color_scheme () const |
|
Definition at line 268 of file notifications.h.
Enumerator |
---|
STATE_INITIAL_PROMPT |
|
STATE_IN_PROGRESS |
|
STATE_COMPLETE |
|
STATE_FAILED |
|
Definition at line 270 of file notifications.h.
rs2::export_notification_model::export_notification_model |
( |
std::shared_ptr< export_manager > |
manager | ) |
|
int rs2::export_notification_model::calc_height |
( |
| ) |
|
|
overridevirtual |
void rs2::export_notification_model::draw_content |
( |
ux_window & |
win, |
|
|
int |
x, |
|
|
int |
y, |
|
|
float |
t, |
|
|
std::string & |
error_message |
|
) |
| |
|
overridevirtual |
void rs2::export_notification_model::set_color_scheme |
( |
float |
t | ) |
const |
|
overridevirtual |
The documentation for this struct was generated from the following files: