Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquadpath_p.h File Reference

(076711dbaab97e93348d4a1579cfcc9435359689)

#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]

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

Definition at line 322 of file qquadpath.cpp.

References QQuadPath::contains(), and QQuadPath::elementCount().

+ Here is the call graph for this function:

◆ operator<<() [2/2]

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

Definition at line 185 of file qquadpath.cpp.

References QBezier::bezierOnInterval(), i, out, qt_addToQuadratics(), and t1.

+ Here is the call graph for this function:

◆ Q_DECLARE_OPERATORS_FOR_FLAGS()

Q_DECLARE_OPERATORS_FOR_FLAGS ( QQuadPath::PathHints )