Lines Matching defs:prefs
55 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
56 prefs->setDouble( "/tools/eraser/width", gtk_adjustment_get_value(adj) );
62 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
63 prefs->setDouble( "/tools/eraser/mass", gtk_adjustment_get_value(adj) );
72 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
73 prefs->setBool( "/tools/eraser/mode", eraserMode );
105 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
107 prefs->setBool("/tools/eraser/break_apart", active);
113 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
143 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
144 eraserMode = prefs->getBool("/tools/eraser/mode") ? TRUE : FALSE;
190 gtk_toggle_action_set_active( GTK_TOGGLE_ACTION(act), prefs->getBool("/tools/eraser/break_apart", false) );