![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for collect_action_t:Data Fields | |
| const char * | label |
| gboolean | multi |
| gboolean(* | enabled )(int property, int n) |
| void(* | run )(dt_lib_collect_t *d, GList *rows) |
| gboolean(* collect_action_t::enabled) (int property, int n) |
Definition at line 1997 of file collect.c.
Referenced by _show_context_menu().
| const char* collect_action_t::label |
Definition at line 1995 of file collect.c.
Referenced by _show_context_menu().
| gboolean collect_action_t::multi |
Definition at line 1996 of file collect.c.
Referenced by _show_context_menu().
| void(* collect_action_t::run) (dt_lib_collect_t *d, GList *rows) |
Definition at line 1998 of file collect.c.
Referenced by _action_activate().