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

(00984ee2895a1065c03e088255ef0e2bcd690b5d)

#include "qsvgstructure_p.h"
#include "qsvggraphics_p.h"
#include "qsvgstyle_p.h"
#include "qsvgtinydocument_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 dependency graph for qsvgstructure.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

◆ defaultPattern()

QImage & defaultPattern ( )
static

Definition at line 812 of file qsvgstructure.cpp.

References QPaintEngine::QPainter.

Here is the call graph for this function:

◆ isSupportedSvgExtension()

bool isSupportedSvgExtension ( const QString & )
inlinestatic

Definition at line 556 of file qsvgstructure.cpp.

◆ isSupportedSvgFeature()

bool isSupportedSvgFeature ( const QString & str)
inlinestatic

Definition at line 528 of file qsvgstructure.cpp.