Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
settings.h File Reference
#include "common/darktable.h"
#include "common/dtpthread.h"
#include "control/signal.h"
#include <inttypes.h>
+ Include dependency graph for settings.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

union  dt_dev_operation_params_t
 

Macros

#define DEV_NUM_OP_PARAMS   10
 

Typedefs

typedef enum dt_dev_zoom_t dt_dev_zoom_t
 
typedef char dt_dev_operation_t[20]
 
typedef union dt_dev_operation_params_t dt_dev_operation_params_t
 
typedef enum dt_lib_filter_t dt_lib_filter_t
 

Enumerations

enum  dt_dev_zoom_t {
  DT_ZOOM_FIT = 0 ,
  DT_ZOOM_FILL = 1 ,
  DT_ZOOM_1 = 2 ,
  DT_ZOOM_FREE = 3
}
 
enum  dt_lib_filter_t {
  DT_LIB_FILTER_ALL = 0 ,
  DT_LIB_FILTER_STAR_NO = 1 ,
  DT_LIB_FILTER_STAR_1 = 2 ,
  DT_LIB_FILTER_STAR_2 = 3 ,
  DT_LIB_FILTER_STAR_3 = 4 ,
  DT_LIB_FILTER_STAR_4 = 5 ,
  DT_LIB_FILTER_STAR_5 = 6 ,
  DT_LIB_FILTER_REJECT = 7
}
 

Macro Definition Documentation

◆ DEV_NUM_OP_PARAMS

#define DEV_NUM_OP_PARAMS   10

Typedef Documentation

◆ dt_dev_operation_params_t

◆ dt_dev_operation_t

typedef char dt_dev_operation_t[20]

◆ dt_dev_zoom_t

◆ dt_lib_filter_t

Enumeration Type Documentation

◆ dt_dev_zoom_t

Enumerator
DT_ZOOM_FIT 
DT_ZOOM_FILL 
DT_ZOOM_1 
DT_ZOOM_FREE 

◆ dt_lib_filter_t

Enumerator
DT_LIB_FILTER_ALL 
DT_LIB_FILTER_STAR_NO 
DT_LIB_FILTER_STAR_1 
DT_LIB_FILTER_STAR_2 
DT_LIB_FILTER_STAR_3 
DT_LIB_FILTER_STAR_4 
DT_LIB_FILTER_STAR_5 
DT_LIB_FILTER_REJECT