Lines Matching refs:prefs
78 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
79 prefs->setInt(freehand_tool_name(tbl) + "/freehand-mode", mode);
95 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
96 guint freehandMode = prefs->getInt(( tool_is_pencil ? "/tools/freehand/pencil/freehand-mode" : "/tools/freehand/pen/freehand-mode" ), 0);
159 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
160 prefs->setInt(freehand_tool_name(dataKludge) + "/shape", shape);
165 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
166 prefs->setInt(freehand_tool_name(dataKludge) + "/simplify", simplify);
191 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
210 ege_select_one_action_set_active( act1, prefs->getInt(( tool_is_pencil ? "/tools/freehand/pencil/shape" : "/tools/freehand/pen/shape" ), 0) );
282 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
284 prefs->setDouble("/tools/freehand/pencil/tolerance",
296 double tol = prefs->getDoubleLimited("/tools/freehand/pencil/tolerance", 10.0, 1.0, 100.0);
367 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
405 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
411 gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(itact), prefs->getInt("/tools/freehand/pencil/simplify", 0) );
425 if (!prefs->getInt("/tools/freehand/pencil/simplify", 0)) {