![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_drawlayer_runtime_thread_state_t:Data Fields | |
| gboolean | active |
| gboolean | waiting |
| guint | queued |
| gboolean dt_drawlayer_runtime_thread_state_t::active |
Definition at line 39 of file runtime.c.
Referenced by _apply_runtime_event(), _build_runtime_schedule(), _sync_runtime_state_from_inputs(), dt_drawlayer_runtime_manager_note_sidecar_io(), and dt_drawlayer_runtime_manager_note_thread().
| guint dt_drawlayer_runtime_thread_state_t::queued |
Definition at line 41 of file runtime.c.
Referenced by _sync_runtime_state_from_inputs(), and dt_drawlayer_runtime_manager_note_thread().
| gboolean dt_drawlayer_runtime_thread_state_t::waiting |
Definition at line 40 of file runtime.c.
Referenced by _apply_runtime_event(), _sync_runtime_state_from_inputs(), dt_drawlayer_runtime_manager_note_sidecar_io(), and dt_drawlayer_runtime_manager_note_thread().