Home
last modified time | relevance | path

Searched defs:pathShape (Results 1 – 25 of 69) sorted by relevance

123

/dports/editors/calligra/calligra-3.2.1/libs/flake/commands/
H A DKoSubpathJoinCommand.cpp34 KoPathShape * pathShape = m_pointData1.pathShape; in KoSubpathJoinCommand() local
72 KoPathShape * pathShape = m_pointData1.pathShape; in redo() local
113 KoPathShape * pathShape = m_pointData1.pathShape; in undo() local
H A DKoPathBreakAtPointCommand.cpp46 KoPathShape * pathShape = it->pathShape; in KoPathBreakAtPointCommand() local
95 KoPathShape * pathShape = pd.pathShape; in redo() local
136 KoPathShape * pathShape = pd.pathShape; in undo() local
H A DKoPathPointInsertCommand.cpp54 KoPathShape * pathShape = it->pathShape; in KoPathPointInsertCommand() local
92 KoPathShape * pathShape = pointData.pathShape; in redo() local
121 KoPathShape * pathShape = pdBefore.pathShape; in undo() local
H A DKoPathControlPointMoveCommand.cpp35 KoPathShape * pathShape = m_pointData.pathShape; in KoPathControlPointMoveCommand() local
47 KoPathShape * pathShape = m_pointData.pathShape; in redo() local
H A DKoPathSegmentTypeCommand.cpp52 KoPathShape * pathShape = it->pathShape; in redo() local
119 KoPathShape * pathShape = segment.first()->parent(); in initialize() local
H A DKoShapeUnclipCommand.cpp74 KoPathShape *pathShape = clipPathShapes[i]; in createClipPathShapes() local
93 KoPathShape *pathShape = dynamic_cast<KoPathShape*>(shape); in process() local
H A DKoSubpathRemoveCommand.cpp26 KoSubpathRemoveCommand::KoSubpathRemoveCommand(KoPathShape *pathShape, int subpathIndex, KUndo2Comm… in KoSubpathRemoveCommand()
/dports/graphics/krita/krita-4.4.8/libs/flake/commands/
H A DKoSubpathJoinCommand.cpp37 KoPathShape * pathShape = m_pointData1.pathShape; in KoSubpathJoinCommand() local
80 KoPathShape * pathShape = m_pointData1.pathShape; in redo() local
126 KoPathShape * pathShape = m_pointData1.pathShape; in undo() local
H A DKoPathBreakAtPointCommand.cpp44 KoPathShape * pathShape = it->pathShape; in KoPathBreakAtPointCommand() local
93 KoPathShape * pathShape = pd.pathShape; in redo() local
136 KoPathShape * pathShape = pd.pathShape; in undo() local
H A DKoPathPointInsertCommand.cpp55 KoPathShape * pathShape = it->pathShape; in KoPathPointInsertCommand() local
93 KoPathShape * pathShape = pointData.pathShape; in redo() local
123 KoPathShape * pathShape = pdBefore.pathShape; in undo() local
H A DKoPathControlPointMoveCommand.cpp36 KoPathShape * pathShape = m_pointData.pathShape; in KoPathControlPointMoveCommand() local
48 KoPathShape * pathShape = m_pointData.pathShape; in redo() local
H A DKoPathSegmentTypeCommand.cpp52 KoPathShape * pathShape = it->pathShape; in redo() local
119 KoPathShape * pathShape = segment.first()->parent(); in initialize() local
H A DKoSubpathRemoveCommand.cpp28 KoSubpathRemoveCommand::KoSubpathRemoveCommand(KoPathShape *pathShape, int subpathIndex, KUndo2Comm… in KoSubpathRemoveCommand()
/dports/graphics/krita/krita-4.4.8/libs/basicflakes/tools/
H A DKoCreatePathTool.cpp139 void KoCreatePathTool::paintPath(KoPathShape& pathShape, QPainter &painter, const KoViewConverter &… in paintPath()
217 KoPathShape *pathShape = new KoPathShape(); in mousePressEvent() local
260 bool KoCreatePathTool::tryMergeInPathShape(KoPathShape *pathShape) in tryMergeInPathShape()
491 bool KoCreatePathTool::addPathShapeImpl(KoPathShape *pathShape, bool tryMergeOnly) in addPathShapeImpl()
548 void KoCreatePathTool::addPathShape(KoPathShape *pathShape) in addPathShape()
/dports/graphics/krita/krita-4.4.8/libs/flake/tools/
H A DKoPathToolSelection.cpp76 KoPathShape * pathShape = point->parent(); in add() local
89 KoPathShape * pathShape = point->parent(); in remove() local
147 KoPathShape * pathShape = p->parent(); in selectedPointsData() local
281 if (KoPathShape *pathShape = static_cast<KoPathShape*>(shape)) { in notifyShapeChanged() local
H A DPathToolOptionWidget.cpp75 QString shapeIdFromShape(KoPathShape *pathShape) in shapeIdFromShape()
89 void PathToolOptionWidget::setCurrentShape(KoPathShape *pathShape) in setCurrentShape()
/dports/editors/calligra/calligra-3.2.1/libs/flake/tools/
H A DKoPathToolSelection.cpp81 KoPathShape * pathShape = point->parent(); in add() local
95 KoPathShape * pathShape = point->parent(); in remove() local
155 KoPathShape * pathShape = p->parent(); in selectedPointsData() local
/dports/editors/calligra/calligra-3.2.1/stage/part/tools/animationtool/
H A DKPrAnimationTool.cpp126 KoPathShape *pathShape = dynamic_cast<KoPathShape*>(shape); in activate() local
170 if (KoPathShape *pathShape = dynamic_cast<KoPathShape*>(shape)) { in mousePressEvent() local
260 void KPrAnimationTool::addPathShape(KoPathShape *pathShape) in addPathShape()
/dports/graphics/krita/krita-4.4.8/plugins/tools/basictools/
H A Dkis_tool_path.cc107 void __KisToolPathLocalTool::paintPath(KoPathShape &pathShape, QPainter &painter, const KoViewConve… in paintPath()
117 void __KisToolPathLocalTool::addPathShape(KoPathShape* pathShape) in addPathShape()
H A Dkis_tool_pencil.cc102 void __KisToolPencilLocalTool::paintPath(KoPathShape *pathShape, QPainter &painter, const KoViewCon… in paintPath()
115 void __KisToolPencilLocalTool::addPathShape(KoPathShape* pathShape, bool closePath) in addPathShape()
/dports/editors/calligra/calligra-3.2.1/libs/basicflakes/tools/
H A DKoCreatePathTool.cpp108 void KoCreatePathTool::paintPath(KoPathShape& pathShape, QPainter &painter, const KoViewConverter &… in paintPath()
181 KoPathShape *pathShape = new KoPathShape(); in mousePressEvent() local
416 void KoCreatePathTool::addPathShape(KoPathShape *pathShape) in addPathShape()
/dports/graphics/krita/krita-4.4.8/libs/flake/
H A DKoPathPointData.h53 KoPathShape *pathShape; variable
/dports/graphics/krita/krita-4.4.8/plugins/flake/artistictextshape/
H A DAttachTextToPathCommand.cpp25 …thCommand::AttachTextToPathCommand(ArtisticTextShape *textShape, KoPathShape *pathShape, KUndo2Com… in AttachTextToPathCommand()
/dports/editors/calligra/calligra-3.2.1/libs/flake/
H A DKoPathPointData.h52 KoPathShape *pathShape; variable
/dports/editors/calligra/calligra-3.2.1/plugins/artistictextshape/
H A DAttachTextToPathCommand.cpp25 …Command::AttachTextToPathCommand( ArtisticTextShape * textShape, KoPathShape * pathShape, KUndo2Co… in AttachTextToPathCommand()

123