Krita Source Code Documentation
Loading...
Searching...
No Matches
KoSvgTextLoader::Private Struct Reference

Public Member Functions

 Private (KoSvgTextShape *shape)
 

Public Attributes

KisForest< KoSvgTextContentElement >::child_iterator currentNode
 
KoSvgTextShapeshape
 

Detailed Description

Definition at line 10 of file KoSvgTextLoader.cpp.

Constructor & Destructor Documentation

◆ Private()

KoSvgTextLoader::Private::Private ( KoSvgTextShape * shape)
inline

Definition at line 12 of file KoSvgTextLoader.cpp.

13 : shape(shape)
14 , currentNode(shape->d->textData.childEnd())
15 {
16 shape->d->isLoading = true;
17 shape->d->textData.erase(shape->d->textData.childBegin(), shape->d->textData.childEnd());
18 currentNode = shape->d->textData.childEnd();
19 }
QScopedPointer< Private > d
KisForest< KoSvgTextContentElement >::child_iterator currentNode

References currentNode, KoSvgTextShape::d, and shape.

Member Data Documentation

◆ currentNode

KisForest<KoSvgTextContentElement>::child_iterator KoSvgTextLoader::Private::currentNode

Definition at line 22 of file KoSvgTextLoader.cpp.

◆ shape

KoSvgTextShape* KoSvgTextLoader::Private::shape

Definition at line 21 of file KoSvgTextLoader.cpp.


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