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

Parameters owned by the async "create background from input" job. More...

#include <io.h>

+ Collaboration diagram for dt_drawlayer_io_background_job_params_t:

Data Fields

int32_t imgid
 
int raw_width
 
int raw_height
 
int dst_x
 
int dst_y
 
int insert_after_order
 
char sidecar_path [PATH_MAX]
 
char work_profile [256]
 
char requested_bg_name [64]
 
char filter [64]
 
char initiator_layer_name [64]
 
int initiator_layer_order
 
GSourceFunc done_idle
 

Detailed Description

Parameters owned by the async "create background from input" job.

Field Documentation

◆ done_idle

GSourceFunc dt_drawlayer_io_background_job_params_t::done_idle

◆ dst_x

int dt_drawlayer_io_background_job_params_t::dst_x

◆ dst_y

int dt_drawlayer_io_background_job_params_t::dst_y

◆ filter

char dt_drawlayer_io_background_job_params_t::filter[64]

◆ imgid

int32_t dt_drawlayer_io_background_job_params_t::imgid

◆ initiator_layer_name

char dt_drawlayer_io_background_job_params_t::initiator_layer_name[64]

◆ initiator_layer_order

int dt_drawlayer_io_background_job_params_t::initiator_layer_order

◆ insert_after_order

int dt_drawlayer_io_background_job_params_t::insert_after_order

◆ raw_height

int dt_drawlayer_io_background_job_params_t::raw_height

◆ raw_width

int dt_drawlayer_io_background_job_params_t::raw_width

◆ requested_bg_name

char dt_drawlayer_io_background_job_params_t::requested_bg_name[64]

◆ sidecar_path

char dt_drawlayer_io_background_job_params_t::sidecar_path[PATH_MAX]

◆ work_profile

char dt_drawlayer_io_background_job_params_t::work_profile[256]

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