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 layer_width
 
int layer_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.

Definition at line 58 of file io.h.

Field Documentation

◆ done_idle

GSourceFunc dt_drawlayer_io_background_job_params_t::done_idle

Definition at line 72 of file io.h.

Referenced by _create_background_layer_from_input().

◆ dst_x

int dt_drawlayer_io_background_job_params_t::dst_x

Definition at line 63 of file io.h.

Referenced by _create_background_layer_from_input().

◆ dst_y

int dt_drawlayer_io_background_job_params_t::dst_y

Definition at line 64 of file io.h.

Referenced by _create_background_layer_from_input().

◆ filter

char dt_drawlayer_io_background_job_params_t::filter[64]

Definition at line 69 of file io.h.

Referenced by _create_background_layer_from_input().

◆ imgid

int32_t dt_drawlayer_io_background_job_params_t::imgid

Definition at line 60 of file io.h.

Referenced by _create_background_layer_from_input().

◆ initiator_layer_name

char dt_drawlayer_io_background_job_params_t::initiator_layer_name[64]

Definition at line 70 of file io.h.

Referenced by _create_background_layer_from_input().

◆ initiator_layer_order

int dt_drawlayer_io_background_job_params_t::initiator_layer_order

Definition at line 71 of file io.h.

Referenced by _create_background_layer_from_input().

◆ insert_after_order

int dt_drawlayer_io_background_job_params_t::insert_after_order

Definition at line 65 of file io.h.

Referenced by _create_background_layer_from_input().

◆ layer_height

int dt_drawlayer_io_background_job_params_t::layer_height

Definition at line 62 of file io.h.

Referenced by _create_background_layer_from_input().

◆ layer_width

int dt_drawlayer_io_background_job_params_t::layer_width

Definition at line 61 of file io.h.

Referenced by _create_background_layer_from_input().

◆ requested_bg_name

char dt_drawlayer_io_background_job_params_t::requested_bg_name[64]

Definition at line 68 of file io.h.

Referenced by _create_background_layer_from_input().

◆ sidecar_path

char dt_drawlayer_io_background_job_params_t::sidecar_path[PATH_MAX]

Definition at line 66 of file io.h.

Referenced by _create_background_layer_from_input().

◆ work_profile

char dt_drawlayer_io_background_job_params_t::work_profile[256]

Definition at line 67 of file io.h.

Referenced by _create_background_layer_from_input().


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