Searched defs:othersShowing (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dlayer-model.cpp173 bool othersShowing = false; local
179 othersShowing |= !SP_ITEM(obj)->isHidden();
185 othersShowing |= !SP_ITEM(obj)->isHidden();
196 SP_ITEM(*it)->setHidden(othersShowing);

Completed in 9 milliseconds