/inkscape/src/ui/dialog/ |
H A D | panel-dialog.h | 42 PanelDialogBase(UI::Widget::Panel &panel, char const */*prefs_path*/, int const /*verb_num*/, 77 * @param prefs_path characteristic path for loading/saving dialog position. 80 PanelDialog(UI::Widget::Panel &contents, char const *prefs_path, int const verb_num, 104 inline PanelDialog(UI::Widget::Panel &contents, char const *prefs_path, int const verb_num, 143 PanelDialog<B>::PanelDialog(Widget::Panel &panel, char const *prefs_path, int const verb_num, argument 145 PanelDialogBase(panel, prefs_path, verb_num, apply_label), 146 Dialog(&B::create, prefs_path, verb_num, apply_label) 193 PanelDialog<Behavior::FloatingBehavior>::PanelDialog(UI::Widget::Panel &panel, char const *prefs_path, argument 195 PanelDialogBase(panel, prefs_path, verb_num, apply_label), 196 Dialog(&Behavior::FloatingBehavior::create, prefs_path, verb_nu [all...] |
H A D | dialog.cpp | 53 Dialog::Dialog(Behavior::BehaviorFactory behavior_factory, const char *prefs_path, int verb_num, argument 58 _prefs_path(prefs_path),
|
H A D | inkscape-preferences.cpp | 180 void InkscapePreferences::AddSelcueCheckbox(DialogPage &p, Glib::ustring const &prefs_path, bool def_value) argument 183 cb->init ( _("Show selection cue"), prefs_path + "/selcue", def_value); 187 void InkscapePreferences::AddGradientCheckbox(DialogPage &p, Glib::ustring const &prefs_path, bool def_value) argument 190 cb->init ( _("Enable gradient editing"), prefs_path + "/gradientdrag", def_value); 194 void InkscapePreferences::AddConvertGuidesCheckbox(DialogPage &p, Glib::ustring const &prefs_path, bool def_value) { argument 196 cb->init ( _("Conversion to guides uses edges instead of bounding box"), prefs_path + "/convertguides", def_value); 200 void InkscapePreferences::AddDotSizeSpinbutton(DialogPage &p, Glib::ustring const &prefs_path, double def_value) argument 203 sb->init ( prefs_path + "/dot-size", 0.0, 1000.0, 0.1, 10.0, def_value, false, false); 209 void InkscapePreferences::AddBaseSimplifySpinbutton(DialogPage &p, Glib::ustring const &prefs_path, double def_value) argument 212 sb->init ( prefs_path 219 StyleFromSelectionToTool(Glib::ustring const &prefs_path, StyleSwatch *swatch) argument 269 AddNewObjectsStyle(DialogPage &p, Glib::ustring const &prefs_path, const gchar *banner) argument [all...] |
H A D | clonetiler.cpp | 71 static Glib::ustring const prefs_path = "/dialogs/clonetiler/"; member in class:Inkscape::UI::Dialog::Glib 143 gint current = prefs->getInt(prefs_path + "symmetrygroup", 0); 664 guint32 rgba = 0x000000ff | sp_svg_read_color (prefs->getString(prefs_path + "initial_color").data(), 0x000000ff); 790 bool old = prefs->getBool(prefs_path + "dotrace"); 833 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radio), prefs->getInt(prefs_path + "pick", 0) == PICK_COLOR); 841 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radio), prefs->getInt(prefs_path + "pick", 0) == PICK_OPACITY); 849 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radio), prefs->getInt(prefs_path + "pick", 0) == PICK_R); 857 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radio), prefs->getInt(prefs_path + "pick", 0) == PICK_G); 865 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radio), prefs->getInt(prefs_path + "pick", 0) == PICK_B); 873 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radio), prefs->getInt(prefs_path [all...] |
/inkscape/src/ui/widget/ |
H A D | panel.cpp | 62 Panel::Panel(Glib::ustring const &label, gchar const *prefs_path, argument 65 _prefs_path(prefs_path),
|
H A D | preferences-widget.cpp | 197 void PrefCheckButton::init(Glib::ustring const &label, Glib::ustring const &prefs_path, argument 200 _prefs_path = prefs_path; 216 void PrefRadioButton::init(Glib::ustring const &label, Glib::ustring const &prefs_path, argument 219 _prefs_path = prefs_path; 237 void PrefRadioButton::init(Glib::ustring const &label, Glib::ustring const &prefs_path, argument 240 _prefs_path = prefs_path; 270 void PrefSpinButton::init(Glib::ustring const &prefs_path, argument 274 _prefs_path = prefs_path; 281 value = 100 * prefs->getDoubleLimited(prefs_path, default_value, lower/100.0, upper/100.0); 283 value = (double) prefs->getIntLimited(prefs_path, (in 319 init(Glib::ustring const &prefs_path, double lower, double upper, double step_increment, double default_value, UnitType unit_type, Glib::ustring const &default_unit) argument 633 init(Glib::ustring const &prefs_path, double lower, double upper, double step_increment, double page_increment, double default_value, int digits) argument 679 init(Glib::ustring const &prefs_path, Glib::ustring labels[], int values[], int num_items, int default_value) argument 697 init(Glib::ustring const &prefs_path, Glib::ustring labels[], Glib::ustring values[], int num_items, Glib::ustring default_value) argument 735 init(Glib::ustring const &prefs_path, bool visibility, Glib::ustring const &default_string) argument 778 init(Glib::ustring const &prefs_path, bool visibility) argument 915 init(Glib::ustring const &prefs_path) argument 930 init(Glib::ustring const &prefs_path, bool visibility) argument 948 init(Glib::ustring const &label, Glib::ustring const &prefs_path, guint32 default_rgba) argument 966 init(Glib::ustring const &prefs_path) argument [all...] |
/inkscape/src/widgets/ |
H A D | gradient-vector.cpp | 90 static Glib::ustring const prefs_path = "/dialogs/gradienteditor/"; member in class:Glib 1016 x = prefs->getInt(prefs_path + "x", -1000); 1017 y = prefs->getInt(prefs_path + "y", -1000); 1020 w = prefs->getInt(prefs_path + "w", 0); 1021 h = prefs->getInt(prefs_path + "h", 0); 1228 prefs->setInt(prefs_path + "x", x); 1229 prefs->setInt(prefs_path + "y", y); 1230 prefs->setInt(prefs_path + "w", w); 1231 prefs->setInt(prefs_path + "h", h);
|