Krita Source Code Documentation
Loading...
Searching...
No Matches
KoPathShape::PointSelectionChangeListener Struct Referenceabstract

#include <KoPathShape.h>

+ Inheritance diagram for KoPathShape::PointSelectionChangeListener:

Public Member Functions

virtual void notifyPathPointsChanged (KoPathShape *shape)=0
 
void notifyShapeChanged (ChangeType type, KoShape *shape) override
 
virtual void recommendPointSelectionChange (KoPathShape *shape, const QList< KoPathPointIndex > &newSelection)=0
 
- Public Member Functions inherited from KoShape::ShapeChangeListener
virtual ~ShapeChangeListener ()
 

Detailed Description

Definition at line 468 of file KoPathShape.h.

Member Function Documentation

◆ notifyPathPointsChanged()

virtual void KoPathShape::PointSelectionChangeListener::notifyPathPointsChanged ( KoPathShape * shape)
pure virtual

Implemented in KoPathToolSelection.

◆ notifyShapeChanged()

void KoPathShape::PointSelectionChangeListener::notifyShapeChanged ( KoShape::ChangeType type,
KoShape * shape )
overridevirtual

Implements KoShape::ShapeChangeListener.

Definition at line 1397 of file KoPathShape.cpp.

1398{
1399 Q_UNUSED(type);
1400 Q_UNUSED(shape);
1401}

◆ recommendPointSelectionChange()

virtual void KoPathShape::PointSelectionChangeListener::recommendPointSelectionChange ( KoPathShape * shape,
const QList< KoPathPointIndex > & newSelection )
pure virtual

Implemented in KoPathToolSelection.


The documentation for this struct was generated from the following files: