|
Krita Source Code Documentation
|
ShapeChangeListener so we can inform any text cursors that the cursor needs updating. More...
#include <KoSvgTextShape.h>
Inheritance diagram for KoSvgTextShape::TextCursorChangeListener:Public Member Functions | |
| virtual void | notifyCursorPosChanged (int pos, int anchor)=0 |
| virtual void | notifyMarkupChanged ()=0 |
| void | notifyShapeChanged (ChangeType type, KoShape *shape) override |
Public Member Functions inherited from KoShape::ShapeChangeListener | |
| virtual | ~ShapeChangeListener () |
ShapeChangeListener so we can inform any text cursors that the cursor needs updating.
Definition at line 430 of file KoSvgTextShape.h.
|
pure virtual |
Implemented in DefaultToolTextPropertiesInterface, and SvgTextCursor.
|
pure virtual |
Implemented in DefaultToolTextPropertiesInterface, and SvgTextCursor.
|
overridevirtual |
Implements KoShape::ShapeChangeListener.
Definition at line 1827 of file KoSvgTextShape.cpp.