![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qsvgiconengine.h"
#include "qpainter.h"
#include "qpixmap.h"
#include "qsvgrenderer.h"
#include "qpixmapcache.h"
#include "qfileinfo.h"
#include <QAtomicInt>
#include "qdebug.h"
#include <private/qguiapplication_p.h>
#include <private/qhexstring_p.h>
Go to the source code of this file.
Classes | |
class | QSvgIconEnginePrivate |
Enumerations | |
enum | FileType { OtherFile , SvgFile , CompressedSvgFile , OtherFile , SvgFile , CompressedSvgFile } |
enum | FileType { OtherFile , SvgFile , CompressedSvgFile , OtherFile , SvgFile , CompressedSvgFile } |
Functions | |
static QByteArray | maybeUncompress (const QByteArray &ba) |
static FileType | fileType (const QFileInfo &fi) |
enum FileType |
Enumerator | |
---|---|
OtherFile | |
SvgFile | |
CompressedSvgFile | |
OtherFile | |
SvgFile | |
CompressedSvgFile |
Definition at line 243 of file qsvgiconengine.cpp.
enum FileType |
Enumerator | |
---|---|
OtherFile | |
SvgFile | |
CompressedSvgFile | |
OtherFile | |
SvgFile | |
CompressedSvgFile |
Definition at line 243 of file qsvgiconengine.cpp.
Definition at line 245 of file qsvgiconengine.cpp.
References CompressedSvgFile, OtherFile, and SvgFile.
|
inlinestatic |
Definition at line 103 of file qsvgiconengine.cpp.