|
Krita Source Code Documentation
|
This is the complete list of members for SvgParser, including all inherited members.
| addToGroup(QList< KoShape * > shapes, KoShapeContainer *group) | SvgParser | protected |
| applyClipping(KoShape *shape, const QPointF &shapeToOriginalUserCoordinates) | SvgParser | protected |
| applyCurrentBasicStyle(KoShape *shape) | SvgParser | protected |
| applyCurrentStyle(KoShape *shape, const QPointF &shapeToOriginalUserCoordinates) | SvgParser | protected |
| applyFillStyle(KoShape *shape) | SvgParser | protected |
| applyFilter(KoShape *shape) | SvgParser | protected |
| applyId(const QString &id, KoShape *shape) | SvgParser | protected |
| applyMarkers(KoPathShape *shape) | SvgParser | protected |
| applyMaskClipping(KoShape *shape, const QPointF &shapeToOriginalUserCoordinates) | SvgParser | protected |
| applyPaintOrder(KoShape *shape) | SvgParser | protected |
| applyStrokeStyle(KoShape *shape) | SvgParser | protected |
| applyStyle(KoShape *, const QDomElement &, const QPointF &shapeToOriginalUserCoordinates) | SvgParser | protected |
| applyStyle(KoShape *, const SvgStyles &, const QPointF &shapeToOriginalUserCoordinates) | SvgParser | protected |
| applyViewBoxTransform(const QDomElement &element) | SvgParser | protected |
| buildDocument(QList< KoShape * > shapes) | SvgParser | protected |
| createDocumentFromSvg(QIODevice *device, QString *errorMsg=0, int *errorLine=0, int *errorColumn=0) | SvgParser | static |
| createDocumentFromSvg(const QByteArray &data, QString *errorMsg=0, int *errorLine=0, int *errorColumn=0) | SvgParser | static |
| createDocumentFromSvg(const QString &data, QString *errorMsg=0, int *errorLine=0, int *errorColumn=0) | SvgParser | static |
| createDocumentFromSvg(QXmlStreamReader reader, QString *errorMsg=0, int *errorLine=0, int *errorColumn=0) | SvgParser | static |
| createListOfShapesFromCSS(const QDomElement e, const QString value, SvgLoadingContext &context) | SvgParser | protected |
| createObject(const QDomElement &, const SvgStyles &style=SvgStyles()) | SvgParser | protected |
| createObjectDirect(const QDomElement &b) | SvgParser | protected |
| createPath(const QDomElement &) | SvgParser | protected |
| createShape(const QString &shapeID) | SvgParser | protected |
| createShapeFromCSS(const QDomElement e, const QString value, SvgLoadingContext &context) | SvgParser | protected |
| createShapeFromElement(const QDomElement &element, SvgLoadingContext &context) | SvgParser | protected |
| documentDescription() const | SvgParser | |
| documentTitle() const | SvgParser | |
| FileFetcherFunc typedef | SvgParser | |
| findClipPath(const QString &id) | SvgParser | protected |
| findFilter(const QString &id, const QString &href=QString()) | SvgParser | protected |
| findGradient(const QString &id) | SvgParser | protected |
| findPattern(const QString &id, const KoShape *shape) | SvgParser | protected |
| getTextPath(const QDomElement &e) | SvgParser | protected |
| getTheOnlyTextChild(const QDomElement &e) | SvgParser | protected |
| knownMarkers() const | SvgParser | |
| m_clipMasks | SvgParser | private |
| m_clipPaths | SvgParser | private |
| m_context | SvgParser | private |
| m_defsShapes | SvgParser | private |
| m_documentDescription | SvgParser | private |
| m_documentResourceManager | SvgParser | private |
| m_documentTitle | SvgParser | private |
| m_filters | SvgParser | private |
| m_gradients | SvgParser | private |
| m_inheritStrokeFillByDefault | SvgParser | private |
| m_isInsideTextSubtree | SvgParser | private |
| m_markers | SvgParser | private |
| m_resolveTextPropertiesForTopLevel | SvgParser | private |
| m_shapeParentTransform | SvgParser | private |
| m_shapes | SvgParser | private |
| m_symbols | SvgParser | private |
| m_warnings | SvgParser | private |
| parseAngular(const QString &unit) | SvgParser | protected |
| parseClipMask(const QDomElement &e) | SvgParser | protected |
| parseClipPath(const QDomElement &) | SvgParser | protected |
| parseContainer(const QDomElement &) | SvgParser | protected |
| parseDefsElement(const QDomElement &e) | SvgParser | |
| parseFilter(const QDomElement &, const QDomElement &referencedBy=QDomElement()) | SvgParser | protected |
| parseGradient(const QDomElement &) | SvgParser | protected |
| parseGroup(const QDomElement &e, const QDomElement &overrideChildrenFrom=QDomElement(), bool createContext=true) | SvgParser | protected |
| parseMarker(const QDomElement &e) | SvgParser | protected |
| parseMeshGradient(const QDomElement &) | SvgParser | protected |
| parseMeshPatch(const QDomNode &meshpatch) | SvgParser | protected |
| parseMetadataApplyToShape(const QDomElement &e, KoShape *shape) | SvgParser | protected |
| parsePattern(const QDomElement &e, const KoShape *__shape) | SvgParser | protected |
| parseSingleElement(const QDomElement &b, DeferredUseStore *deferredUseStore=0) | SvgParser | protected |
| parseSvg(const QDomElement &e, QSizeF *fragmentSize=0) | SvgParser | |
| parseSymbol(const QDomElement &e) | SvgParser | protected |
| parseTextChildren(const QDomElement &e, KoSvgTextLoader &textLoader) | SvgParser | protected |
| parseTextElement(const QDomElement &e, KoSvgTextShape *mergeIntoShape=0) | SvgParser | |
| parseUnit(const QString &, bool horiz=false, bool vert=false, const QRectF &bbox=QRectF()) | SvgParser | protected |
| parseUnitX(const QString &unit) | SvgParser | protected |
| parseUnitXY(const QString &unit) | SvgParser | protected |
| parseUnitY(const QString &unit) | SvgParser | protected |
| parseUse(const QDomElement &, DeferredUseStore *deferredUseStore) | SvgParser | protected |
| resolveUse(const QDomElement &e, const QString &key) | SvgParser | protected |
| setDefaultKraTextVersion(int version) | SvgParser | |
| setFileFetcher(FileFetcherFunc func) | SvgParser | |
| setFillStrokeInheritByDefault(const bool enable) | SvgParser | |
| setResolution(const QRectF boundsInPixels, qreal pixelsPerInch) | SvgParser | |
| setResolveTextPropertiesForTopLevel(const bool enable) | SvgParser | |
| setXmlBaseDir(const QString &baseDir) | SvgParser | |
| shapes() const | SvgParser | |
| SvgParser(KoDocumentResourceManager *documentResourceManager) | SvgParser | explicit |
| takeSymbols() | SvgParser | |
| uploadStyleToContext(const QDomElement &e) | SvgParser | protected |
| warnings() const | SvgParser | |
| ~SvgParser() | SvgParser | virtual |