Lines Matching refs:SPGroup
254 SPGroup *current_group = dynamic_cast<SPGroup *>(current_layer);
258 && ( SPGroup::LAYER == current_group->layerMode() ) ) ) )
261 if (current_group && (SPGroup::LAYER != current_group->layerMode())) {
471 if (dynamic_cast<SPGroup *>(clicked_item) && !dynamic_cast<SPBox3D *>(clicked_item)) { // enter group if it's not a 3D box
588 SPGroup *selGroup = dynamic_cast<SPGroup *>(selection->single());
589 if (selGroup && (selGroup->layerMode() == SPGroup::LAYER)) {
672 SPGroup *singleGroup = dynamic_cast<SPGroup *>(single);
676 } else if (singleGroup && (singleGroup->layerMode() == SPGroup::LAYER) && single->isAncestorOf(this->item)) {
1126 SPGroup *clickedGroup = dynamic_cast<SPGroup *>(clicked_item);
1127 if ( (clickedGroup && (clickedGroup->layerMode() != SPGroup::LAYER)) || dynamic_cast<SPBox3D *>(clicked_item)) { // enter group or a 3D box