Krita Source Code Documentation
Loading...
Searching...
No Matches
KoSvgTextShape::TextCursorChangeListener Struct Referenceabstract

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 ()
 

Detailed Description

ShapeChangeListener so we can inform any text cursors that the cursor needs updating.

Definition at line 430 of file KoSvgTextShape.h.

Member Function Documentation

◆ notifyCursorPosChanged()

virtual void KoSvgTextShape::TextCursorChangeListener::notifyCursorPosChanged ( int pos,
int anchor )
pure virtual

◆ notifyMarkupChanged()

virtual void KoSvgTextShape::TextCursorChangeListener::notifyMarkupChanged ( )
pure virtual

◆ notifyShapeChanged()

void KoSvgTextShape::TextCursorChangeListener::notifyShapeChanged ( KoShape::ChangeType type,
KoShape * shape )
overridevirtual

Implements KoShape::ShapeChangeListener.

Definition at line 1827 of file KoSvgTextShape.cpp.

1828{
1829 Q_UNUSED(type);
1830 Q_UNUSED(shape);
1831}

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