![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qsvgtinydocument_p.h"#include "qsvghandler_p.h"#include "qsvgfont_p.h"#include "qpainter.h"#include "qfile.h"#include "qbuffer.h"#include "qbytearray.h"#include "qqueue.h"#include "qstack.h"#include "qtransform.h"#include "qdebug.h"#include <zlib.h>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) |
|
static |
Definition at line 50 of file qsvgtinydocument.cpp.
|
static |
Definition at line 423 of file qsvgtinydocument.cpp.
|
static |
Definition at line 72 of file qsvgtinydocument.cpp.