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

(24838eb716ac888eef06afc073aba9052b01bd3d)

#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 971 of file qquadpath.cpp.

◆ operator<<() [2/2]

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

Definition at line 961 of file qquadpath.cpp.

◆ Q_DECLARE_OPERATORS_FOR_FLAGS()

Q_DECLARE_OPERATORS_FOR_FLAGS ( QQuadPath::PathHints )