![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qplatformdefs.h"#include "qsvghandler_p.h"#include "qsvgdocument_p.h"#include "qsvgstructure_p.h"#include "qsvggraphics_p.h"#include "qsvgfilter_p.h"#include "qsvgnode_p.h"#include "qsvgfont_p.h"#include "qsvganimate_p.h"#include "qpen.h"#include "qpainterpath.h"#include "qbrush.h"#include "qcolor.h"#include "qtextformat.h"#include <QtCore/private/qdataurl_p.h>#include "qlist.h"#include "qfileinfo.h"#include "qfile.h"#include "qdir.h"#include "qdebug.h"#include "qmath.h"#include "qnumeric.h"#include <qregularexpression.h>#include "qtransform.h"#include "qvarlengtharray.h"#include "qimagereader.h"#include "float.h"#include <algorithm>#include <memory>Go to the source code of this file.
Classes | |
| struct | QSvgAttributes |
Namespaces | |
| namespace | tokens |
| namespace | tokens::compOp |
Typedefs | |
| typedef QSvgNode *(* | FactoryMethod) (QSvgNode *, const QXmlStreamAttributes &, QSvgHandler *) |
| typedef QSvgNode *(* | AnimationMethod) (QSvgNode *, const QXmlStreamAttributes &, QSvgHandler *) |
| typedef bool(* | ParseMethod) (QSvgNode *, const QXmlStreamAttributes &, QSvgHandler *) |
| typedef QSvgStyleProperty *(* | StyleFactoryMethod) (const QXmlStreamAttributes &, QSvgHandler *) |
| typedef bool(* | StyleParseMethod) (QSvgStyleProperty *, const QXmlStreamAttributes &, QSvgHandler *) |
| typedef QSvgPaintServerSharedPtr(* | PaintServerFactoryMethod) (const QXmlStreamAttributes &, QSvgHandler *) |
| typedef bool(* | PaintServerParseMethod) (QSvgPaintServer *, const QXmlStreamAttributes &, QSvgHandler *) |
Enumerations | |
| enum | FontSizeSpec { XXSmall , XSmall , Small , Medium , Large , XLarge , XXLarge , FontSizeNone , FontSizeValue , XXSmall , XSmall , Small , Medium , Large , XLarge , XXLarge , FontSizeNone , FontSizeValue } |
| enum | FontSizeSpec { XXSmall , XSmall , Small , Medium , Large , XLarge , XXLarge , FontSizeNone , FontSizeValue , XXSmall , XSmall , Small , Medium , Large , XLarge , XXLarge , FontSizeNone , FontSizeValue } |
Functions | |
| static QByteArray | prefixMessage (const QByteArray &msg, const QXmlStreamReader *r) |
| static QByteArray | msgProblemParsing (QStringView localName, const QXmlStreamReader *r) |
| static QByteArray | msgCouldNotResolveProperty (QStringView id, const QXmlStreamReader *r) |
| static QList< QStringView > | splitWithDelimiter (QStringView delimitedList) |
| static int | qsvg_h2i (char hex, bool *ok=nullptr) |
| static int | qsvg_hex2int (const char *s, bool *ok=nullptr) |
| static int | qsvg_hex2int (char s, bool *ok=nullptr) |
| bool | qsvg_get_hex_rgb (const char *name, QRgb *rgb) |
| bool | qsvg_get_hex_rgb (const QChar *str, int len, QRgb *rgb) |
| static QString | someId (const QXmlStreamAttributes &attributes) |
| QList< qreal > | parseNumbersList (QStringView *str) |
| static QList< qreal > | parsePercentageList (QStringView str) |
| static QStringView | idFromIRI (QStringView iri) |
| static QStringView | idFromFuncIRI (QStringView iri) |
| bool | resolveColor (QStringView colorStr, QColor &color, QSvgHandler *handler) |
| void | setAlpha (QStringView opacity, QColor *color) |
| static bool | constructColor (QStringView colorStr, QStringView opacity, QColor &color, QSvgHandler *handler) |
| static qreal | convertToNumber (QStringView str, bool *ok=NULL) |
| static bool | createSvgGlyph (QSvgFont *font, const QXmlStreamAttributes &attributes, bool isMissingGlyph) |
| static void | parseColor (QSvgNode *, const QSvgAttributes &attributes, QSvgHandler *handler) |
| static QSvgPaintServerSharedPtr | paintServerFromUrl (QSvgDocument *doc, QStringView url) |
| static void | parseBrush (QSvgNode *node, const QSvgAttributes &attributes, QSvgHandler *handler) |
| static QTransform | parseTransformationMatrix (QStringView value) |
| static void | parsePen (QSvgNode *node, const QSvgAttributes &attributes, QSvgHandler *handler) |
| Q_STATIC_ASSERT (sizeof(sizeTable)/sizeof(sizeTable[0])==FontSizeNone) | |
| static FontSizeSpec | fontSizeSpec (QStringView spec) |
| static std::optional< QFont::Style > | parseFontStyle (QStringView s) |
| static std::optional< qreal > | parseFontSize (QStringView s) |
| static std::optional< int > | parseFontWeight (QStringView s) |
| static std::optional< QFont::Capitalization > | parseFontVariant (const QSvgAttributes &attributes) |
| static std::optional< Qt::Alignment > | parseTextAnchor (QStringView s) |
| static void | parseFont (QSvgNode *node, const QSvgAttributes &attributes, QSvgHandler *handler) |
| static void | parseTransform (QSvgNode *node, const QSvgAttributes &attributes, QSvgHandler *) |
| static void | parseVisibility (QSvgNode *node, const QSvgAttributes &attributes, QSvgHandler *) |
| static bool | parseStyle (QSvgNode *node, const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static int | parseClockValue (QStringView str, bool *ok) |
| static void | parseCssAnimations (QSvgNode *node, const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static void | parseOffsetPath (QSvgNode *node, const QXmlStreamAttributes &attributes) |
| static QStringList | stringToList (const QString &str) |
| static bool | parseCoreNode (QSvgNode *node, const QXmlStreamAttributes &attributes) |
| static void | parseOpacity (QSvgNode *node, const QSvgAttributes &attributes, QSvgHandler *) |
| static QPainter::CompositionMode | svgToQtCompositionMode (const QStringView op) |
| static void | parseCompOp (QSvgNode *node, const QSvgAttributes &attributes, QSvgHandler *) |
| static QSvgNode::DisplayMode | displayStringToEnum (const QStringView str) |
| static void | parseOthers (QSvgNode *node, const QSvgAttributes &attributes, QSvgHandler *) |
| static std::optional< QStringView > | getAttributeId (const QStringView &attribute) |
| static void | parseExtendedAttributes (QSvgNode *node, const QSvgAttributes &attributes, QSvgHandler *handler) |
| static void | parseRenderingHints (QSvgNode *node, const QSvgAttributes &attributes, QSvgHandler *) |
| static bool | parseAnchorNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static bool | parseBaseAnimate (QSvgNode *, const QXmlStreamAttributes &attributes, QSvgAnimateNode *anim, QSvgHandler *handler) |
| static void | generateKeyFrames (QList< qreal > &keyFrames, uint count) |
| static QSvgNode * | createAnimateColorNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static QSvgNode * | createAnimateMotionNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static void | parseNumberTriplet (QList< qreal > &values, QStringView *s) |
| static void | parseNumberTriplet (QList< qreal > &values, QStringView s) |
| QSvgNode * | createAnimateTransformNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static QSvgNode * | createAnimateNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static bool | parseAudioNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static QSvgNode * | createCircleNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static QSvgNode * | createDefsNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static bool | parseDiscardNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static QSvgNode * | createEllipseNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static QSvgStyleProperty * | createFontNode (const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static bool | parseFontFaceNode (QSvgStyleProperty *parent, const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static bool | parseFontFaceNameNode (QSvgStyleProperty *parent, const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static bool | parseFontFaceSrcNode (QSvgStyleProperty *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static bool | parseFontFaceUriNode (QSvgStyleProperty *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static bool | parseForeignObjectNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static QSvgNode * | createGNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static bool | parseGlyphNode (QSvgStyleProperty *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static bool | parseHandlerNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static bool | parseHkernNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static QSvgNode * | createImageNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static QSvgNode * | createLineNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static void | parseBaseGradient (const QXmlStreamAttributes &attributes, QSvgGradientPaint *gradProp, QSvgHandler *handler) |
| static QSvgPaintServerSharedPtr | createLinearGradientNode (const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static bool | parseMetadataNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static bool | parseMissingGlyphNode (QSvgStyleProperty *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static bool | parseMpathNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static bool | parseMaskNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static bool | parseMarkerNode (QSvgNode *, const QXmlStreamAttributes &, QSvgHandler *) |
| static QSvgNode * | createMaskNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static void | parseFilterBounds (const QXmlStreamAttributes &attributes, QSvgRectF *rect) |
| static QSvgNode * | createFilterNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static void | parseFilterAttributes (const QXmlStreamAttributes &attributes, QString *inString, QString *outString, QSvgRectF *rect) |
| static QSvgNode * | createFeColorMatrixNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static QSvgNode * | createFeGaussianBlurNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static QSvgNode * | createFeOffsetNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static QSvgNode * | createFeCompositeNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static QSvgNode * | createFeMergeNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static QSvgNode * | createFeFloodNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static QSvgNode * | createFeMergeNodeNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static QSvgNode * | createFeBlendNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static QSvgNode * | createFeUnsupportedNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static std::optional< QRectF > | parseViewBox (QStringView str) |
| static bool | parseSymbolLikeAttributes (const QXmlStreamAttributes &attributes, QSvgHandler *handler, QRectF *rect, QRectF *viewBox, QPointF *refPoint, QSvgSymbolLike::PreserveAspectRatios *aspect, QSvgSymbolLike::Overflow *overflow, bool marker=false) |
| static QSvgNode * | createSymbolNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static QSvgNode * | createMarkerNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static QSvgNode * | createPathNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static QSvgNode * | createPolyNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, bool createLine) |
| static QSvgNode * | createPolygonNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static QSvgNode * | createPolylineNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static bool | parsePrefetchNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static QSvgPaintServerSharedPtr | createRadialGradientNode (const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static QSvgNode * | createRectNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static bool | parseScriptNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static bool | parseSetNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static QSvgPaintServerSharedPtr | createSolidColorNode (const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static bool | parseStopNode (QSvgPaintServer *paintServer, const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static bool | parseStyleNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static QSvgNode * | createSvgNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static QSvgNode * | createSwitchNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static QSvgNode * | createPatternNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static bool | parseTbreakNode (QSvgNode *parent, const QXmlStreamAttributes &, QSvgHandler *) |
| static QSvgNode * | createTextNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static QSvgNode * | createTextAreaNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static QSvgNode * | createTspanNode (QSvgNode *parent, const QXmlStreamAttributes &, QSvgHandler *) |
| static QSvgNode * | createUseNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *handler) |
| static QSvgNode * | createVideoNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *) |
| static FactoryMethod | findGroupFactory (const QStringView name, QtSvg::Options options) |
| static FactoryMethod | findGraphicsFactory (const QStringView name, QtSvg::Options options) |
| static FactoryMethod | findFilterFactory (const QStringView name, QtSvg::Options options) |
| static AnimationMethod | findAnimationFactory (const QStringView name, QtSvg::Options options) |
| static ParseMethod | findUtilFactory (const QStringView name, QtSvg::Options options) |
| static StyleFactoryMethod | findStyleFactoryMethod (const QStringView name) |
| static StyleParseMethod | findStyleUtilFactoryMethod (const QStringView name) |
| static PaintServerFactoryMethod | findPaintServerFactoryMethod (const QStringView name) |
| static PaintServerParseMethod | findPaintServerUtilFactoryMethod (const QStringView name) |
| static bool | detectPatternCycles (const QSvgNode *node, QList< const QSvgNode * > &linkable) |
| static bool | detectCycles (const QSvgNode *n) |
| static bool | detectCyclesAndWarn (const QSvgNode *node) |
Variables | |
| static const qreal | sizeTable [] |
| typedef QSvgNode *(* AnimationMethod)(QSvgNode *, const QXmlStreamAttributes &, QSvgHandler *) |
Definition at line 3505 of file qsvghandler.cpp.
| typedef QSvgNode *(* FactoryMethod)(QSvgNode *, const QXmlStreamAttributes &, QSvgHandler *) |
Definition at line 3381 of file qsvghandler.cpp.
| typedef QSvgPaintServerSharedPtr(* PaintServerFactoryMethod)(const QXmlStreamAttributes &, QSvgHandler *) |
Definition at line 3622 of file qsvghandler.cpp.
| typedef bool(* PaintServerParseMethod)(QSvgPaintServer *, const QXmlStreamAttributes &, QSvgHandler *) |
Definition at line 3647 of file qsvghandler.cpp.
| typedef bool(* ParseMethod)(QSvgNode *, const QXmlStreamAttributes &, QSvgHandler *) |
Definition at line 3528 of file qsvghandler.cpp.
| typedef QSvgStyleProperty *(* StyleFactoryMethod)(const QXmlStreamAttributes &, QSvgHandler *) |
Definition at line 3574 of file qsvghandler.cpp.
| typedef bool(* StyleParseMethod)(QSvgStyleProperty *, const QXmlStreamAttributes &, QSvgHandler *) |
Definition at line 3593 of file qsvghandler.cpp.
| enum FontSizeSpec |
| Enumerator | |
|---|---|
| XXSmall | |
| XSmall | |
| Small | |
| Medium | |
| Large | |
| XLarge | |
| XXLarge | |
| FontSizeNone | |
| FontSizeValue | |
| XXSmall | |
| XSmall | |
| Small | |
| Medium | |
| Large | |
| XLarge | |
| XXLarge | |
| FontSizeNone | |
| FontSizeValue | |
Definition at line 903 of file qsvghandler.cpp.
| enum FontSizeSpec |
| Enumerator | |
|---|---|
| XXSmall | |
| XSmall | |
| Small | |
| Medium | |
| Large | |
| XLarge | |
| XXLarge | |
| FontSizeNone | |
| FontSizeValue | |
| XXSmall | |
| XSmall | |
| Small | |
| Medium | |
| Large | |
| XLarge | |
| XXLarge | |
| FontSizeNone | |
| FontSizeValue | |
Definition at line 903 of file qsvghandler.cpp.
|
static |
Definition at line 558 of file qsvghandler.cpp.
|
inlinestatic |
Definition at line 568 of file qsvghandler.cpp.
References QSvgUtils::LT_PERCENT.
|
static |
Definition at line 1588 of file qsvghandler.cpp.
|
static |
Definition at line 1638 of file qsvghandler.cpp.
|
static |
Definition at line 1761 of file qsvghandler.cpp.
| QSvgNode * createAnimateTransformNode | ( | QSvgNode * | parent, |
| const QXmlStreamAttributes & | attributes, | ||
| QSvgHandler * | handler ) |
Definition at line 1659 of file qsvghandler.cpp.
|
static |
Definition at line 1777 of file qsvghandler.cpp.
|
static |
Definition at line 1795 of file qsvghandler.cpp.
|
static |
Definition at line 1812 of file qsvghandler.cpp.
|
static |
Definition at line 2621 of file qsvghandler.cpp.
|
static |
Definition at line 2400 of file qsvghandler.cpp.
|
static |
Definition at line 2512 of file qsvghandler.cpp.
|
static |
Definition at line 2581 of file qsvghandler.cpp.
|
static |
Definition at line 2445 of file qsvghandler.cpp.
|
static |
Definition at line 2567 of file qsvghandler.cpp.
|
static |
Definition at line 2607 of file qsvghandler.cpp.
|
static |
Definition at line 2478 of file qsvghandler.cpp.
References QSvgUtils::LT_PT.
|
static |
Definition at line 2649 of file qsvghandler.cpp.
|
static |
Definition at line 2346 of file qsvghandler.cpp.
References QtSvg::objectBoundingBox, and QtSvg::userSpaceOnUse.
|
static |
Definition at line 1830 of file qsvghandler.cpp.
|
static |
Definition at line 1928 of file qsvghandler.cpp.
|
static |
Definition at line 1966 of file qsvghandler.cpp.
References QtSvg::Tiny12FeaturesOnly.
|
static |
Definition at line 2129 of file qsvghandler.cpp.
|
static |
Definition at line 2048 of file qsvghandler.cpp.
|
static |
Definition at line 2818 of file qsvghandler.cpp.
|
static |
Definition at line 2204 of file qsvghandler.cpp.
References QSvgUtils::LT_PERCENT, QtSvg::objectBoundingBox, and QtSvg::userSpaceOnUse.
|
static |
Definition at line 2864 of file qsvghandler.cpp.
|
static |
Definition at line 3185 of file qsvghandler.cpp.
References QSvgUtils::LT_PERCENT, QtSvg::objectBoundingBox, and QtSvg::userSpaceOnUse.
|
static |
Definition at line 2899 of file qsvghandler.cpp.
|
static |
Definition at line 2906 of file qsvghandler.cpp.
|
static |
Definition at line 2882 of file qsvghandler.cpp.
|
static |
Definition at line 2921 of file qsvghandler.cpp.
|
static |
Definition at line 2959 of file qsvghandler.cpp.
References QSvgUtils::toDouble().
|
static |
Definition at line 3026 of file qsvghandler.cpp.
|
static |
Definition at line 578 of file qsvghandler.cpp.
|
static |
Definition at line 3134 of file qsvghandler.cpp.
References QSvgUtils::LT_PERCENT, QSvgUtils::LT_PT, and QSvgUtils::LT_PX.
|
static |
Definition at line 3176 of file qsvghandler.cpp.
|
static |
Definition at line 2801 of file qsvghandler.cpp.
|
static |
Definition at line 3296 of file qsvghandler.cpp.
|
static |
Definition at line 3279 of file qsvghandler.cpp.
|
static |
Definition at line 3310 of file qsvghandler.cpp.
|
static |
Definition at line 3317 of file qsvghandler.cpp.
|
static |
Definition at line 3373 of file qsvghandler.cpp.
|
static |
Definition at line 3747 of file qsvghandler.cpp.
Referenced by detectCyclesAndWarn().
|
static |
Definition at line 3811 of file qsvghandler.cpp.
References detectCycles().
Definition at line 3707 of file qsvghandler.cpp.
|
static |
Definition at line 1381 of file qsvghandler.cpp.
|
static |
Definition at line 3507 of file qsvghandler.cpp.
References QtSvg::DisableSMILAnimations.
|
static |
Definition at line 3462 of file qsvghandler.cpp.
References QtSvg::Tiny12FeaturesOnly.
|
static |
Definition at line 3417 of file qsvghandler.cpp.
|
static |
Definition at line 3383 of file qsvghandler.cpp.
References QtSvg::Tiny12FeaturesOnly.
|
static |
Definition at line 3625 of file qsvghandler.cpp.
|
static |
Definition at line 3651 of file qsvghandler.cpp.
|
static |
Definition at line 3577 of file qsvghandler.cpp.
|
static |
Definition at line 3597 of file qsvghandler.cpp.
References parseFontFaceNameNode(), parseFontFaceNode(), parseFontFaceSrcNode(), parseFontFaceUriNode(), parseGlyphNode(), and parseMissingGlyphNode().
|
static |
Definition at line 3530 of file qsvghandler.cpp.
References QtSvg::Tiny12FeaturesOnly.
|
static |
Definition at line 911 of file qsvghandler.cpp.
References FontSizeNone, FontSizeValue, Large, Medium, Small, XLarge, XSmall, XXLarge, and XXSmall.
Definition at line 1577 of file qsvghandler.cpp.
|
static |
Definition at line 1436 of file qsvghandler.cpp.
|
static |
The form is <FuncIRI>, where FuncIRI takes the form of url(<IRI>). This syntax is used in properties that accept both strings and IRIs, eliminating any ambiguity. e.g, fill = "url(#id)"
Definition at line 464 of file qsvghandler.cpp.
|
static |
The form is <IRI>. This function parses local IRI references, i.e, resources referenced within the current document. e.g, href = "#id"
Definition at line 448 of file qsvghandler.cpp.
|
inlinestatic |
Definition at line 120 of file qsvghandler.cpp.
|
inlinestatic |
Definition at line 115 of file qsvghandler.cpp.
|
static |
Definition at line 615 of file qsvghandler.cpp.
|
static |
Definition at line 1520 of file qsvghandler.cpp.
|
static |
Definition at line 1769 of file qsvghandler.cpp.
|
static |
Definition at line 1528 of file qsvghandler.cpp.
|
static |
Definition at line 2067 of file qsvghandler.cpp.
|
static |
Definition at line 621 of file qsvghandler.cpp.
Referenced by parseStyle().
|
static |
Definition at line 1158 of file qsvghandler.cpp.
|
static |
Definition at line 604 of file qsvghandler.cpp.
Referenced by parseStyle().
|
static |
Definition at line 1367 of file qsvghandler.cpp.
Referenced by parseStyle().
|
static |
Definition at line 1244 of file qsvghandler.cpp.
|
static |
Definition at line 1181 of file qsvghandler.cpp.
|
static |
Definition at line 1804 of file qsvghandler.cpp.
|
static |
Definition at line 1444 of file qsvghandler.cpp.
References QtSvg::Tiny12FeaturesOnly.
Referenced by parseStyle().
|
static |
Definition at line 2381 of file qsvghandler.cpp.
References QtSvg::unknown.
Definition at line 2281 of file qsvghandler.cpp.
References QSvgUtils::LT_PERCENT, QSvgUtils::LT_PT, QtSvg::objectBoundingBox, and QtSvg::userSpaceOnUse.
|
static |
Definition at line 1076 of file qsvghandler.cpp.
Referenced by parseStyle().
|
static |
Definition at line 1882 of file qsvghandler.cpp.
Referenced by findStyleUtilFactoryMethod().
|
static |
Definition at line 1851 of file qsvghandler.cpp.
Referenced by findStyleUtilFactoryMethod().
|
static |
Definition at line 1904 of file qsvghandler.cpp.
Referenced by findStyleUtilFactoryMethod().
|
static |
Definition at line 1912 of file qsvghandler.cpp.
Referenced by findStyleUtilFactoryMethod().
|
static |
Definition at line 961 of file qsvghandler.cpp.
References FontSizeNone, FontSizeValue, Large, Medium, Small, XLarge, XSmall, XXLarge, and XXSmall.
|
static |
Definition at line 946 of file qsvghandler.cpp.
|
static |
Definition at line 1024 of file qsvghandler.cpp.
|
static |
Definition at line 999 of file qsvghandler.cpp.
|
static |
Definition at line 1920 of file qsvghandler.cpp.
|
static |
Definition at line 1937 of file qsvghandler.cpp.
Referenced by findStyleUtilFactoryMethod().
|
static |
Definition at line 1950 of file qsvghandler.cpp.
|
static |
Definition at line 1958 of file qsvghandler.cpp.
|
static |
Definition at line 2197 of file qsvghandler.cpp.
|
static |
Definition at line 2189 of file qsvghandler.cpp.
|
static |
Definition at line 2160 of file qsvghandler.cpp.
|
static |
Definition at line 2168 of file qsvghandler.cpp.
Referenced by findStyleUtilFactoryMethod().
|
static |
Definition at line 2181 of file qsvghandler.cpp.
| QList< qreal > parseNumbersList | ( | QStringView * | str | ) |
Definition at line 386 of file qsvghandler.cpp.
References QSvgUtils::isDigit().
|
static |
Definition at line 1646 of file qsvghandler.cpp.
|
static |
Definition at line 1654 of file qsvghandler.cpp.
Definition at line 1204 of file qsvghandler.cpp.
|
static |
Definition at line 1294 of file qsvghandler.cpp.
Referenced by parseStyle().
|
static |
Definition at line 1423 of file qsvghandler.cpp.
Referenced by parseStyle().
|
static |
Definition at line 794 of file qsvghandler.cpp.
Referenced by parseStyle().
|
static |
Definition at line 414 of file qsvghandler.cpp.
|
static |
Definition at line 2913 of file qsvghandler.cpp.
|
static |
Definition at line 1463 of file qsvghandler.cpp.
Referenced by parseStyle().
|
static |
Definition at line 3010 of file qsvghandler.cpp.
|
static |
Definition at line 3018 of file qsvghandler.cpp.
|
static |
Definition at line 3043 of file qsvghandler.cpp.
|
static |
Definition at line 1481 of file qsvghandler.cpp.
References QtSvg::DisableCSSAnimations, parseBrush(), parseColor(), parseCompOp(), parseExtendedAttributes(), parseFont(), parseOpacity(), parseOthers(), parsePen(), parseRenderingHints(), parseTransform(), and parseVisibility().
|
static |
Definition at line 3117 of file qsvghandler.cpp.
|
static |
Definition at line 2680 of file qsvghandler.cpp.
References QSvgUtils::LT_PT.
|
static |
Definition at line 3269 of file qsvghandler.cpp.
|
static |
Definition at line 1058 of file qsvghandler.cpp.
|
static |
Definition at line 1126 of file qsvghandler.cpp.
Referenced by parseStyle().
|
static |
Definition at line 667 of file qsvghandler.cpp.
References QSvgUtils::parseNumbersArray().
|
static |
Definition at line 2663 of file qsvghandler.cpp.
|
static |
Definition at line 1140 of file qsvghandler.cpp.
Referenced by parseStyle().
|
static |
Definition at line 95 of file qsvghandler.cpp.
| Q_STATIC_ASSERT | ( | sizeof(sizeTable)/sizeof(sizeTable[0]) | = =FontSizeNone | ) |
| bool qsvg_get_hex_rgb | ( | const char * | name, |
| QRgb * | rgb ) |
Definition at line 157 of file qsvghandler.cpp.
References qsvg_hex2int(), and qsvg_hex2int().
Definition at line 192 of file qsvghandler.cpp.
|
inlinestatic |
Definition at line 133 of file qsvghandler.cpp.
Referenced by qsvg_hex2int(), and qsvg_hex2int().
|
inlinestatic |
Definition at line 151 of file qsvghandler.cpp.
References qsvg_h2i().
Referenced by qsvg_get_hex_rgb().
|
inlinestatic |
Definition at line 146 of file qsvghandler.cpp.
References qsvg_h2i().
Referenced by qsvg_get_hex_rgb().
| bool resolveColor | ( | QStringView | colorStr, |
| QColor & | color, | ||
| QSvgHandler * | handler ) |
returns true when successfully set the color. false signifies that the color should be inherited
Definition at line 485 of file qsvghandler.cpp.
| void setAlpha | ( | QStringView | opacity, |
| QColor * | color ) |
Definition at line 549 of file qsvghandler.cpp.
|
inlinestatic |
Definition at line 205 of file qsvghandler.cpp.
|
static |
Definition at line 125 of file qsvghandler.cpp.
|
inlinestatic |
Definition at line 1238 of file qsvghandler.cpp.
|
static |
Definition at line 1312 of file qsvghandler.cpp.