|
Krita Source Code Documentation
|
#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 () |
Definition at line 468 of file KoPathShape.h.
|
pure virtual |
Implemented in KoPathToolSelection.
|
overridevirtual |
Implements KoShape::ShapeChangeListener.
Definition at line 1397 of file KoPathShape.cpp.
|
pure virtual |
Implemented in KoPathToolSelection.