![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <runtime.h>
Collaboration diagram for dt_drawlayer_runtime_host_t:Data Fields | |
| void * | user_data |
| void(* | collect_inputs )(void *user_data, dt_drawlayer_runtime_inputs_t *inputs, dt_drawlayer_worker_snapshot_t *worker_snapshot) |
| gboolean(* | perform_action )(void *user_data, const dt_drawlayer_runtime_action_request_t *action, dt_drawlayer_runtime_result_t *result) |
| void(* dt_drawlayer_runtime_host_t::collect_inputs) (void *user_data, dt_drawlayer_runtime_inputs_t *inputs, dt_drawlayer_worker_snapshot_t *worker_snapshot) |
| gboolean(* dt_drawlayer_runtime_host_t::perform_action) (void *user_data, const dt_drawlayer_runtime_action_request_t *action, dt_drawlayer_runtime_result_t *result) |
| void* dt_drawlayer_runtime_host_t::user_data |
Referenced by _develop_ui_pipe_finished_callback(), _perform_runtime_commit_sequence(), _perform_runtime_widget_cache_sync(), _update_gui_runtime_manager(), _update_manager_information(), button_pressed(), button_released(), change_image(), dt_drawlayer_runtime_manager_update(), gui_focus(), gui_init(), gui_reset(), gui_update(), mouse_leave(), mouse_moved(), process(), and scrolled().