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
 

Detailed Description

Definition at line 466 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 )
override

Definition at line 1385 of file KoPathShape.cpp.

1386{
1387 Q_UNUSED(type);
1388 Q_UNUSED(shape);
1389}

◆ 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: