|
Krita Source Code Documentation
|
The KoSvgTextPropertiesInterface class. More...
#include <KoSvgTextPropertiesInterface.h>
Inheritance diagram for KoSvgTextPropertiesInterface:Signals | |
| void | textSelectionChanged () |
Public Member Functions | |
| virtual KoSvgTextProperties | getInheritedProperties ()=0 |
| 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 ()=0 |
| getSelectedProperties | |
| KoSvgTextPropertiesInterface (QObject *parent=nullptr) | |
| virtual void | setPropertiesOnSelected (KoSvgTextProperties properties, QSet< KoSvgTextProperties::PropertyId > removeProperties=QSet< KoSvgTextProperties::PropertyId >())=0 |
| setPropertiesOnSelected This sets the properties on the selection. The implementation is responsible for handling the undo states. | |
| virtual bool | spanSelection ()=0 |
| Whether the tool is currently selecting a set of characters instead of whole paragraphs. | |
The KoSvgTextPropertiesInterface class.
This is an interface that can be used by tools to communicate with the KisTextPropertiesManager.
Definition at line 19 of file KoSvgTextPropertiesInterface.h.
|
inlineexplicit |
Definition at line 23 of file KoSvgTextPropertiesInterface.h.
|
pure virtual |
getInheritedProperties The properties that should be visible when a given property isn't available in common properties. This is typically the paragraph properties.
Implemented in DefaultToolTextPropertiesInterface, and SvgTextCursorPropertyInterface.
|
pure virtual |
getSelectedProperties
Implemented in DefaultToolTextPropertiesInterface, and SvgTextCursorPropertyInterface.
|
pure virtual |
setPropertiesOnSelected This sets the properties on the selection. The implementation is responsible for handling the undo states.
| properties | – the properties to set. |
Implemented in DefaultToolTextPropertiesInterface, and SvgTextCursorPropertyInterface.
|
pure virtual |
Whether the tool is currently selecting a set of characters instead of whole paragraphs.
Implemented in DefaultToolTextPropertiesInterface, and SvgTextCursorPropertyInterface.
|
signal |