Home
last modified time | relevance | path

Searched refs:KoGradientBackground (Results 1 – 25 of 28) sorted by relevance

12

/dports/editors/calligra/calligra-3.2.1/libs/flake/
H A DKoGradientBackground.cpp46 KoGradientBackground::KoGradientBackground(QGradient * gradient, const QTransform &matrix) in KoGradientBackground() function in KoGradientBackground
49 Q_D(KoGradientBackground); in KoGradientBackground()
56 KoGradientBackground::KoGradientBackground(const QGradient & gradient, const QTransform &matrix) in KoGradientBackground() function in KoGradientBackground
59 Q_D(KoGradientBackground); in KoGradientBackground()
66 KoGradientBackground::~KoGradientBackground() in ~KoGradientBackground()
68 Q_D(KoGradientBackground); in ~KoGradientBackground()
74 Q_D(KoGradientBackground); in setTransform()
80 Q_D(const KoGradientBackground); in transform()
86 Q_D(KoGradientBackground); in setGradient()
113 Q_D(KoGradientBackground); in fillStyle()
[all …]
H A DKoGradientBackground.h32 class FLAKE_EXPORT KoGradientBackground : public KoShapeBackground
39 explicit KoGradientBackground(QGradient *gradient, const QTransform &matrix = QTransform());
45 … explicit KoGradientBackground(const QGradient &gradient, const QTransform &matrix = QTransform());
48 ~KoGradientBackground() override;
73 Q_DECLARE_PRIVATE(KoGradientBackground)
74 Q_DISABLE_COPY(KoGradientBackground)
/dports/graphics/krita/krita-4.4.8/libs/flake/
H A DKoGradientBackground.cpp36 class KoGradientBackground::Private : public QSharedData
48 KoGradientBackground::KoGradientBackground(QGradient * gradient, const QTransform &matrix) in KoGradientBackground() function in KoGradientBackground
57 KoGradientBackground::KoGradientBackground(const QGradient & gradient, const QTransform &matrix) in KoGradientBackground() function in KoGradientBackground
66 KoGradientBackground::~KoGradientBackground() in ~KoGradientBackground()
71 bool KoGradientBackground::compareTo(const KoShapeBackground *other) const in compareTo()
73 const KoGradientBackground *otherGradient = dynamic_cast<const KoGradientBackground*>(other); in compareTo()
80 void KoGradientBackground::setTransform(const QTransform &matrix) in setTransform()
85 QTransform KoGradientBackground::transform() const in transform()
90 void KoGradientBackground::setGradient(const QGradient &gradient) in setGradient()
98 const QGradient * KoGradientBackground::gradient() const in gradient()
[all …]
H A DKoShapeFillWrapper.cpp50 …QSharedPointer<KoGradientBackground> gradientBackground = qSharedPointerDynamicCast<KoGradientBack… in type()
80 …QSharedPointer<KoGradientBackground> gradientBackground = qSharedPointerDynamicCast<KoGradientBack… in gradient()
85 …QSharedPointer<KoGradientBackground> gradientBackground = qSharedPointerDynamicCast<KoGradientBack… in gradientTransform()
194 KoGradientBackground *newGradient = 0; in applyFillGradientStops()
195 …QSharedPointer<KoGradientBackground> oldGradient = qSharedPointerDynamicCast<KoGradientBackground>… in applyFillGradientStops()
199 newGradient = new KoGradientBackground(g); in applyFillGradientStops()
208 newGradient = new KoGradientBackground(g); in applyFillGradientStops()
210 return QSharedPointer<KoGradientBackground>(newGradient); in applyFillGradientStops()
411KoGradientBackground *newGradient = new KoGradientBackground(KoFlake::cloneGradient(gradient)); in setGradient()
H A DKoGradientBackground.h32 class KRITAFLAKE_EXPORT KoGradientBackground : public KoShapeBackground
39 explicit KoGradientBackground(QGradient *gradient, const QTransform &matrix = QTransform());
45 … explicit KoGradientBackground(const QGradient &gradient, const QTransform &matrix = QTransform());
48 ~KoGradientBackground() override;
H A DKoMarker.cpp407 …QSharedPointer<KoGradientBackground> bg(new KoGradientBackground(KoFlake::cloneGradient(g.data()),… in applyShapeStroke()
/dports/editors/calligra/calligra-3.2.1/plugins/karbonplugins/tools/
H A DKarbonGradientTool.cpp152 if (! dynamic_cast<KoGradientBackground*>(shape->background().data())) { in mousePressEvent()
153 QSharedPointer<KoGradientBackground> fill(new KoGradientBackground(*m_gradient)); in mousePressEvent()
359 …QSharedPointer<KoGradientBackground> fill = qSharedPointerDynamicCast<KoGradientBackground>(strat… in initialize()
403 …QSharedPointer<KoGradientBackground> fill = qSharedPointerDynamicCast<KoGradientBackground>(shape… in initialize()
543 QSharedPointer<KoGradientBackground> newFill; in gradientChanged()
544 …QSharedPointer<KoGradientBackground> oldFill = qSharedPointerDynamicCast<KoGradientBackground>(sha… in gradientChanged()
549 … newFill = QSharedPointer<KoGradientBackground>(new KoGradientBackground(g, oldFill->transform())); in gradientChanged()
553 newFill = QSharedPointer<KoGradientBackground>(new KoGradientBackground(g)); in gradientChanged()
H A DKarbonGradientEditStrategy.cpp57 …QSharedPointer<KoGradientBackground> fill = qSharedPointerDynamicCast<KoGradientBackground>(m_sha… in GradientStrategy()
75 …QSharedPointer<KoGradientBackground> fill = qSharedPointerDynamicCast<KoGradientBackground>(m_sha… in setEditing()
312 …QSharedPointer<KoGradientBackground> fill = qSharedPointerDynamicCast<KoGradientBackground>(m_sha… in applyChanges()
330 …QSharedPointer<KoGradientBackground> fill = qSharedPointerDynamicCast<KoGradientBackground>(m_sha… in createCommand()
332 …QSharedPointer<KoGradientBackground> newFill(new KoGradientBackground(*fill->gradient(), fill->tra… in createCommand()
384 …QSharedPointer<KoGradientBackground> fill = qSharedPointerDynamicCast<KoGradientBackground>(m_sha… in gradient()
432 …QSharedPointer<KoGradientBackground> fill = qSharedPointerDynamicCast<KoGradientBackground>(m_sha… in updateStops()
/dports/editors/calligra/calligra-3.2.1/libs/widgets/
H A DKoFillConfigWidget.cpp177 KoGradientBackground *newGradient = nullptr; in applyFillGradientStops()
178 …QSharedPointer<KoGradientBackground> oldGradient = qSharedPointerDynamicCast<KoGradientBackground>… in applyFillGradientStops()
183 newGradient = new KoGradientBackground(g); in applyFillGradientStops()
191 newGradient = new KoGradientBackground(g); in applyFillGradientStops()
193 return QSharedPointer<KoGradientBackground>(newGradient); in applyFillGradientStops()
399 …QSharedPointer<KoGradientBackground> gradientBackground = qSharedPointerDynamicCast<KoGradientBack… in gradientChanged()
489 …QSharedPointer<KoGradientBackground> gradientBackground = qSharedPointerDynamicCast<KoGradientBack… in updateWidget()
H A DKoResourcePopupAction.cpp86 d->background = QSharedPointer<KoShapeBackground>(new KoGradientBackground(qg)); in KoResourcePopupAction()
153 d->background = QSharedPointer<KoShapeBackground>(new KoGradientBackground(qg)); in indexChanged()
183 …QSharedPointer<KoGradientBackground> gradientBackground = qSharedPointerDynamicCast<KoGradientBack… in updateIcon()
/dports/editors/calligra/calligra-3.2.1/plugins/pathshapes/rectangle/
H A DRectangleShapeFactory.cpp58 rect->setBackground(QSharedPointer<KoGradientBackground>(new KoGradientBackground(gradient))); in createDefaultShape()
/dports/editors/calligra/calligra-3.2.1/plugins/pathshapes/ellipse/
H A DEllipseShapeFactory.cpp60 … ellipse->setBackground(QSharedPointer<KoGradientBackground>(new KoGradientBackground(gradient))); in createDefaultShape()
/dports/graphics/krita/krita-4.4.8/plugins/flake/pathshapes/ellipse/
H A DEllipseShapeFactory.cpp63 … ellipse->setBackground(QSharedPointer<KoGradientBackground>(new KoGradientBackground(gradient))); in createDefaultShape()
/dports/graphics/krita/krita-4.4.8/libs/widgets/
H A DKoResourcePopupAction.cpp165 d->background = QSharedPointer<KoShapeBackground>(new KoGradientBackground(qg)); in indexChanged()
195 …QSharedPointer<KoGradientBackground> gradientBackground = qSharedPointerDynamicCast<KoGradientBack… in updateIcon()
/dports/graphics/krita/krita-4.4.8/plugins/flake/pathshapes/rectangle/
H A DRectangleShapeFactory.cpp62 rect->setBackground(QSharedPointer<KoGradientBackground>(new KoGradientBackground(gradient))); in createDefaultShape()
/dports/editors/calligra/calligra-3.2.1/filters/karbon/wmf/
H A DWmfExport.cpp148 …QSharedPointer<KoGradientBackground> gbg = qSharedPointerDynamicCast<KoGradientBackground>(shape-… in paintShape()
/dports/editors/calligra/calligra-3.2.1/karbon/ui/widgets/
H A DKarbonSmallStylePreview.cpp73 …QSharedPointer<KoGradientBackground> gradientFill = qSharedPointerDynamicCast<KoGradientBackgroun… in paintEvent()
H A DKarbonPaletteBarWidget.cpp215 …QSharedPointer<KoGradientBackground> gbg = qSharedPointerDynamicCast<KoGradientBackground>(shape->… in updateDocumentColors()
/dports/graphics/krita/krita-4.4.8/libs/flake/text/
H A DKoSvgText.cpp354 if (KoGradientBackground *fill = dynamic_cast<KoGradientBackground*>(prop.property.data())) { in operator <<()
/dports/editors/calligra/calligra-3.2.1/plugins/commentshape/
H A DCommentShape.cpp77 m_comment->setBackground(new KoGradientBackground(gradient)); in CommentShape()
/dports/editors/calligra/calligra-3.2.1/libs/flake/svg/
H A DSvgStyleWriter.cpp83 …QSharedPointer<KoGradientBackground> gbg = qSharedPointerDynamicCast<KoGradientBackground>(shape-… in saveSvgFill()
H A DSvgParser.cpp558 QSharedPointer<KoGradientBackground> bg; in applyFillStyle()
560 … bg = QSharedPointer<KoGradientBackground>(new KoGradientBackground(*gradient->gradient())); in applyFillStyle()
564 … bg = QSharedPointer<KoGradientBackground>(new KoGradientBackground(convertedGradient)); in applyFillStyle()
/dports/graphics/krita/krita-4.4.8/libs/ui/widgets/
H A DKoFillConfigWidget.cpp710 QSharedPointer<KoGradientBackground> bg = in gradientResourceChanged()
711 qSharedPointerDynamicCast<KoGradientBackground>( in gradientResourceChanged()
782 QSharedPointer<KoGradientBackground> resourceBackground = in updateGradientSaveButtonAvailability()
783 qSharedPointerDynamicCast<KoGradientBackground>(bg); in updateGradientSaveButtonAvailability()
/dports/graphics/krita/krita-4.4.8/libs/flake/svg/
H A DSvgStyleWriter.cpp102 …QSharedPointer<KoGradientBackground> gbg = qSharedPointerDynamicCast<KoGradientBackground>(shape-… in saveSvgFill()
/dports/editors/calligra/calligra-3.2.1/plugins/chartshape/
H A DOdfHelper.cpp270 bg = QSharedPointer<KoShapeBackground>(new KoGradientBackground(gradient)); in loadOdfFill()

12