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_p.h File Reference

(1fb75ee428c40dcadab4417a7c84d9ff71cb4a97)

#include "qsvgstructure_p.h"
#include "qtsvgglobal.h"
#include "qtsvgglobal_p.h"
#include "QtCore/qrect.h"
#include "QtCore/qhash.h"
#include "QtCore/qxmlstream.h"
#include "QtCore/qscopedvaluerollback.h"
#include "QtCore/qsharedpointer.h"
#include "qsvgstyle_p.h"
#include "qsvgfont_p.h"
#include "private/qsvganimator_p.h"
Include dependency graph for qsvgdocument_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QSvgDocument

Functions

Q_SVG_EXPORT QDebug operator<< (QDebug debug, const QSvgDocument &doc)
std::optional< int > calculateSizeValue (bool isPercent, int sizeValue, qreal viewBoxSizeValue)

Function Documentation

◆ calculateSizeValue()

std::optional< int > calculateSizeValue ( bool isPercent,
int sizeValue,
qreal viewBoxSizeValue )
inline

Definition at line 128 of file qsvgdocument_p.h.

◆ operator<<()

Q_SVG_EXPORT QDebug operator<< ( QDebug debug,
const QSvgDocument & doc )

Definition at line 179 of file qsvgdebug.cpp.