Searched refs:SP_VERB_LAYER_SOLO (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ |
H A D | verbs.h | 164 SP_VERB_LAYER_SOLO, enumerator in enum:__anon153
|
H A D | verbs.cpp | 1418 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 D | layers.cpp | 259 _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 D | objects.cpp | 844 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