![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "common/darktable.h"
#include "common/dtpthread.h"
#include "control/signal.h"
#include <inttypes.h>
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 } |
#define DEV_NUM_OP_PARAMS 10 |
typedef union dt_dev_operation_params_t dt_dev_operation_params_t |
typedef char dt_dev_operation_t[20] |
typedef enum dt_dev_zoom_t dt_dev_zoom_t |
typedef enum dt_lib_filter_t dt_lib_filter_t |
enum dt_dev_zoom_t |
enum dt_lib_filter_t |