![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Result posted back to the UI after background-layer creation. More...
#include <io.h>
Collaboration diagram for dt_drawlayer_io_background_job_result_t:Data Fields | |
| gboolean | success |
| int32_t | imgid |
| int64_t | sidecar_timestamp |
| char | created_bg_name [64] |
| char | initiator_layer_name [64] |
| int | initiator_layer_order |
| char | message [256] |
Result posted back to the UI after background-layer creation.
| char dt_drawlayer_io_background_job_result_t::created_bg_name[64] |
Referenced by dt_drawlayer_io_background_layer_job_run().
| int32_t dt_drawlayer_io_background_job_result_t::imgid |
Referenced by _background_layer_job_done_idle(), and dt_drawlayer_io_background_layer_job_run().
| char dt_drawlayer_io_background_job_result_t::initiator_layer_name[64] |
Referenced by _background_layer_job_done_idle(), and dt_drawlayer_io_background_layer_job_run().
| int dt_drawlayer_io_background_job_result_t::initiator_layer_order |
Referenced by _background_layer_job_done_idle(), and dt_drawlayer_io_background_layer_job_run().
| char dt_drawlayer_io_background_job_result_t::message[256] |
Referenced by _background_layer_job_done_idle(), and dt_drawlayer_io_background_layer_job_run().
| int64_t dt_drawlayer_io_background_job_result_t::sidecar_timestamp |
Referenced by _background_layer_job_done_idle(), and dt_drawlayer_io_background_layer_job_run().
| gboolean dt_drawlayer_io_background_job_result_t::success |
Referenced by _background_layer_job_done_idle(), and dt_drawlayer_io_background_layer_job_run().