|
Krita Source Code Documentation
|
The KoSvgTextNodeIndex class. More...
#include <KoSvgTextShape.h>
Classes | |
| struct | Private |
Public Member Functions | |
| KoSvgTextNodeIndex (const KoSvgTextNodeIndex &rhs) | |
| KoSvgTextProperties * | properties () |
| properties The properties for this node as a pointer. | |
| KoShape * | textPath () |
| textPath | |
| KoSvgText::TextOnPathInfo * | textPathInfo () |
| textPathInfo the text path info for this node as a pointer. | |
| ~KoSvgTextNodeIndex () | |
Private Member Functions | |
| KoSvgTextNodeIndex () | |
Private Attributes | |
| QScopedPointer< Private > | d |
Friends | |
| class | KoSvgTextShape |
The KoSvgTextNodeIndex class.
Because SVG text is a tree, it is not always possible to edit nodes by range. This class can be used to access a node in the tree directly, allow the direct editing of properties or any text path on the given node.
Definition at line 567 of file KoSvgTextShape.h.
| KoSvgTextNodeIndex::KoSvgTextNodeIndex | ( | const KoSvgTextNodeIndex & | rhs | ) |
| KoSvgTextNodeIndex::~KoSvgTextNodeIndex | ( | ) |
Definition at line 111 of file KoSvgTextShape.cpp.
|
private |
Definition at line 94 of file KoSvgTextShape.cpp.
| KoSvgTextProperties * KoSvgTextNodeIndex::properties | ( | ) |
properties The properties for this node as a pointer.
Definition at line 115 of file KoSvgTextShape.cpp.
References KoShape::d, and KoSvgTextProperties::properties().
| KoShape * KoSvgTextNodeIndex::textPath | ( | ) |
textPath
Definition at line 123 of file KoSvgTextShape.cpp.
| KoSvgText::TextOnPathInfo * KoSvgTextNodeIndex::textPathInfo | ( | ) |
textPathInfo the text path info for this node as a pointer.
Definition at line 119 of file KoSvgTextShape.cpp.
References KoShape::d.
|
friend |
Definition at line 597 of file KoSvgTextShape.h.
|
private |
Definition at line 599 of file KoSvgTextShape.h.