Lines Matching refs:prefs
79 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
80 prefs->setDouble(Glib::ustring("/tools/measure/fontsize"),
95 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
96 prefs->setDouble(Glib::ustring("/tools/measure/offset"),
110 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
111 prefs->setDouble(Glib::ustring("/tools/measure/scale"),
126 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
127 prefs->setInt(Glib::ustring("/tools/measure/precision"),
141 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
142 prefs->setString("/tools/measure/unit", unit);
152 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
154 prefs->setBool("/tools/measure/ignore_1st_and_last", active);
170 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
172 prefs->setBool("/tools/measure/show_hidden", active);
188 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
190 prefs->setBool("/tools/measure/all_layers", active);
206 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
208 prefs->setBool("/tools/measure/show_in_between", active);
263 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
264 tracker->setActiveUnitByAbbr(prefs->getString("/tools/measure/unit").c_str());
345 gtk_toggle_action_set_active( GTK_TOGGLE_ACTION(act), prefs->getBool("/tools/measure/ignore_1st_and_last", true) );
356 gtk_toggle_action_set_active( GTK_TOGGLE_ACTION(act), prefs->getBool("/tools/measure/show_hidden", true) );
367 gtk_toggle_action_set_active( GTK_TOGGLE_ACTION(act), prefs->getBool("/tools/measure/show_in_between", true) );
378 gtk_toggle_action_set_active( GTK_TOGGLE_ACTION(act), prefs->getBool("/tools/measure/all_layers", true) );