![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <runtime.h>
Collaboration diagram for dt_drawlayer_runtime_inputs_t:Data Fields | |
| const dt_drawlayer_session_state_t * | session |
| const dt_drawlayer_process_state_t * | process |
| const dt_drawlayer_stroke_state_t * | stroke |
| const dt_drawlayer_worker_snapshot_t * | worker |
| const dt_drawlayer_cache_patch_t * | base_patch |
| gboolean | base_patch_valid |
| gboolean | base_patch_dirty |
| gboolean | painting_active |
| gboolean | gui_attached |
| gboolean | module_focused |
| gboolean | display_pipe |
| gboolean | have_layer_selection |
| const char * | selected_layer_name |
| int | selected_layer_order |
| gboolean | have_valid_output_roi |
| gboolean | use_opencl |
| gboolean | view_changed |
| gboolean | padding_changed |
| const dt_drawlayer_cache_patch_t* dt_drawlayer_runtime_inputs_t::base_patch |
Definition at line 241 of file runtime.h.
Referenced by _sync_runtime_state_from_inputs().
| gboolean dt_drawlayer_runtime_inputs_t::base_patch_dirty |
Definition at line 243 of file runtime.h.
Referenced by _sync_runtime_state_from_inputs().
| gboolean dt_drawlayer_runtime_inputs_t::base_patch_valid |
Definition at line 242 of file runtime.h.
Referenced by _sync_runtime_state_from_inputs().
| gboolean dt_drawlayer_runtime_inputs_t::display_pipe |
Definition at line 247 of file runtime.h.
Referenced by _build_runtime_schedule().
| gboolean dt_drawlayer_runtime_inputs_t::gui_attached |
Definition at line 245 of file runtime.h.
Referenced by _apply_runtime_event(), _build_runtime_schedule(), and _update_realtime_state().
| gboolean dt_drawlayer_runtime_inputs_t::have_layer_selection |
Definition at line 248 of file runtime.h.
Referenced by _build_runtime_schedule().
| gboolean dt_drawlayer_runtime_inputs_t::have_valid_output_roi |
| gboolean dt_drawlayer_runtime_inputs_t::module_focused |
Definition at line 246 of file runtime.h.
Referenced by _build_runtime_schedule().
| gboolean dt_drawlayer_runtime_inputs_t::padding_changed |
Definition at line 254 of file runtime.h.
Referenced by _build_runtime_schedule().
| gboolean dt_drawlayer_runtime_inputs_t::painting_active |
Definition at line 244 of file runtime.h.
Referenced by _build_runtime_schedule(), and _sync_runtime_state_from_inputs().
| const dt_drawlayer_process_state_t* dt_drawlayer_runtime_inputs_t::process |
Definition at line 238 of file runtime.h.
Referenced by _build_runtime_schedule(), and _sync_runtime_state_from_inputs().
| const char* dt_drawlayer_runtime_inputs_t::selected_layer_name |
Definition at line 249 of file runtime.h.
Referenced by _build_runtime_schedule().
| int dt_drawlayer_runtime_inputs_t::selected_layer_order |
Definition at line 250 of file runtime.h.
Referenced by _build_runtime_schedule().
| const dt_drawlayer_session_state_t* dt_drawlayer_runtime_inputs_t::session |
Definition at line 237 of file runtime.h.
Referenced by _fill_runtime_inputs(), and _sync_runtime_state_from_inputs().
| const dt_drawlayer_stroke_state_t* dt_drawlayer_runtime_inputs_t::stroke |
Definition at line 239 of file runtime.h.
Referenced by _build_runtime_schedule().
| gboolean dt_drawlayer_runtime_inputs_t::view_changed |
Definition at line 253 of file runtime.h.
Referenced by _build_runtime_schedule().
| const dt_drawlayer_worker_snapshot_t* dt_drawlayer_runtime_inputs_t::worker |
Definition at line 240 of file runtime.h.
Referenced by _sync_runtime_state_from_inputs().