Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qsvgstructure.cpp File Reference

(81e0380384c8703f1cf6611108eaf1f34ea95de2)

#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

QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY (lcSvgDraw)
 
static bool isSupportedSvgFeature (const QString &str)
 
static bool isSupportedSvgExtension (const QString &)
 
static QImagedefaultPattern ()
 

Function Documentation

◆ defaultPattern()

static QImage & defaultPattern ( )
static

◆ isSupportedSvgExtension()

static bool isSupportedSvgExtension ( const QString & )
inlinestatic

Definition at line 485 of file qsvgstructure.cpp.

Referenced by QSvgSwitch::drawCommand().

+ Here is the caller graph for this function:

◆ isSupportedSvgFeature()

static bool isSupportedSvgFeature ( const QString & str)
inlinestatic

Definition at line 457 of file qsvgstructure.cpp.

References QStringLiteral, str, and wordList.

Referenced by QSvgSwitch::drawCommand().

+ Here is the caller graph for this function:

◆ Q_DECLARE_LOGGING_CATEGORY()

QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY ( lcSvgDraw )