Home
last modified time | relevance | path

Searched refs:isChildLocked (Results 1 – 23 of 23) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Three/
H A DScene_group_item.h79 bool isChildLocked(CGAL::Three::Scene_item*);
85 bool isChildLocked(Scene_interface::Item_id id);
213 if(isChildLocked(item)) in removeChild()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/
H A DScene_group_item.cpp250 bool Scene_group_item::isChildLocked(Scene_interface::Item_id id) in isChildLocked() function in Scene_group_item
257 bool Scene_group_item::isChildLocked(Scene_item *child) in isChildLocked() function in Scene_group_item
259 return isChildLocked(scene->item_id(child)); in isChildLocked()
H A DScene.cpp127 is_locked = parent->isChildLocked(m_entries[index]); in replaceItem()
182 && item->parentGroup()->isChildLocked(item)) in erase()
231 && item->parentGroup()->isChildLocked(item)) in erase()
1650 if(item->parentGroup()->isChildLocked(item)) in changeGroup()
/dports/editors/calligra/calligra-3.2.1/braindump/src/
H A DSectionShapeContainerModel.h42 bool isChildLocked(const KoShape *child) const;
H A DSectionShapeContainerModel.cpp87 bool SectionShapeContainerModel::isChildLocked(const KoShape *child) const in isChildLocked() function in SectionShapeContainerModel
/dports/editors/calligra/calligra-3.2.1/libs/flake/
H A DKoTosContainerModel.h36 bool isChildLocked(const KoShape *child) const override;
H A DKoShapeContainerDefaultModel.h55 bool isChildLocked(const KoShape *child) const override;
H A DKoShapeContainerModel.h123 virtual bool isChildLocked(const KoShape *child) const = 0;
H A DSimpleShapeContainerModel.h50 bool isChildLocked(const KoShape *child) const override { in isChildLocked() function
H A DKoShapeContainer.cpp121 bool KoShapeContainer::isChildLocked(const KoShape *child) const in isChildLocked() function in KoShapeContainer
126 return d->model->isChildLocked(child); in isChildLocked()
H A DKoShapeContainer.h153 bool isChildLocked(const KoShape *child) const;
H A DKoTosContainerModel.cpp79 bool KoTosContainerModel::isChildLocked(const KoShape *child) const in isChildLocked() function in KoTosContainerModel
H A DKoShapeContainerDefaultModel.cpp143 bool KoShapeContainerDefaultModel::isChildLocked(const KoShape *child) const in isChildLocked() function in KoShapeContainerDefaultModel
H A DKoShape.cpp1349 if (d->parent && d->parent->isChildLocked(this)) in isEditable()
/dports/editors/calligra/calligra-3.2.1/plugins/pathshapes/enhancedpath/
H A DCalloutContainerModel.h44 bool isChildLocked(const KoShape *child) const override;
H A DCalloutContainerModel.cpp188 bool CalloutContainerModel::isChildLocked(const KoShape *child) const in isChildLocked() function in CalloutContainerModel
/dports/editors/calligra/calligra-3.2.1/libs/textlayout/
H A DKoTextShapeContainerModel.h60 bool isChildLocked(const KoShape *child) const override;
H A DKoTextShapeContainerModel.cpp229 bool KoTextShapeContainerModel::isChildLocked(const KoShape *child) const in isChildLocked() function in KoTextShapeContainerModel
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/
H A DShrinkToFitShapeContainer.h101 bool isChildLocked(const KoShape *child) const override;
H A DShrinkToFitShapeContainer.cpp187 bool ShrinkToFitShapeContainerModel::isChildLocked(const KoShape *child) const in isChildLocked() function in ShrinkToFitShapeContainerModel
/dports/editors/calligra/calligra-3.2.1/plugins/chartshape/
H A DChartLayout.h140 bool isChildLocked(const KoShape *shape) const override;
H A DChartLayout.cpp159 bool ChartLayout::isChildLocked(const KoShape *shape) const in isChildLocked() function in ChartLayout
/dports/editors/calligra/calligra-3.2.1/libs/flake/tests/
H A DMockShapes.h171 bool isChildLocked(const KoShape *child) const override { in isChildLocked() function