Home
last modified time | relevance | path

Searched defs:inheritsTransform (Results 1 – 17 of 17) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/libs/flake/
H A DKoShapeContainerDefaultModel.cpp44 uint inheritsTransform : 1; member in KoShapeContainerDefaultModel::Private::Relation
165 bool KoShapeContainerDefaultModel::inheritsTransform(const KoShape *shape) const in inheritsTransform() function in KoShapeContainerDefaultModel
H A DSimpleShapeContainerModel.h60 bool inheritsTransform(const KoShape *) const override { in inheritsTransform() function
H A DKoTosContainerModel.cpp73 bool KoTosContainerModel::inheritsTransform(const KoShape *shape) const in inheritsTransform() function in KoTosContainerModel
H A DKoShapeContainer.cpp155 bool KoShapeContainer::inheritsTransform(const KoShape *shape) const in inheritsTransform() function in KoShapeContainer
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/textlayout/
H A DKoTextShapeContainerModel.cpp46 uint inheritsTransform :1; member
115 bool KoTextShapeContainerModel::inheritsTransform(const KoShape *shape) const in inheritsTransform() function in KoTextShapeContainerModel
/dports/editors/calligra/calligra-3.2.1/libs/textlayout/
H A DKoTextShapeContainerModel.cpp46 uint inheritsTransform :1; member
115 bool KoTextShapeContainerModel::inheritsTransform(const KoShape *shape) const in inheritsTransform() function in KoTextShapeContainerModel
/dports/graphics/krita/krita-4.4.8/libs/flake/
H A DKoTosContainerModel.cpp74 bool KoTosContainerModel::inheritsTransform(const KoShape *shape) const in inheritsTransform() function in KoTosContainerModel
H A DSimpleShapeContainerModel.h95 bool inheritsTransform(const KoShape *shape) const override { in inheritsTransform() function
H A DKoShapeContainer.cpp103 bool KoShapeContainer::inheritsTransform(const KoShape *shape) const in inheritsTransform() function in KoShapeContainer
/dports/editors/calligra/calligra-3.2.1/braindump/src/
H A DSectionShapeContainerModel.cpp56 bool SectionShapeContainerModel::inheritsTransform(const KoShape *) const in inheritsTransform() function in SectionShapeContainerModel
/dports/graphics/krita/krita-4.4.8/libs/ui/flake/
H A Dkis_shape_selection_model.cpp132 bool KisShapeSelectionModel::inheritsTransform(const KoShape *shape) const in inheritsTransform() function in KisShapeSelectionModel
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/
H A DShrinkToFitShapeContainer.cpp180 bool ShrinkToFitShapeContainerModel::inheritsTransform(const KoShape *child) const in inheritsTransform() function in ShrinkToFitShapeContainerModel
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/
H A DShrinkToFitShapeContainer.cpp181 bool ShrinkToFitShapeContainerModel::inheritsTransform(const KoShape *child) const in inheritsTransform() function in ShrinkToFitShapeContainerModel
/dports/editors/calligra/calligra-3.2.1/plugins/chartshape/
H A DChartLayout.cpp46 bool inheritsTransform; member in ChartLayout::LayoutData
117 bool ChartLayout::inheritsTransform(const KoShape *shape) const in inheritsTransform() function in ChartLayout
/dports/graphics/krita/krita-4.4.8/libs/flake/tests/
H A DMockShapes.h223 bool inheritsTransform(const KoShape *) const override { in inheritsTransform() function
/dports/editors/calligra/calligra-3.2.1/libs/flake/tests/
H A DMockShapes.h196 bool inheritsTransform(const KoShape *) const override { in inheritsTransform() function
/dports/editors/calligra/calligra-3.2.1/libs/pageapp/
H A DKoPADocumentModel.cpp568 QList<bool> inheritsTransform; in dropMimeData() local