Searched refs:SP_VERB_LAYER_SOLO (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dverbs.h164 SP_VERB_LAYER_SOLO, enumerator in enum:__anon153
H A Dverbs.cpp1418 case SP_VERB_LAYER_SOLO: {
1423 DocumentUndo::done(dt->getDocument(), SP_VERB_LAYER_SOLO, _("Toggle layer solo"));
2671 new LayerVerb(SP_VERB_LAYER_SOLO, "LayerSolo", N_("_Show/hide other layers"),
/inkscape/src/ui/dialog/
H A Dlayers.cpp259 _fireAction( SP_VERB_LAYER_SOLO );
624 DocumentUndo::maybeDone(_desktop->doc(), "layer:solo", SP_VERB_LAYER_SOLO, _("Toggle layer solo"));
942 _watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_SOLO, 0, "Solo", (int)BUTTON_SOLO ) );
H A Dobjects.cpp844 DocumentUndo::maybeDone(_desktop->doc(), "layer:solo", SP_VERB_LAYER_SOLO, _("Toggle layer solo"));
1231 _fireAction( SP_VERB_LAYER_SOLO );
1898 _watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_SOLO, 0, _("Solo"), (int)BUTTON_SOLO ) );

Completed in 26 milliseconds