Code

* convolve matrix code refactoring
[inkscape.git] / src / ui / dialog / inkscape-preferences.h
1 /**
2  * brief Inkscape Preferences dialog
3  *
4  * Authors:
5  *   Carl Hetherington
6  *   Marco Scholten
7  *   Johan Engelen <j.b.c.engelen@ewi.utwente.nl>
8  *   Bruno Dilly <bruno.dilly@gmail.com>
9  *
10  * Copyright (C) 2004-2007 Authors
11  *
12  * Released under GNU GPL.  Read the file 'COPYING' for more information.
13  */
15 #ifndef INKSCAPE_UI_DIALOG_INKSCAPE_PREFERENCES_H
16 #define INKSCAPE_UI_DIALOG_INKSCAPE_PREFERENCES_H
18 #include <iostream>
19 #include <vector>
20 #include <gtkmm/table.h>
21 #include <gtkmm/colorbutton.h>
22 #include <gtkmm/comboboxtext.h>
23 #include <gtkmm/spinbutton.h>
24 #include <gtkmm/treestore.h>
25 #include <gtkmm/treeview.h>
26 #include <gtkmm/radiobutton.h>
27 #include <gtkmm/frame.h>
28 #include <gtkmm/notebook.h>
29 #include "ui/widget/preferences-widget.h"
30 #include <sigc++/sigc++.h>
31 #include <glibmm/i18n.h>
33 #include "ui/widget/panel.h"
35 // UPDATE THIS IF YOU'RE ADDING PREFS PAGES.
36 // Otherwise the commands that open the dialog with the new page will fail.
38 enum {
39     PREFS_PAGE_MOUSE,
40     PREFS_PAGE_SCROLLING,
41     PREFS_PAGE_STEPS,
42     PREFS_PAGE_TOOLS,
43     PREFS_PAGE_TOOLS_SELECTOR,
44     PREFS_PAGE_TOOLS_NODE,
45     PREFS_PAGE_TOOLS_TWEAK,
46     PREFS_PAGE_TOOLS_ZOOM,
47     PREFS_PAGE_TOOLS_SHAPES,
48     PREFS_PAGE_TOOLS_SHAPES_RECT,
49     PREFS_PAGE_TOOLS_SHAPES_3DBOX,
50     PREFS_PAGE_TOOLS_SHAPES_ELLIPSE,
51     PREFS_PAGE_TOOLS_SHAPES_STAR,
52     PREFS_PAGE_TOOLS_SHAPES_SPIRAL,
53     PREFS_PAGE_TOOLS_PENCIL,
54     PREFS_PAGE_TOOLS_PEN,
55     PREFS_PAGE_TOOLS_CALLIGRAPHY,
56     PREFS_PAGE_TOOLS_PAINTBUCKET,
57     PREFS_PAGE_TOOLS_TEXT,
58     PREFS_PAGE_TOOLS_GRADIENT,
59     PREFS_PAGE_TOOLS_CONNECTOR,
60     PREFS_PAGE_TOOLS_DROPPER,
61     PREFS_PAGE_WINDOWS,
62     PREFS_PAGE_CLONES,
63     PREFS_PAGE_MASKS,
64     PREFS_PAGE_FILTERS,
65     PREFS_PAGE_TRANSFORMS,
66     PREFS_PAGE_SELECTING,
67     PREFS_PAGE_IMPORTEXPORT,
68     PREFS_PAGE_CMS,
69     PREFS_PAGE_GRIDS,
70     PREFS_PAGE_MISC
71 };
73 using namespace Inkscape::UI::Widget;
75 namespace Inkscape {
76 namespace UI {
77 namespace Dialog {
79 class InkscapePreferences : public UI::Widget::Panel {
80 public:
81     virtual ~InkscapePreferences();
83     static InkscapePreferences &getInstance() { return *new InkscapePreferences(); }
85 protected:
86     Gtk::Frame _page_frame;
87     Gtk::Label _page_title;
88     Gtk::TreeView _page_list;  
89     Glib::RefPtr<Gtk::TreeStore> _page_list_model;
91     //Pagelist model columns:
92     class PageListModelColumns : public Gtk::TreeModel::ColumnRecord
93     {
94     public:
95         PageListModelColumns()
96         { Gtk::TreeModelColumnRecord::add(_col_name); Gtk::TreeModelColumnRecord::add(_col_page); Gtk::TreeModelColumnRecord::add(_col_id); }
97         Gtk::TreeModelColumn<Glib::ustring> _col_name;
98         Gtk::TreeModelColumn<int> _col_id;
99         Gtk::TreeModelColumn<DialogPage*> _col_page;
100     };
101     PageListModelColumns _page_list_columns;
103     Gtk::TreeModel::Path _path_tools;
104     Gtk::TreeModel::Path _path_shapes;
106     DialogPage _page_mouse, _page_scrolling, _page_steps, _page_tools, _page_windows,
107         _page_clones, _page_mask, _page_transforms, _page_filters, _page_select, 
108         _page_importexport, _page_cms, _page_grids, _page_misc;
109     DialogPage _page_selector, _page_node, _page_tweak, _page_zoom, _page_shapes, _page_pencil, _page_pen,
110                _page_calligraphy, _page_text, _page_gradient, _page_connector, _page_dropper;
111     DialogPage _page_rectangle, _page_3dbox, _page_ellipse, _page_star, _page_spiral, _page_paintbucket;
113     PrefSpinButton _mouse_sens, _mouse_thres;
114     PrefCheckButton _mouse_use_ext_input;
116     PrefSpinButton _scroll_wheel, _scroll_arrow_px, _scroll_arrow_acc, _scroll_auto_speed, _scroll_auto_thres;
117     PrefCheckButton _scroll_space;
118     PrefCheckButton _wheel_zoom;
120     PrefCombo       _steps_rot_snap;
121     PrefCheckButton _steps_compass;
122     PrefSpinButton  _steps_arrow, _steps_scale, _steps_inset, _steps_zoom;
124     PrefRadioButton _t_sel_trans_obj, _t_sel_trans_outl, _t_sel_cue_none, _t_sel_cue_mark,
125                     _t_sel_cue_box, _t_bbox_visual, _t_bbox_geometric;
126     PrefCheckButton _t_cvg_keep_objects;
128     PrefSpinButton  _t_pencil_tolerance;
130     PrefRadioButton _win_dockable, _win_floating;
131     PrefRadioButton _win_ontop_none, _win_ontop_normal, _win_ontop_agressive;
132     PrefRadioButton _win_save_geom_off, _win_save_geom, _win_save_geom_prefs;
133     PrefCheckButton _win_hide_task, _win_zoom_resize , _win_show_close;
135 // FIXME: Temporary Win32 special code to enable transient dialogs
136 #ifdef WIN32 
137     PrefCheckButton _win_ontop_win32;   
138 #endif    
140     PrefCheckButton _calligrapy_use_abs_size;
141     PrefCheckButton _calligrapy_keep_selected;
143     PrefCheckButton _connector_ignore_text;
144     
145     PrefRadioButton _clone_option_parallel, _clone_option_stay, _clone_option_transform,
146                     _clone_option_unlink, _clone_option_delete;
148     PrefCheckButton _mask_mask_on_top;
149     PrefCheckButton _mask_mask_remove;
151     PrefRadioButton _blur_quality_best, _blur_quality_better, _blur_quality_normal, _blur_quality_worse, _blur_quality_worst;
152     PrefCheckButton _show_filters_info_box;
154     PrefCheckButton _trans_scale_stroke, _trans_scale_corner, _trans_gradient,_trans_pattern;
155     PrefRadioButton _trans_optimized, _trans_preserved;
157     PrefRadioButton _sel_all;
158     PrefRadioButton _sel_current;
159     PrefRadioButton _sel_recursive;
160     PrefCheckButton _sel_hidden, _sel_locked;
161     PrefCheckButton _sel_layer_deselects;
163     PrefSpinButton  _importexport_export, _misc_recent, _misc_simpl;
164     PrefCheckButton _misc_comment, _misc_forkvectors, _misc_scripts;
165     PrefCheckButton _misc_small_toolbar;
166     PrefCheckButton _misc_small_tools;
167     PrefCombo       _misc_overs_bitmap;
169     Gtk::ComboBoxText   _cms_display_profile;
170     PrefCheckButton     _cms_from_display;
171     PrefCombo           _cms_intent;
173     PrefCheckButton     _cms_softproof;
174     PrefCheckButton     _cms_gamutwarn;
175     Gtk::ColorButton    _cms_gamutcolor;
176     Gtk::ComboBoxText   _cms_proof_profile;
177     PrefCombo           _cms_proof_intent;
178     PrefCheckButton     _cms_proof_blackpoint;
179     PrefCheckButton     _cms_proof_preserveblack;
181     Gtk::Notebook       _grids_notebook;
182     PrefCheckButton     _grids_no_emphasize_on_zoom;
183     DialogPage          _grids_xy, _grids_axonom;
184     // CanvasXYGrid properties:
185         PrefUnit            _grids_xy_units;
186         PrefSpinButton      _grids_xy_origin_x;
187         PrefSpinButton      _grids_xy_origin_y;
188         PrefSpinButton      _grids_xy_spacing_x;
189         PrefSpinButton      _grids_xy_spacing_y;
190         PrefColorPicker     _grids_xy_color;
191         PrefColorPicker     _grids_xy_empcolor;
192         PrefSpinButton      _grids_xy_empspacing;
193         PrefCheckButton     _grids_xy_dotted;
194     // CanvasAxonomGrid properties:
195         PrefUnit            _grids_axonom_units;
196         PrefSpinButton      _grids_axonom_origin_x;
197         PrefSpinButton      _grids_axonom_origin_y;
198         PrefSpinButton      _grids_axonom_spacing_y;
199         PrefSpinButton      _grids_axonom_angle_x;
200         PrefSpinButton      _grids_axonom_angle_z;
201         PrefColorPicker     _grids_axonom_color;
202         PrefColorPicker     _grids_axonom_empcolor;
203         PrefSpinButton      _grids_axonom_empspacing;
205     PrefEntryButtonHBox _importexport_ocal_url;
206     PrefEntry       _importexport_ocal_username;
207     PrefEntry       _importexport_ocal_password;
209     int _max_dialog_width;
210     int _max_dialog_height;
211     int _sb_width;
212     DialogPage* _current_page;
214     Gtk::TreeModel::iterator AddPage(DialogPage& p, Glib::ustring title, int id);
215     Gtk::TreeModel::iterator AddPage(DialogPage& p, Glib::ustring title, Gtk::TreeModel::iterator parent, int id);
216     bool SetMaxDialogSize(const Gtk::TreeModel::iterator& iter);
217     bool PresentPage(const Gtk::TreeModel::iterator& iter);
219     static void AddSelcueCheckbox(DialogPage& p, const std::string& prefs_path, bool def_value);
220     static void AddGradientCheckbox(DialogPage& p, const std::string& prefs_path, bool def_value);
221     static void AddConvertGuidesCheckbox(DialogPage& p, const std::string& prefs_path, bool def_value);
222     static void AddDotSizeSpinbutton(DialogPage& p, const std::string& prefs_path, double def_value);
223     static void AddNewObjectsStyle(DialogPage& p, const std::string& prefs_path);
225     void on_pagelist_selection_changed();
226     void initPageMouse();
227     void initPageScrolling();
228     void initPageSteps();
229     void initPageTools();
230     void initPageWindows();
231     void initPageClones();
232     void initPageMasks();
233     void initPageTransforms();
234     void initPageFilters();
235     void initPageSelecting();
236     void initPageImportExport();
237     void initPageCMS();
238     void initPageGrids();
239     void initPageMisc();
241     void _presentPages();
243 private:
244     InkscapePreferences();
245     InkscapePreferences(InkscapePreferences const &d);
246     InkscapePreferences operator=(InkscapePreferences const &d);
247 };
249 } // namespace Dialog
250 } // namespace UI
251 } // namespace Inkscape
253 #endif //INKSCAPE_UI_DIALOG_INKSCAPE_PREFERENCES_H
255 /* 
256   Local Variables:
257   mode:c++
258   c-file-style:"stroustrup"
259   c-file-offsets:((innamespace . 0)(inline-open . 0))
260   indent-tabs-mode:nil
261   fill-column:99
262   End:
263 */
264 // vim: filetype=c++:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :