![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_history_style_params_t:Data Fields | |
| const char * | name |
| int | style_id |
| gboolean | duplicate |
| dt_history_merge_strategy_t | mode |
| dt_hm_batch_state_t | batch |
Definition at line 447 of file history_actions.c.
| dt_hm_batch_state_t dt_history_style_params_t::batch |
Definition at line 453 of file history_actions.c.
| gboolean dt_history_style_params_t::duplicate |
Definition at line 451 of file history_actions.c.
| dt_history_merge_strategy_t dt_history_style_params_t::mode |
Definition at line 452 of file history_actions.c.
| const char* dt_history_style_params_t::name |
Definition at line 449 of file history_actions.c.
| int dt_history_style_params_t::style_id |
Definition at line 450 of file history_actions.c.