Lines Matching refs:SPGroup
47 SPBox3D::SPBox3D() : SPGroup() {
64 SPGroup::build(document, repr);
119 SPGroup::release();
169 SPGroup::set(key, value);
204 SPGroup::update(ctx, flags);
249 SPGroup::write(xml_doc, repr, flags);
1219 } else if (dynamic_cast<SPGroup *>(obj)) {
1260 /* Converts the 3D box to an ordinary SPGroup, adds it to the XML tree at the same position as
1262 SPGroup *box3d_convert_to_group(SPBox3D *box)
1303 SPGroup *group = dynamic_cast<SPGroup *>(doc->getObjectByRepr(grepr));