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
qsgcurveprocessor.cpp File Reference

(34d8cedb67f286d2c9a78e6a6587f062ebe6af48)

#include "qsgcurveprocessor_p.h"
#include <QtGui/private/qtriangulator_p.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qhash.h>
+ Include dependency graph for qsgcurveprocessor.cpp:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY (lcSGCurveProcessor, "qt.quick.curveprocessor")
 
 Q_LOGGING_CATEGORY (lcSGCurveIntersectionSolver, "qt.quick.curveprocessor.intersections")
 
size_t qHash (QVector2D key, size_t seed=0) noexcept
 

Function Documentation

◆ Q_LOGGING_CATEGORY() [1/2]

Q_LOGGING_CATEGORY ( lcSGCurveIntersectionSolver ,
"qt.quick.curveprocessor.intersections"  )

◆ Q_LOGGING_CATEGORY() [2/2]

QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY ( lcSGCurveProcessor ,
"qt.quick.curveprocessor"  )

◆ qHash()

size_t qHash ( QVector2D key,
size_t seed = 0 )
inlinenoexcept

Definition at line 1591 of file qsgcurveprocessor.cpp.

References QHashPrivate::hash(), Q_STATIC_ASSERT, and seed.

+ Here is the call graph for this function: