Lines Matching +refs:val +refs:mode
77 , mode(Inkscape::LivePathEffect::BEND_PATH)
142 void LpeTool::set(const Inkscape::Preferences::Entry& val) {
143 if (val.getEntryName() == "mode") {
144 Inkscape::Preferences::get()->setString("/tools/geometric/mode", "drag");
145 SP_PEN_CONTEXT(this)->mode = PenTool::MODE_DRAG;
191 if (this->mode == Inkscape::LivePathEffect::INVALID_LPE) {
208 int mode = prefs->getInt("/tools/lpetool/mode");
209 EffectType type = lpesubtools[mode].type;
313 lc->mode = type;
316 g_warning ("Invalid mode selected: %d", type);
482 mode:c++
485 indent-tabs-mode:nil