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

(5e17fa8eefdaa0c79c6e3252494f06bd0027c0f2)

#include <QtCore/qrect.h>
#include <QtCore/qlist.h>
#include <QtCore/qdebug.h>
#include <QtGui/qvector2d.h>
#include <QtGui/qpainterpath.h>
#include <QtQuick/qtquickexports.h>
Include dependency graph for qquadpath_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQuadPath
class  QQuadPath::Element

Functions

 Q_DECLARE_OPERATORS_FOR_FLAGS (QQuadPath::PathHints)
Q_QUICK_EXPORT QDebug operator<< (QDebug, const QQuadPath::Element &)
Q_QUICK_EXPORT QDebug operator<< (QDebug, const QQuadPath &)

Function Documentation

◆ operator<<() [1/2]

QDebug operator<< ( QDebug stream,
const QQuadPath & path )

Definition at line 1005 of file qquadpath.cpp.

◆ operator<<() [2/2]

QDebug operator<< ( QDebug stream,
const QQuadPath::Element & element )

Definition at line 995 of file qquadpath.cpp.

◆ Q_DECLARE_OPERATORS_FOR_FLAGS()

Q_DECLARE_OPERATORS_FOR_FLAGS ( QQuadPath::PathHints )