|
Krita Source Code Documentation
|
#include "KoSvgTextShape.h"#include "KoSvgTextShape_p.h"#include <QTextLayout>#include <klocalizedstring.h>#include "KoSvgTextProperties.h"#include <KoDocumentResourceManager.h>#include <KoShapeContainer_p.h>#include <KoShapeController.h>#include <text/KoCssTextUtils.h>#include <text/KoFontRegistry.h>#include <text/KoSvgTextShapeMarkupConverter.h>#include <text/KoPolygonUtils.h>#include <kis_global.h>#include <KoClipMaskPainter.h>#include <KoColorBackground.h>#include <KoIcon.h>#include <KoPathShape.h>#include <KoProperties.h>#include <KoShapeLoadingContext.h>#include <KoXmlNS.h>#include <KoInsets.h>#include <SvgLoadingContext.h>#include <SvgGraphicContext.h>#include <SvgUtil.h>#include <SvgStyleWriter.h>#include <QPainter>#include <QPainterPath>#include <QtMath>#include <FlakeDebug.h>#include "KoXmlWriter.h"Go to the source code of this file.
Classes | |
| class | KoSvgTextShapeMementoImpl |
| struct | KoSvgTextNodeIndex::Private |
Functions | |
| KisForest< KoSvgTextContentElement >::child_iterator | findNodeIndexForPropertyIdImpl (KisForest< KoSvgTextContentElement >::child_iterator parent, KoSvgTextProperties::PropertyId propertyId) |
| KoSvgTextProperties | inheritProperties (KisForest< KoSvgTextContentElement >::depth_first_tail_iterator it) |
| KisForest< KoSvgTextContentElement >::child_iterator findNodeIndexForPropertyIdImpl | ( | KisForest< KoSvgTextContentElement >::child_iterator | parent, |
| KoSvgTextProperties::PropertyId | propertyId ) |
Definition at line 1102 of file KoSvgTextShape.cpp.
References KisForestDetail::childBegin(), KisForestDetail::childEnd(), and findNodeIndexForPropertyIdImpl().
| KoSvgTextProperties inheritProperties | ( | KisForest< KoSvgTextContentElement >::depth_first_tail_iterator | it | ) |
Definition at line 884 of file KoSvgTextShape.cpp.
References KisForestDetail::hierarchyBegin(), KisForestDetail::hierarchyEnd(), KoSvgTextProperties::properties(), and KoSvgTextProperties::setAllButNonInheritableProperties().