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
qsvgdocument.cpp File Reference

(4f7e67247fc13919c35c2ffac9d4748db74e0ef0)

#include "qsvgdocument_p.h"
#include "qsvghandler_p.h"
#include "qsvgfont_p.h"
#include "qpainter.h"
#include "qfile.h"
#include "qbuffer.h"
#include "qbytearray.h"
#include "qstack.h"
#include "qtransform.h"
#include "qdebug.h"
#include <zlib.h>
Include dependency graph for qsvgdocument.cpp:

Go to the source code of this file.

Functions

static bool hasSvgHeader (const QByteArray &buf)
static QByteArray qt_inflateSvgzDataFrom (QIODevice *device, bool doCheckContent=true)
static bool isValidMatrix (const QTransform &transform)

Function Documentation

◆ hasSvgHeader()

bool hasSvgHeader ( const QByteArray & buf)
static

Definition at line 49 of file qsvgdocument.cpp.

◆ isValidMatrix()

bool isValidMatrix ( const QTransform & transform)
static

Definition at line 419 of file qsvgdocument.cpp.

◆ qt_inflateSvgzDataFrom()

QByteArray qt_inflateSvgzDataFrom ( QIODevice * device,
bool doCheckContent = true )
static

Definition at line 71 of file qsvgdocument.cpp.