Searched refs:SP_VERB_LAYER_LOCK_ALL (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ |
H A D | verbs.h | 167 SP_VERB_LAYER_LOCK_ALL, enumerator in enum:__anon153
|
H A D | verbs.cpp | 1437 case SP_VERB_LAYER_LOCK_ALL: { 1439 DocumentUndo::maybeDone(dt->getDocument(), "layer:lockall", SP_VERB_LAYER_LOCK_ALL, _("Lock all layers")); 2677 new LayerVerb(SP_VERB_LAYER_LOCK_ALL, "LayerLockAll", N_("_Lock all layers"),
|
/inkscape/src/ui/dialog/ |
H A D | layers.cpp | 279 _fireAction( SP_VERB_LAYER_LOCK_ALL ); 949 _watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_LOCK_ALL, 0, "Lock All", (int)BUTTON_LOCK_ALL ) );
|
H A D | objects.cpp | 1251 _fireAction( SP_VERB_LAYER_LOCK_ALL ); 1905 _watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_LOCK_ALL, 0, _("Lock All"), (int)BUTTON_LOCK_ALL ) );
|
Completed in 1433 milliseconds