Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
collect_action_t Struct Reference
+ 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)
 

Detailed Description

Definition at line 1993 of file collect.c.

Field Documentation

◆ enabled

gboolean(* collect_action_t::enabled) (int property, int n)

Definition at line 1997 of file collect.c.

Referenced by _show_context_menu().

◆ label

const char* collect_action_t::label

Definition at line 1995 of file collect.c.

Referenced by _show_context_menu().

◆ multi

gboolean collect_action_t::multi

Definition at line 1996 of file collect.c.

Referenced by _show_context_menu().

◆ run

void(* collect_action_t::run) (dt_lib_collect_t *d, GList *rows)

Definition at line 1998 of file collect.c.

Referenced by _action_activate().


The documentation for this struct was generated from the following file: