![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <supervisor.h>
Collaboration diagram for dt_sv_link_t:Data Fields | |
| char | label [16] |
| uint64_t | hash |
One retained event, as exposed to the GUI by dt_supervisor_events_snapshot(). links holds the resolved edge hashes (params/input/node/consumes/rekey) so the GUI can make every id clickable and navigate to its declaration.
Definition at line 104 of file supervisor.h.
| uint64_t dt_sv_link_t::hash |
Definition at line 107 of file supervisor.h.
Referenced by _event_body_from(), and _extract_event().
| char dt_sv_link_t::label[16] |
Definition at line 106 of file supervisor.h.
Referenced by _event_body_from(), and _extract_event().