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
qtsvgglobal.h
Go to the documentation of this file.
1// Copyright (C) 2016 Intel Corporation.
2// Copyright (C) 2023 The Qt Company Ltd.
3// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
4// Qt-Security score:significant reason:default
5
6
7#ifndef QTSVGGLOBAL_H
8#define QTSVGGLOBAL_H
9
10#include <QtCore/qglobal.h>
11#include <QtSvg/qtsvgexports.h>
12
14
15namespace QtSvg {
16
18 NoOption = 0x00,
21 // reserved for non-animation options: 0x04
22 // reserved for non-animation options: 0x08
25 // reserved for potentially other animations: 0x40
26 // reserved for potentially other animations: 0x80
28 // next value for non-animations: 0x0100
29};
32
33}
34
35QT_END_NAMESPACE
36
37#endif
friend class QPainter
Combined button and popup list for selecting options.
@ AssumeTrustedSource
Definition qtsvgglobal.h:20
@ DisableSMILAnimations
Definition qtsvgglobal.h:23
@ DisableCSSAnimations
Definition qtsvgglobal.h:24
@ Tiny12FeaturesOnly
Definition qtsvgglobal.h:19
@ NoOption
Definition qtsvgglobal.h:18
@ DisableAnimations
Definition qtsvgglobal.h:27
Q_CORE_EXPORT QDebug operator<<(QDebug debug, QDir::Filters filters)
Definition qdir.cpp:2582
#define qPrintable(string)
Definition qstring.h:1683
static QByteArray qt_inflateSvgzDataFrom(QIODevice *device, bool doCheckContent=true)
static bool isValidMatrix(const QTransform &transform)
static bool hasSvgHeader(const QByteArray &buf)