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

#include <preset_repository.h>

+ Collaboration diagram for dt_preset_conditions_t:

Data Fields

gchar * name
 
gchar * description
 
gchar * model
 
gchar * maker
 
gchar * lens
 
double iso_min
 
double iso_max
 
double exposure_min
 
double exposure_max
 
double aperture_min
 
double aperture_max
 
double focal_length_min
 
double focal_length_max
 
int autoapply
 
int filter
 
int format
 

Detailed Description

Everything the edit dialog shows. Strings are owned by the struct when it comes out of dt_preset_repository_get_conditions(), and borrowed when it goes in.

Definition at line 375 of file preset_repository.h.

Field Documentation

◆ aperture_max

double dt_preset_conditions_t::aperture_max

Definition at line 384 of file preset_repository.h.

◆ aperture_min

double dt_preset_conditions_t::aperture_min

Definition at line 384 of file preset_repository.h.

◆ autoapply

int dt_preset_conditions_t::autoapply

Definition at line 389 of file preset_repository.h.

◆ description

gchar* dt_preset_conditions_t::description

Definition at line 378 of file preset_repository.h.

◆ exposure_max

double dt_preset_conditions_t::exposure_max

Definition at line 383 of file preset_repository.h.

◆ exposure_min

double dt_preset_conditions_t::exposure_min

Definition at line 383 of file preset_repository.h.

◆ filter

int dt_preset_conditions_t::filter

Definition at line 390 of file preset_repository.h.

◆ focal_length_max

double dt_preset_conditions_t::focal_length_max

Definition at line 388 of file preset_repository.h.

◆ focal_length_min

double dt_preset_conditions_t::focal_length_min

Definition at line 388 of file preset_repository.h.

◆ format

int dt_preset_conditions_t::format

Definition at line 391 of file preset_repository.h.

◆ iso_max

double dt_preset_conditions_t::iso_max

Definition at line 382 of file preset_repository.h.

◆ iso_min

double dt_preset_conditions_t::iso_min

Definition at line 382 of file preset_repository.h.

◆ lens

gchar* dt_preset_conditions_t::lens

Definition at line 381 of file preset_repository.h.

◆ maker

gchar* dt_preset_conditions_t::maker

Definition at line 380 of file preset_repository.h.

◆ model

gchar* dt_preset_conditions_t::model

Definition at line 379 of file preset_repository.h.

◆ name

gchar* dt_preset_conditions_t::name

Definition at line 377 of file preset_repository.h.

Referenced by _edit_preset_response().


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