Home
last modified time | relevance | path

Searched refs:inheritsTransform (Results 1 – 25 of 36) sorted by relevance

12

/dports/editors/calligra/calligra-3.2.1/libs/flake/
H A DKoShapeContainerDefaultModel.cpp34 inheritsTransform(false), in Relation()
44 uint inheritsTransform : 1; member in KoShapeContainerDefaultModel::Private::Relation
157 if (relation->inheritsTransform == inherit) in setInheritsTransform()
160 relation->inheritsTransform = inherit; in setInheritsTransform()
165 bool KoShapeContainerDefaultModel::inheritsTransform(const KoShape *shape) const in inheritsTransform() function in KoShapeContainerDefaultModel
168 return relation ? relation->inheritsTransform: false; in inheritsTransform()
H A DKoTosContainerModel.h35 bool inheritsTransform(const KoShape *shape) const override;
H A DKoShapeContainerDefaultModel.h47 bool inheritsTransform(const KoShape *shape) const override;
H A DKoShapeContainerModel.h115 virtual bool inheritsTransform(const KoShape *shape) const = 0;
H A DSimpleShapeContainerModel.h60 bool inheritsTransform(const KoShape *) const override { in inheritsTransform() function
H A DKoShapeContainer.cpp155 bool KoShapeContainer::inheritsTransform(const KoShape *shape) const in inheritsTransform() function in KoShapeContainer
160 return d->model->inheritsTransform(shape); in inheritsTransform()
H A DKoShapeContainer.h191 bool inheritsTransform(const KoShape *shape) const;
H A DKoTosContainerModel.cpp73 bool KoTosContainerModel::inheritsTransform(const KoShape *shape) const in inheritsTransform() function in KoTosContainerModel
/dports/editors/calligra/calligra-3.2.1/libs/textlayout/
H A DKoTextShapeContainerModel.cpp40 inheritsTransform(false) in Relation()
46 uint inheritsTransform :1; member
112 d->children[shape].inheritsTransform = inherit; in setInheritsTransform()
115 bool KoTextShapeContainerModel::inheritsTransform(const KoShape *shape) const in inheritsTransform() function in KoTextShapeContainerModel
118 return d->children[shape].inheritsTransform; in inheritsTransform()
H A DKoTextShapeContainerModel.h64 bool inheritsTransform(const KoShape *shape) const override;
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/textlayout/
H A DKoTextShapeContainerModel.cpp40 inheritsTransform(false) in Relation()
46 uint inheritsTransform :1; member
112 d->children[shape].inheritsTransform = inherit; in setInheritsTransform()
115 bool KoTextShapeContainerModel::inheritsTransform(const KoShape *shape) const in inheritsTransform() function in KoTextShapeContainerModel
118 return d->children[shape].inheritsTransform; in inheritsTransform()
H A DKoTextShapeContainerModel.h62 bool inheritsTransform(const KoShape *shape) const override;
/dports/graphics/krita/krita-4.4.8/libs/flake/
H A DKoShapeContainer.cpp103 bool KoShapeContainer::inheritsTransform(const KoShape *shape) const in inheritsTransform() function in KoShapeContainer
107 return d->model->inheritsTransform(shape); in inheritsTransform()
H A DKoTosContainerModel.h35 bool inheritsTransform(const KoShape *shape) const override;
H A DKoShapeContainerModel.h117 virtual bool inheritsTransform(const KoShape *shape) const = 0;
H A DKoShapeContainer.h166 bool inheritsTransform(const KoShape *shape) const;
H A DKoTosContainerModel.cpp74 bool KoTosContainerModel::inheritsTransform(const KoShape *shape) const in inheritsTransform() function in KoTosContainerModel
/dports/graphics/krita/krita-4.4.8/libs/ui/flake/
H A Dkis_shape_layer.cc104 KIS_SAFE_ASSERT_RECOVER_NOOP(inheritsTransform(child)); in add()
105 if (inheritsTransform(child)) { in add()
112 KIS_SAFE_ASSERT_RECOVER_NOOP(inheritsTransform(child)); in remove()
113 if (inheritsTransform(child)) { in remove()
430 KIS_SAFE_ASSERT_RECOVER(shape->parent()->inheritsTransform(shape)) { in shapesToBeTransformed()
H A Dkis_shape_selection_model.h49 bool inheritsTransform(const KoShape *shape) const override;
/dports/editors/calligra/calligra-3.2.1/braindump/src/
H A DSectionShapeContainerModel.h36 bool inheritsTransform(const KoShape *) const;
H A DSectionShapeContainerModel.cpp56 bool SectionShapeContainerModel::inheritsTransform(const KoShape *) const in inheritsTransform() function in SectionShapeContainerModel
/dports/editors/calligra/calligra-3.2.1/libs/pageapp/
H A DKoPADocumentModel.cpp568 QList<bool> inheritsTransform; in dropMimeData() local
572 inheritsTransform.append(false); in dropMimeData()
577 inheritsTransform.append(shape->parent()->inheritsTransform(shape)); in dropMimeData()
581 new KoShapeGroupCommand(container, toplevelShapes, clipped, inheritsTransform, cmd); in dropMimeData()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/
H A DShrinkToFitShapeContainer.h101 bool inheritsTransform(const KoShape *child) const override;
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/
H A DShrinkToFitShapeContainer.h99 bool inheritsTransform(const KoShape *child) const override;
/dports/editors/calligra/calligra-3.2.1/libs/flake/commands/
H A DKoShapeGroupCommand.cpp90 oldInheritTransform.append(shape->parent() && shape->parent()->inheritsTransform(shape)); in init()
159 const bool inheritedTransform = d->container->inheritsTransform(shape); in undo()

12