Lines Matching defs:group
24 #include "sp-item-group.h"
281 SPGroup* group = SP_GROUP(curr);
282 if ( group->layerMode() == SPGroup::LAYER ) {
283 // If we have a layer-group as the one or a parent, ensure it is listed as a valid layer.
286 if ( (!(group->getRepr())) || (!(group->getRepr()->parent())) ) {
290 // If a non-layer group is a parent of layer groups, then show it also as a layer.
291 // TODO add the magic Inkscape group mode?
293 if ( group->getRepr() && group->getRepr()->parent() ) {
294 additional.insert(group);