![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsvghandler_p.h>
Definition at line 49 of file qsvghandler_p.h.
| QSvgHandler::QSvgHandler | ( | QIODevice * | device, |
| QtSvg::Options | options = {}, | ||
| QtSvg::AnimatorType | type = QtSvg::AnimatorType::Automatic ) |
Definition at line 3598 of file qsvghandler.cpp.
| QSvgHandler::QSvgHandler | ( | const QByteArray & | data, |
| QtSvg::Options | options = {}, | ||
| QtSvg::AnimatorType | type = QtSvg::AnimatorType::Automatic ) |
Definition at line 3608 of file qsvghandler.cpp.
| QSvgHandler::QSvgHandler | ( | QXmlStreamReader *const | data, |
| QtSvg::Options | options = {}, | ||
| QtSvg::AnimatorType | type = QtSvg::AnimatorType::Automatic ) |
Definition at line 3618 of file qsvghandler.cpp.
| QSvgHandler::~QSvgHandler | ( | ) |
Definition at line 4283 of file qsvghandler.cpp.
| int QSvgHandler::animationDuration | ( | ) | const |
Definition at line 4278 of file qsvghandler.cpp.
| QtSvg::AnimatorType QSvgHandler::animatorType | ( | ) | const |
Definition at line 1217 of file qsvghandler.cpp.
| bool QSvgHandler::characters | ( | const QStringView | str | ) |
Definition at line 4123 of file qsvghandler.cpp.
| QSvgCssHandler & QSvgHandler::cssHandler | ( | ) |
Definition at line 4222 of file qsvghandler.cpp.
| QColor QSvgHandler::currentColor | ( | ) | const |
Definition at line 4192 of file qsvghandler.cpp.
| QGuiSvg::LengthType QSvgHandler::defaultCoordinateSystem | ( | ) | const |
Definition at line 4158 of file qsvghandler.cpp.
|
inline |
Definition at line 94 of file qsvghandler_p.h.
| QIODevice * QSvgHandler::device | ( | ) | const |
Definition at line 4143 of file qsvghandler.cpp.
| QSvgDocument * QSvgHandler::document | ( | ) | const |
Definition at line 4148 of file qsvghandler.cpp.
| bool QSvgHandler::endElement | ( | const QStringView | localName | ) |
Definition at line 4011 of file qsvghandler.cpp.
|
inline |
Definition at line 69 of file qsvghandler_p.h.
| bool QSvgHandler::inStyle | ( | ) | const |
Definition at line 4217 of file qsvghandler.cpp.
|
inline |
Definition at line 70 of file qsvghandler_p.h.
|
inline |
Definition at line 65 of file qsvghandler_p.h.
| QtSvg::Options QSvgHandler::options | ( | ) | const |
Definition at line 1212 of file qsvghandler.cpp.
Referenced by testing.tools.test_runner._TestCaseRunner::_NewImageArtifact(), testing.tools.test_runner._TestCaseRunner::_RegenerateIfNeeded(), testing.tools.test_runner.TestRunner::IsSkiaGoldEnabled(), testing.tools.test_runner._TestCaseRunner::TestPixel(), and testing.tools.test_runner._TestCaseRunner::TestText().
| void QSvgHandler::popColor | ( | ) |
Definition at line 4182 of file qsvghandler.cpp.
| bool QSvgHandler::processingInstruction | ( | const QStringView | target, |
| const QStringView | data ) |
Definition at line 4229 of file qsvghandler.cpp.
Definition at line 4168 of file qsvghandler.cpp.
| void QSvgHandler::pushColorCopy | ( | ) |
Definition at line 4174 of file qsvghandler.cpp.
| void QSvgHandler::pushUnresolvedStyle | ( | QSvgStyleProperty * | prop | ) |
Definition at line 4200 of file qsvghandler.cpp.
| void QSvgHandler::setAnimPeriod | ( | int | start, |
| int | end ) |
Definition at line 4272 of file qsvghandler.cpp.
| void QSvgHandler::setCurrentSvgFontFamily | ( | QStringView | family | ) |
Definition at line 4205 of file qsvghandler.cpp.
| void QSvgHandler::setDefaultCoordinateSystem | ( | QGuiSvg::LengthType | type | ) |
Definition at line 4163 of file qsvghandler.cpp.
| void QSvgHandler::setInStyle | ( | bool | b | ) |
Definition at line 4212 of file qsvghandler.cpp.
| bool QSvgHandler::startElement | ( | const QStringView | localName, |
| const QXmlStreamAttributes & | attributes ) |
Definition at line 3802 of file qsvghandler.cpp.
|
nodiscard |
Definition at line 4153 of file qsvghandler.cpp.
| bool QSvgHandler::trustedSourceMode | ( | ) | const |
Definition at line 1222 of file qsvghandler.cpp.