Ansel
0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
collect.h
Go to the documentation of this file.
1
/*
2
This file is part of darktable,
3
Copyright (C) 2010-2012 Henrik Andersson.
4
Copyright (C) 2010-2011 johannes hanika.
5
Copyright (C) 2010 Stuart Henderson.
6
Copyright (C) 2011 Alexandre Prokoudine.
7
Copyright (C) 2012 José Carlos García Sogo.
8
Copyright (C) 2012 Richard Wonka.
9
Copyright (C) 2013 Gaspard Jankowiak.
10
Copyright (C) 2013 Thomas Pryds.
11
Copyright (C) 2014, 2016 Roman Lebedev.
12
Copyright (C) 2014-2016 Tobias Ellinghaus.
13
Copyright (C) 2018, 2020 Pascal Obry.
14
Copyright (C) 2018 Rick Yorgason.
15
Copyright (C) 2018 Sam Smith.
16
Copyright (C) 2020 Philippe Weyland.
17
Copyright (C) 2022 Martin Bařinka.
18
19
darktable is free software: you can redistribute it and/or modify
20
it under the terms of the GNU General Public License as published by
21
the Free Software Foundation, either version 3 of the License, or
22
(at your option) any later version.
23
24
darktable is distributed in the hope that it will be useful,
25
but WITHOUT ANY WARRANTY; without even the implied warranty of
26
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27
GNU General Public License for more details.
28
29
You should have received a copy of the GNU General Public License
30
along with darktable. If not, see <http://www.gnu.org/licenses/>.
31
*/
32
33
#pragma once
34
35
typedef
enum
dt_lib_collect_mode_t
36
{
37
DT_LIB_COLLECT_MODE_AND
= 0,
38
DT_LIB_COLLECT_MODE_OR
,
39
DT_LIB_COLLECT_MODE_AND_NOT
40
}
dt_lib_collect_mode_t
;
41
42
// clang-format off
43
// modelines: These editor modelines have been set for all relevant files by tools/update_modelines.py
44
// vim: shiftwidth=2 expandtab tabstop=2 cindent
45
// kate: tab-indents: off; indent-width 2; replace-tabs on; indent-mode cstyle; remove-trailing-spaces modified;
46
// clang-format on
47
dt_lib_collect_mode_t
dt_lib_collect_mode_t
Definition
collect.h:36
DT_LIB_COLLECT_MODE_OR
@ DT_LIB_COLLECT_MODE_OR
Definition
collect.h:38
DT_LIB_COLLECT_MODE_AND_NOT
@ DT_LIB_COLLECT_MODE_AND_NOT
Definition
collect.h:39
DT_LIB_COLLECT_MODE_AND
@ DT_LIB_COLLECT_MODE_AND
Definition
collect.h:37
src
libs
collect.h
Generated by
1.9.8