Mercurial > geeqie
annotate src/layout.h @ 1367:fe4da037be21
When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
| author | zas_ |
|---|---|
| date | Sun, 01 Mar 2009 23:14:19 +0000 |
| parents | 1ffa5222dc61 |
| children | df58e511d90e |
| rev | line source |
|---|---|
| 9 | 1 /* |
| 196 | 2 * Geeqie |
| 9 | 3 * (C) 2004 John Ellis |
| 1284 | 4 * Copyright (C) 2008 - 2009 The Geeqie Team |
| 9 | 5 * |
| 6 * Author: John Ellis | |
| 7 * | |
| 8 * This software is released under the GNU General Public License (GNU GPL). | |
| 9 * Please read the included file COPYING for more information. | |
| 10 * This software comes with no warranty of any kind, use at your own risk! | |
| 11 */ | |
| 12 | |
| 13 #ifndef LAYOUT_H | |
| 14 #define LAYOUT_H | |
| 15 | |
| 16 | |
| 17 extern GList *layout_window_list; | |
| 18 | |
| 19 | |
| 1309 | 20 LayoutWindow *layout_new(FileData *dir_fd, LayoutOptions *lop); |
| 21 LayoutWindow *layout_new_with_geometry(FileData *dir_fd, LayoutOptions *lop, | |
|
81
0ef72a64930b
Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents:
9
diff
changeset
|
22 const gchar *geometry); |
| 1313 | 23 LayoutWindow *layout_new_from_config(const gchar **attribute_names, const gchar **attribute_values, gboolean use_commandline); |
| 9 | 24 |
| 25 void layout_close(LayoutWindow *lw); | |
| 26 void layout_free(LayoutWindow *lw); | |
| 27 | |
| 28 gint layout_valid(LayoutWindow **lw); | |
| 29 | |
| 1309 | 30 void layout_sync_options_with_current_state(LayoutWindow *lw); |
| 31 void layout_load_attributes(LayoutOptions *layout, const gchar **attribute_names, const gchar **attribute_values); | |
| 32 void layout_write_attributes(LayoutOptions *layout, GString *outstr, gint indent); | |
| 33 void layout_write_config(LayoutWindow *lw, GString *outstr, gint indent); | |
| 34 | |
| 35 | |
| 9 | 36 LayoutWindow *layout_find_by_image(ImageWindow *imd); |
|
368
95fe470440ad
New Go to directory view feature that permits to find and display the directory
zas_
parents:
196
diff
changeset
|
37 LayoutWindow *layout_find_by_image_fd(ImageWindow *imd); |
| 9 | 38 |
| 39 const gchar *layout_get_path(LayoutWindow *lw); | |
| 40 gint layout_set_path(LayoutWindow *lw, const gchar *path); | |
| 783 | 41 gint layout_set_fd(LayoutWindow *lw, FileData *fd); |
| 9 | 42 |
| 43 void layout_status_update_progress(LayoutWindow *lw, gdouble val, const gchar *text); | |
| 44 void layout_status_update_info(LayoutWindow *lw, const gchar *text); | |
| 45 void layout_status_update_image(LayoutWindow *lw); | |
|
1240
30e207ac22e4
added a status bar button for writting metadata immediately
nadvornik
parents:
1055
diff
changeset
|
46 void layout_status_update_write(LayoutWindow *lw); |
| 9 | 47 void layout_status_update_all(LayoutWindow *lw); |
| 48 | |
|
1240
30e207ac22e4
added a status bar button for writting metadata immediately
nadvornik
parents:
1055
diff
changeset
|
49 void layout_status_update_write_all(void); |
|
30e207ac22e4
added a status bar button for writting metadata immediately
nadvornik
parents:
1055
diff
changeset
|
50 |
| 9 | 51 GList *layout_list(LayoutWindow *lw); |
| 736 | 52 guint layout_list_count(LayoutWindow *lw, gint64 *bytes); |
| 138 | 53 FileData *layout_list_get_fd(LayoutWindow *lw, gint index); |
| 783 | 54 gint layout_list_get_index(LayoutWindow *lw, FileData *fd); |
| 138 | 55 void layout_list_sync_fd(LayoutWindow *lw, FileData *fd); |
| 9 | 56 |
| 57 GList *layout_selection_list(LayoutWindow *lw); | |
| 58 /* return list of pointers to int for selection */ | |
| 59 GList *layout_selection_list_by_index(LayoutWindow *lw); | |
| 736 | 60 guint layout_selection_count(LayoutWindow *lw, gint64 *bytes); |
| 9 | 61 void layout_select_all(LayoutWindow *lw); |
| 62 void layout_select_none(LayoutWindow *lw); | |
| 601 | 63 void layout_select_invert(LayoutWindow *lw); |
| 9 | 64 |
|
162
1a42a2451575
created menu "Select" with selection and marks operations
nadvornik
parents:
138
diff
changeset
|
65 void layout_mark_to_selection(LayoutWindow *lw, gint mark, MarkToSelectionMode mode); |
|
1a42a2451575
created menu "Select" with selection and marks operations
nadvornik
parents:
138
diff
changeset
|
66 void layout_selection_to_mark(LayoutWindow *lw, gint mark, SelectionToMarkMode mode); |
|
1a42a2451575
created menu "Select" with selection and marks operations
nadvornik
parents:
138
diff
changeset
|
67 |
| 9 | 68 void layout_refresh(LayoutWindow *lw); |
| 69 | |
| 70 void layout_thumb_set(LayoutWindow *lw, gint enable); | |
| 71 gint layout_thumb_get(LayoutWindow *lw); | |
| 72 | |
| 132 | 73 void layout_marks_set(LayoutWindow *lw, gint enable); |
|
433
5ddcf93278c7
Save Show Marks state to rc file and display current state in menu.
zas_
parents:
380
diff
changeset
|
74 gint layout_marks_get(LayoutWindow *lw); |
| 132 | 75 |
| 9 | 76 void layout_sort_set(LayoutWindow *lw, SortType type, gint ascend); |
| 77 gint layout_sort_get(LayoutWindow *lw, SortType *type, gint *ascend); | |
| 78 | |
| 79 gint layout_geometry_get(LayoutWindow *lw, gint *x, gint *y, gint *w, gint *h); | |
| 80 gint layout_geometry_get_dividers(LayoutWindow *lw, gint *h, gint *v); | |
| 81 | |
|
556
fe675761d091
Replace Layout icon_view field by more generic file_view_type.
zas_
parents:
475
diff
changeset
|
82 void layout_views_set(LayoutWindow *lw, DirViewType dir_view_type, FileViewType file_view_type); |
|
fe675761d091
Replace Layout icon_view field by more generic file_view_type.
zas_
parents:
475
diff
changeset
|
83 gint layout_views_get(LayoutWindow *lw, DirViewType *dir_view_type, FileViewType *file_view_type); |
| 9 | 84 |
| 85 void layout_status_update(LayoutWindow *lw, const gchar *text); | |
| 86 | |
| 87 void layout_style_set(LayoutWindow *lw, gint style, const gchar *order); | |
| 88 | |
| 89 void layout_menu_update_edit(void); | |
| 90 void layout_styles_update(void); | |
| 91 void layout_colors_update(void); | |
| 92 | |
| 93 | |
| 94 gint layout_geometry_get_tools(LayoutWindow *lw, gint *x, gint *y, gint *w, gint *h, gint *divider_pos); | |
| 95 void layout_tools_float_set(LayoutWindow *lw, gint popped, gint hidden); | |
| 96 gint layout_tools_float_get(LayoutWindow *lw, gint *popped, gint *hidden); | |
| 97 | |
| 98 void layout_tools_float_toggle(LayoutWindow *lw); | |
| 99 void layout_tools_hide_toggle(LayoutWindow *lw); | |
| 100 | |
| 101 | |
| 102 void layout_toolbar_toggle(LayoutWindow *lw); | |
| 103 gint layout_toolbar_hidden(LayoutWindow *lw); | |
| 104 | |
| 127 | 105 void layout_split_change(LayoutWindow *lw, ImageSplitMode mode); |
| 9 | 106 |
| 107 #endif | |
|
1055
1646720364cf
Adding a vim modeline to all files - patch by Klaus Ethgen
nadvornik
parents:
796
diff
changeset
|
108 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ |
