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

One row of the Preferences preset tree, with its auto-apply conditions. More...

#include <preset_repository.h>

+ Collaboration diagram for dt_preset_row_t:

Data Fields

int rowid
 
char * name
 
char * operation
 
gboolean autoapply
 
char * model
 
char * maker
 
char * lens
 
float iso_min
 
float iso_max
 
float exposure_min
 
float exposure_max
 
float aperture_min
 
float aperture_max
 
int focal_length_min
 
int focal_length_max
 
gboolean writeprotect
 

Detailed Description

One row of the Preferences preset tree, with its auto-apply conditions.

Definition at line 445 of file preset_repository.h.

Field Documentation

◆ aperture_max

float dt_preset_row_t::aperture_max

Definition at line 456 of file preset_repository.h.

◆ aperture_min

float dt_preset_row_t::aperture_min

Definition at line 456 of file preset_repository.h.

◆ autoapply

gboolean dt_preset_row_t::autoapply

Definition at line 450 of file preset_repository.h.

Referenced by test_list_all_carries_the_tree_row().

◆ exposure_max

float dt_preset_row_t::exposure_max

Definition at line 455 of file preset_repository.h.

◆ exposure_min

float dt_preset_row_t::exposure_min

Definition at line 455 of file preset_repository.h.

◆ focal_length_max

int dt_preset_row_t::focal_length_max

stored as REAL, read as int, as the tree shows them

Definition at line 457 of file preset_repository.h.

◆ focal_length_min

int dt_preset_row_t::focal_length_min

Definition at line 457 of file preset_repository.h.

◆ iso_max

float dt_preset_row_t::iso_max

Definition at line 454 of file preset_repository.h.

◆ iso_min

float dt_preset_row_t::iso_min

Definition at line 454 of file preset_repository.h.

◆ lens

char* dt_preset_row_t::lens

Definition at line 453 of file preset_repository.h.

◆ maker

char* dt_preset_row_t::maker

Definition at line 452 of file preset_repository.h.

◆ model

char* dt_preset_row_t::model

Definition at line 451 of file preset_repository.h.

◆ name

char* dt_preset_row_t::name

Definition at line 448 of file preset_repository.h.

◆ operation

char* dt_preset_row_t::operation

Definition at line 449 of file preset_repository.h.

◆ rowid

int dt_preset_row_t::rowid

Definition at line 447 of file preset_repository.h.

Referenced by dt_preset_repository_list_all().

◆ writeprotect

gboolean dt_preset_row_t::writeprotect

Definition at line 458 of file preset_repository.h.

Referenced by test_list_all_carries_the_tree_row().


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