Lines Matching refs:prefs

57     Inkscape::Preferences *prefs = Inkscape::Preferences::get();
59 std::vector<Glib::ustring> presets = prefs->getAllDirs("/tools/calligraphic/preset");
66 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
84 std::vector<Inkscape::Preferences::Entry> preset = prefs->getAllEntries(*i);
128 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
129 prefs->setDouble( "/tools/calligraphic/mass", gtk_adjustment_get_value(adj) );
135 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
136 prefs->setDouble( "/tools/calligraphic/wiggle", gtk_adjustment_get_value(adj) );
142 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
143 prefs->setDouble( "/tools/calligraphic/angle", gtk_adjustment_get_value(adj) );
149 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
150 prefs->setDouble( "/tools/calligraphic/width", gtk_adjustment_get_value(adj) );
156 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
157 prefs->setDouble("/tools/calligraphic/thinning", gtk_adjustment_get_value(adj) );
163 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
164 prefs->setDouble( "/tools/calligraphic/flatness", gtk_adjustment_get_value(adj) );
170 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
171 prefs->setDouble( "/tools/calligraphic/tremor", gtk_adjustment_get_value(adj) );
177 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
178 prefs->setDouble( "/tools/calligraphic/cap_rounding", gtk_adjustment_get_value(adj) );
222 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
228 Glib::ustring preset_name = prefs->getString(*i + "/name");
250 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
294 Glib::ustring name = prefs->getString(*i + "/name");
304 prefs->remove(save_path);
324 prefs->setDouble(save_path + "/" + widget_name, gtk_adjustment_get_value(adj));
328 prefs->setBool(save_path + "/" + widget_name, gtk_toggle_action_get_active(toggle));
337 prefs->setString(save_path + "/name", new_profile_name);
346 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
381 std::vector<Inkscape::Preferences::Entry> preset = prefs->getAllEntries(preset_path);
419 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
599 gtk_action_set_sensitive( GTK_ACTION(calligraphy_angle), !prefs->getBool("/tools/calligraphic/usetilt", true) );
600 gtk_toggle_action_set_active( GTK_TOGGLE_ACTION(act), prefs->getBool("/tools/calligraphic/usetilt", true) );