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

(9cdddaa067a0c54a5806a2492b2a5bfcbc03e0f0)

#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 <QtSvg/private/qsvgpaintserver_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 130 of file qsvgdocument_p.h.

◆ operator<<()

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

Definition at line 179 of file qsvgdebug.cpp.