Make better matching between options types in options.h and the rest of the code.
[geeqie.git] / src / options.h
1 /*
2  * Geeqie
3  * Copyright (C) 2008 The Geeqie Team
4  *
5  * Authors: Vladimir Nadvornik, Laurent Monin
6  *
7  * This software is released under the GNU General Public License (GNU GPL).
8  * Please read the included file COPYING for more information.
9  * This software comes with no warranty of any kind, use at your own risk!
10  */
11
12 #ifndef OPTIONS_H
13 #define OPTIONS_H
14
15 typedef struct _ConfOptions ConfOptions;
16
17 struct _ConfOptions
18 {
19         /* ui */
20         gboolean progressive_key_scrolling;
21         gboolean place_dialogs_under_mouse;
22         gboolean mousewheel_scrolls;
23         gboolean show_icon_names;
24         gboolean show_copy_path;
25
26         /* various */
27         gboolean enable_metadata_dirs;
28
29         gboolean tree_descend_subdirs;
30
31         gboolean lazy_image_sync;
32         gboolean update_on_time_change;
33
34         guint duplicates_similarity_threshold;
35
36         gint open_recent_list_maxsize;
37         gint dnd_icon_size;
38
39         gboolean save_metadata_in_image_file;
40
41         struct {
42                 gboolean restore_path;
43                 gboolean use_last_path;
44                 gchar *path;
45         } startup;
46
47         /* file ops */
48         struct {
49                 gboolean enable_in_place_rename;
50
51                 gboolean confirm_delete;
52                 gboolean enable_delete_key;
53                 gboolean safe_delete_enable;
54                 gchar *safe_delete_path;
55                 gint safe_delete_folder_maxsize;
56         } file_ops;
57
58         /* image */
59         struct {
60                 gboolean exif_rotate_enable;
61                 guint scroll_reset_method;
62                 gboolean fit_window_to_image;
63                 gboolean limit_window_size;
64                 gint max_window_size;
65                 gboolean limit_autofit_size;
66                 gint max_autofit_size;
67
68                 gint tile_cache_max;    /* in megabytes */
69                 gint image_cache_max;   /* in megabytes */
70                 guint dither_quality;
71                 gboolean enable_read_ahead;
72
73                 gint zoom_mode;
74                 gboolean zoom_2pass;
75                 gboolean zoom_to_fit_allow_expand;
76                 guint zoom_quality;
77                 gint zoom_increment;    /* 10 is 1.0, 5 is 0.05, 20 is 2.0, etc. */
78
79                 gint use_custom_border_color;
80                 GdkColor border_color;
81
82                 gint read_buffer_size; /* bytes to read from file per read() */
83                 gint idle_read_loop_count; /* the number of bytes to read per idle call (define x image.read_buffer_size) */
84         } image;
85
86         /* thumbnails */
87         struct {
88                 gint max_width;
89                 gint max_height;
90                 gboolean enable_caching;
91                 gboolean cache_into_dirs;
92                 gboolean fast;
93                 gboolean use_xvpics;
94                 gboolean spec_standard;
95                 guint quality;
96         } thumbnails;
97
98         /* file filtering */
99         struct {
100                 gboolean show_hidden_files;
101                 gboolean show_dot_directory;
102                 gboolean disable;
103         } file_filter;
104
105         /* collections */
106         struct {
107                 gboolean rectangular_selection;
108         } collections;
109
110         /* editors */
111         Editor editor[GQ_EDITOR_SLOTS];
112
113         /* shell */
114         struct {
115                 gchar *path;
116                 gchar *options;
117         } shell;
118         
119         /* file sorting */
120         struct {
121                 SortType method;
122                 gboolean ascending;
123                 gboolean case_sensitive; /* file sorting method (case) */
124         } file_sort;
125
126         /* slideshow */
127         struct {
128                 gint delay;     /* in tenths of a second */
129                 gboolean random;
130                 gboolean repeat;
131         } slideshow;
132
133         /* fullscreen */
134         struct {
135                 gint screen;
136                 gboolean clean_flip;
137                 gboolean disable_saver;
138                 gboolean above;
139         } fullscreen;
140
141         /* histogram */
142         struct {
143                 guint last_channel_mode;
144                 guint last_log_mode;
145         } histogram;
146         
147         /* image overlay */
148         struct {
149                 struct {
150                         guint state;
151                         gboolean show_at_startup;
152                         gchar *template_string;
153                         gint x;
154                         gint y;
155                 } common;
156         } image_overlay;
157
158         /* layout */
159         struct {
160                 gchar *order;
161                 gint style;
162
163                 DirViewType dir_view_type;
164                 FileViewType file_view_type;
165
166                 gboolean show_thumbnails;
167                 gboolean show_marks;
168                 gboolean show_directory_date;
169
170                 struct {
171                         gint w;
172                         gint h;
173                         gint x;
174                         gint y;
175                         gboolean maximized;
176                         gint hdivider_pos;
177                         gint vdivider_pos;
178                 } main_window;
179
180                 struct {
181                         gint w;
182                         gint h;
183                         gint x;
184                         gint y;
185                         gint vdivider_pos;
186                 } float_window;
187
188                 struct {
189                         gint w;
190                         gint h;
191                 } properties_window;
192
193                 gboolean save_window_positions;
194
195                 gboolean tools_float;
196                 gboolean tools_hidden;
197                 gboolean tools_restore_state;
198
199                 gboolean toolbar_hidden;
200
201         } layout;
202
203         /* panels */
204         struct {
205                 struct {
206                         gboolean enabled;
207                         gint width;
208                 } info;
209
210                 struct {
211                         gboolean enabled;
212                         gint width;
213                 } exif;
214
215                 struct {
216                         gboolean enabled;
217                         gint mode_state;
218                         gint action_state;
219                         gint selection_state;
220                 } sort;
221         } panels;
222
223         /* properties dialog */
224         struct {
225                 gchar *tabs_order;
226         } properties;
227
228         /* color profiles */
229         struct {
230                 gboolean enabled;
231                 gint input_type;
232                 gchar *input_file[COLOR_PROFILE_INPUTS];
233                 gchar *input_name[COLOR_PROFILE_INPUTS];
234                 gint screen_type;
235                 gchar *screen_file;
236                 gboolean use_image;
237
238         } color_profile;
239
240 };
241
242 ConfOptions *options;
243
244 ConfOptions *init_options(ConfOptions *options);
245 void setup_default_options(ConfOptions *options);
246 void sync_options_with_current_state(ConfOptions *options);
247
248 #endif /* OPTIONS_H */