![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <variables.h>
Collaboration diagram for dt_variables_params_t:Data Fields | |
| const gchar * | filename |
| const gchar * | jobcode |
| int32_t | imgid |
| int | sequence |
| struct dt_variables_data_t * | data |
| gboolean | escape_markup |
| void * | img |
| struct dt_variables_data_t* dt_variables_params_t::data |
internal variables data
| gboolean dt_variables_params_t::escape_markup |
do we need to escape variables text for markup ?
Referenced by dt_view_image_info_update().
| const gchar* dt_variables_params_t::filename |
used for expanding variables that uses filename and .
Referenced by dt_view_image_info_update(), update_modelines.modelines_updater_t::load_lines(), update_modelines.modelines_updater_t::remove_lines(), store(), update_modelines.modelines_updater_t::update(), and update_modelines.modelines_updater_t::write_file().
| void* dt_variables_params_t::img |
img cache already controlled
| int32_t dt_variables_params_t::imgid |
used for expanding variables such as .
Referenced by dt_view_image_info_update(), and store().
| const gchar* dt_variables_params_t::jobcode |
used for expanding variable
Referenced by dt_view_image_info_update(), and store().
| int dt_variables_params_t::sequence |
used as thread-safe sequence number. only used if >= 0.
Referenced by dt_view_image_info_update(), and store().