Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qsvgstructure.cpp File Reference

(22d503993d156d89086f1a68c76670cbc7130be0)

#include "qsvgstructure_p.h"
#include "qsvggraphics_p.h"
#include "qsvgstyle_p.h"
#include "qsvgdocument_p.h"
#include "qsvgfilter_p.h"
#include "qpainter.h"
#include "qlocale.h"
#include "qdebug.h"
#include <QLoggingCategory>
#include <qscopedvaluerollback.h>
#include <QtGui/qimageiohandler.h>
#include <QtCore/qlatin1stringview.h>
#include <QtCore/qstringview.h>
#include <QtCore/private/qoffsetstringarray_p.h>
Include dependency graph for qsvgstructure.cpp:

Go to the source code of this file.

Functions

static bool isSupportedSvgFeature (QStringView str)
static bool isSupportedSvgExtension (const QString &)
static QImagedefaultPattern ()

Function Documentation

◆ defaultPattern()

QImage & defaultPattern ( )
static

Definition at line 896 of file qsvgstructure.cpp.

References QPaintEngine::QPainter.

Here is the call graph for this function:

◆ isSupportedSvgExtension()

bool isSupportedSvgExtension ( const QString & )
inlinestatic

Definition at line 603 of file qsvgstructure.cpp.

◆ isSupportedSvgFeature()

bool isSupportedSvgFeature ( QStringView str)
inlinestatic

Definition at line 563 of file qsvgstructure.cpp.