Searched refs:PREFS_SELECTION_LAYER (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Denums.h102 PREFS_SELECTION_LAYER = 1, enumerator in enum:PrefsSelectionContext
H A Dselection-chemistry.cpp619 PrefsSelectionContext inlayer = (PrefsSelectionContext) prefs->getInt("/options/kbselection/inlayer", PREFS_SELECTION_LAYER);
634 case PREFS_SELECTION_LAYER: {
2385 if (PREFS_SELECTION_LAYER != inlayer) { // recurse into sublayers
2448 PrefsSelectionContext inlayer = (PrefsSelectionContext)prefs->getInt("/options/kbselection/inlayer", PREFS_SELECTION_LAYER);
2478 PrefsSelectionContext inlayer = (PrefsSelectionContext) prefs->getInt("/options/kbselection/inlayer", PREFS_SELECTION_LAYER);
/inkscape/src/ui/dialog/
H A Dinkscape-preferences.cpp1195 _sel_current.init ( _("Select only within current layer"), "/options/kbselection/inlayer", PREFS_SELECTION_LAYER, true, &_sel_all);

Completed in 1149 milliseconds