Home
last modified time | relevance | path

Searched refs:shadowShape (Results 1 – 13 of 13) sorted by relevance

/dports/cad/qelectrotech/qet-0.7.0/sources/editor/graphicspart/
H A Dpartterminal.h67 QPainterPath shadowShape() const override {return shape();} in shadowShape() function
H A Dpartellipse.h58 QPainterPath shadowShape() const override;
H A Dpartarc.h58 QPainterPath shadowShape() const override;
H A Dpartpolygon.h68 QPainterPath shadowShape() const override;
H A Dpartrectangle.h77 QPainterPath shadowShape() const override;
H A Dcustomelementgraphicpart.h93 virtual QPainterPath shadowShape ()const = 0;
H A Dpartline.h78 QPainterPath shadowShape() const override;
H A Dpartellipse.cpp142 QPainterPath PartEllipse::shadowShape() const in shadowShape() function in PartEllipse
H A Dpartarc.cpp145 QPainterPath PartArc::shadowShape() const in shadowShape() function in PartArc
H A Dpartrectangle.cpp198 QPainterPath PartRectangle::shadowShape() const in shadowShape() function in PartRectangle
H A Dpartpolygon.cpp550 QPainterPath PartPolygon::shadowShape() const in shadowShape() function in PartPolygon
H A Dcustomelementgraphicpart.cpp393 painter -> drawPath (strock.createStroke(shadowShape())); in drawShadowShape()
H A Dpartline.cpp386 QPainterPath PartLine::shadowShape() const in shadowShape() function in PartLine