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

/inkscape/src/
H A Dsp-item-group.h52 LayerMode effectiveLayerMode(unsigned int display_key) const { function in class:SPGroup
H A Dlayer-model.cpp222 && ( SP_GROUP(object)->effectiveLayerMode(_display_key)
H A Ddocument.cpp1275 if (SP_IS_GROUP(o) && (SP_GROUP(o)->effectiveLayerMode(dkey) == SPGroup::LAYER || into_groups)) {
1348 if (SP_IS_GROUP(o) && (SP_GROUP(o)->effectiveLayerMode(dkey) == SPGroup::LAYER || into_groups)) {
1411 if (SP_IS_GROUP(o) && SP_GROUP(o)->effectiveLayerMode(dkey) == SPGroup::LAYER) {
1417 if (SP_IS_GROUP(o) && SP_GROUP(o)->effectiveLayerMode(dkey) != SPGroup::LAYER ) {
H A Dsp-item-group.cpp339 ai->setPickChildren(this->effectiveLayerMode(key) == SPGroup::LAYER);
627 g->setPickChildren(effectiveLayerMode(view->key) == SPGroup::LAYER);

Completed in 26 milliseconds