![]() |
Qt 6.x
The Qt SDK
|
#include <qstroker_p.h>
Public Member Functions | |
bool | isFinite () |
bool | operator== (const qfixed2d &other) const |
Public Attributes | |
qfixed | x |
qfixed | y |
Definition at line 66 of file qstroker_p.h.
|
inline |
Definition at line 71 of file qstroker_p.h.
References qIsFinite().
Referenced by QDashStroker::processCurrentSubpath().
|
inline |
Definition at line 72 of file qstroker_p.h.
References other(), and qFuzzyCompare().
qfixed qfixed2d::x |
Definition at line 68 of file qstroker_p.h.
Referenced by lineIntersectsRect(), lineRectIntersectsRect(), QDashStroker::processCurrentSubpath(), and qt_stroke_side().
qfixed qfixed2d::y |
Definition at line 69 of file qstroker_p.h.
Referenced by lineIntersectsRect(), lineRectIntersectsRect(), QDashStroker::processCurrentSubpath(), and qt_stroke_side().