![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Include dependency graph for pipeline_notify.c:Go to the source code of this file.
Functions | |
| void | dt_pipeline_set_message_handler (dt_pipeline_message_handler_t handler) |
| Install the handler, or NULL to remove it. Messages raised with none installed are dropped. | |
| void | dt_pipeline_message (const char *format,...) |
| void | dt_pipeline_set_busy_handler (dt_pipeline_busy_handler_t handler) |
| void | dt_pipeline_busy_printf (const char *format,...) |
| void | dt_pipeline_busy_clear (void) |
| Processing finished; clear the banner. | |
Variables | |
| static dt_pipeline_message_handler_t | _message_handler = NULL |
| static dt_pipeline_busy_handler_t | _busy_handler = NULL |
Processing finished; clear the banner.
Definition at line 74 of file pipeline_notify.c.
References _busy_handler, and dt_pipeline_busy_handler_t.
Referenced by dt_dev_pixelpipe_process_rec().
| void dt_pipeline_busy_printf | ( | const char * | format, |
| ... | |||
| ) |
Definition at line 57 of file pipeline_notify.c.
References _busy_handler, dt_free, and dt_pipeline_busy_handler_t.
Referenced by dt_dev_pixelpipe_process_rec().
| void dt_pipeline_message | ( | const char * | format, |
| ... | |||
| ) |
Definition at line 35 of file pipeline_notify.c.
References _message_handler, dt_free, and dt_pipeline_message_handler_t.
Referenced by _default_process_tiling_ptp(), _default_process_tiling_roi(), _dt_dev_raster_mask_check(), _print_opencl_errors(), _refine_with_detail_mask(), _refine_with_detail_mask_cl(), dt_develop_blend_process(), dt_develop_blend_process_cl(), and pixelpipe_process_on_GPU().
| void dt_pipeline_set_busy_handler | ( | dt_pipeline_busy_handler_t | handler | ) |
| void dt_pipeline_set_message_handler | ( | dt_pipeline_message_handler_t | handler | ) |
Install the handler, or NULL to remove it. Messages raised with none installed are dropped.
Definition at line 30 of file pipeline_notify.c.
References _message_handler.
Referenced by dt_init().
|
static |
Definition at line 28 of file pipeline_notify.c.
Referenced by dt_pipeline_busy_clear(), dt_pipeline_busy_printf(), and dt_pipeline_set_busy_handler().
|
static |
Definition at line 27 of file pipeline_notify.c.
Referenced by dt_pipeline_message(), and dt_pipeline_set_message_handler().