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

Public Member Functions

 Private (KisForest< KoSvgTextContentElement >::child_iterator _textElement, KoShape *_textPath)
 

Public Attributes

KisForest< KoSvgTextContentElement >::child_iterator textElement
 
KoShapetextPath = nullptr
 

Detailed Description

Definition at line 89 of file KoSvgTextShape.cpp.

Constructor & Destructor Documentation

◆ Private()

KoSvgTextNodeIndex::Private::Private ( KisForest< KoSvgTextContentElement >::child_iterator _textElement,
KoShape * _textPath )
inline

Definition at line 90 of file KoSvgTextShape.cpp.

91 :textElement(_textElement)
92 , textPath(_textPath){}
KisForest< KoSvgTextContentElement >::child_iterator textElement

Member Data Documentation

◆ textElement

KisForest<KoSvgTextContentElement>::child_iterator KoSvgTextNodeIndex::Private::textElement

Definition at line 93 of file KoSvgTextShape.cpp.

◆ textPath

KoShape* KoSvgTextNodeIndex::Private::textPath = nullptr

Definition at line 95 of file KoSvgTextShape.cpp.


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