Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_variables_params_t Struct Reference

#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_tdata
 
gboolean escape_markup
 
voidimg
 

Field Documentation

◆ data

struct dt_variables_data_t* dt_variables_params_t::data

internal variables data

◆ escape_markup

gboolean dt_variables_params_t::escape_markup

do we need to escape variables text for markup ?

Referenced by dt_view_image_info_update().

◆ filename

◆ img

void* dt_variables_params_t::img

img cache already controlled

◆ imgid

int32_t dt_variables_params_t::imgid

used for expanding variables such as .

Referenced by dt_view_image_info_update(), and store().

◆ jobcode

const gchar* dt_variables_params_t::jobcode

used for expanding variable

Referenced by dt_view_image_info_update(), and store().

◆ sequence

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().


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