|
Krita Source Code Documentation
|
Interface to interact with the text property manager. More...
#include <SvgTextCursor.h>
Inheritance diagram for SvgTextCursorPropertyInterface:Classes | |
| struct | Private |
Public Member Functions | |
| void | emitSelectionChange () |
| virtual KoSvgTextProperties | getInheritedProperties () override |
| getInheritedProperties The properties that should be visible when a given property isn't available in common properties. This is typically the paragraph properties. | |
| virtual QList< KoSvgTextProperties > | getSelectedProperties () override |
| getSelectedProperties | |
| virtual void | setPropertiesOnSelected (KoSvgTextProperties properties, QSet< KoSvgTextProperties::PropertyId > removeProperties=QSet< KoSvgTextProperties::PropertyId >()) override |
| setPropertiesOnSelected This sets the properties on the selection. The implementation is responsible for handling the undo states. | |
| virtual bool | spanSelection () override |
| Whether the tool is currently selecting a set of characters instead of whole paragraphs. | |
| SvgTextCursorPropertyInterface (SvgTextCursor *parent) | |
| ~SvgTextCursorPropertyInterface () | |
Public Member Functions inherited from KoSvgTextPropertiesInterface | |
| KoSvgTextPropertiesInterface (QObject *parent=nullptr) | |
Private Attributes | |
| const QScopedPointer< Private > | d |
Additional Inherited Members | |
Signals inherited from KoSvgTextPropertiesInterface | |
| void | textSelectionChanged () |
Interface to interact with the text property manager.
Definition at line 266 of file SvgTextCursor.h.
| SvgTextCursorPropertyInterface::SvgTextCursorPropertyInterface | ( | SvgTextCursor * | parent | ) |
Definition at line 1515 of file SvgTextCursor.cpp.
References connect(), d, and KoSvgTextPropertiesInterface::textSelectionChanged().
| SvgTextCursorPropertyInterface::~SvgTextCursorPropertyInterface | ( | ) |
Definition at line 1521 of file SvgTextCursor.cpp.
| void SvgTextCursorPropertyInterface::emitSelectionChange | ( | ) |
Definition at line 1547 of file SvgTextCursor.cpp.
References d.
|
overridevirtual |
getInheritedProperties The properties that should be visible when a given property isn't available in common properties. This is typically the paragraph properties.
Implements KoSvgTextPropertiesInterface.
Definition at line 1530 of file SvgTextCursor.cpp.
References d, and spanSelection().
|
overridevirtual |
getSelectedProperties
Implements KoSvgTextPropertiesInterface.
Definition at line 1525 of file SvgTextCursor.cpp.
References d.
|
overridevirtual |
setPropertiesOnSelected This sets the properties on the selection. The implementation is responsible for handling the undo states.
| properties | – the properties to set. |
Implements KoSvgTextPropertiesInterface.
Definition at line 1537 of file SvgTextCursor.cpp.
References d.
|
overridevirtual |
Whether the tool is currently selecting a set of characters instead of whole paragraphs.
Implements KoSvgTextPropertiesInterface.
Definition at line 1542 of file SvgTextCursor.cpp.
References d.
|
private |
Definition at line 278 of file SvgTextCursor.h.