Searched refs:SP_VERB_LAYER_LOCK_OTHERS (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ |
H A D | verbs.h | 168 SP_VERB_LAYER_LOCK_OTHERS, enumerator in enum:__anon153
|
H A D | verbs.cpp | 1442 case SP_VERB_LAYER_LOCK_OTHERS: { 1447 DocumentUndo::done(dt->getDocument(), SP_VERB_LAYER_LOCK_OTHERS, _("Lock other layers")); 2679 new LayerVerb(SP_VERB_LAYER_LOCK_OTHERS, "LayerLockOthers", N_("Lock/Unlock _other layers"),
|
/inkscape/src/ui/dialog/ |
H A D | layers.cpp | 274 _fireAction( SP_VERB_LAYER_LOCK_OTHERS ); 627 DocumentUndo::maybeDone(_desktop->doc(), "layer:lockothers", SP_VERB_LAYER_LOCK_OTHERS, _("Lock other layers")); 948 _watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_LOCK_OTHERS, 0, "Lock Others", (int)BUTTON_LOCK_OTHERS ) );
|
H A D | objects.cpp | 847 DocumentUndo::maybeDone(_desktop->doc(), "layer:lockothers", SP_VERB_LAYER_LOCK_OTHERS, _("Lock other layers")); 1246 _fireAction( SP_VERB_LAYER_LOCK_OTHERS ); 1904 _watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_LOCK_OTHERS, 0, _("Lock Others"), (int)BUTTON_LOCK_OTHERS ) );
|
Completed in 499 milliseconds