![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
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 |
One row of the Preferences preset tree, with its auto-apply conditions.
Definition at line 445 of file preset_repository.h.
| float dt_preset_row_t::aperture_max |
Definition at line 456 of file preset_repository.h.
| float dt_preset_row_t::aperture_min |
Definition at line 456 of file preset_repository.h.
| gboolean dt_preset_row_t::autoapply |
Definition at line 450 of file preset_repository.h.
Referenced by test_list_all_carries_the_tree_row().
| float dt_preset_row_t::exposure_max |
Definition at line 455 of file preset_repository.h.
| float dt_preset_row_t::exposure_min |
Definition at line 455 of file preset_repository.h.
| 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.
| int dt_preset_row_t::focal_length_min |
Definition at line 457 of file preset_repository.h.
| float dt_preset_row_t::iso_max |
Definition at line 454 of file preset_repository.h.
| float dt_preset_row_t::iso_min |
Definition at line 454 of file preset_repository.h.
| char* dt_preset_row_t::lens |
Definition at line 453 of file preset_repository.h.
| char* dt_preset_row_t::maker |
Definition at line 452 of file preset_repository.h.
| char* dt_preset_row_t::model |
Definition at line 451 of file preset_repository.h.
| char* dt_preset_row_t::name |
Definition at line 448 of file preset_repository.h.
| char* dt_preset_row_t::operation |
Definition at line 449 of file preset_repository.h.
| int dt_preset_row_t::rowid |
Definition at line 447 of file preset_repository.h.
Referenced by dt_preset_repository_list_all().
| gboolean dt_preset_row_t::writeprotect |
Definition at line 458 of file preset_repository.h.
Referenced by test_list_all_carries_the_tree_row().