![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qfixed_p.h>
Public Member Functions | |
constexpr | QFixedPoint () |
constexpr | QFixedPoint (QFixed _x, QFixed _y) |
constexpr QPointF | toPointF () const |
constexpr bool | operator== (const QFixedPoint &other) const |
Static Public Member Functions | |
static constexpr QFixedPoint | fromPointF (const QPointF &p) |
Public Attributes | |
QFixed | x |
QFixed | y |
Definition at line 161 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 164 of file qfixed_p.h.
Definition at line 165 of file qfixed_p.h.
Referenced by operator+(), and operator-().
|
inlinestaticconstexpr |
Definition at line 167 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 170 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 166 of file qfixed_p.h.
QFixed QFixedPoint::x |
Definition at line 162 of file qfixed_p.h.
Referenced by QFixedPoint(), operator+(), operator-(), operator==(), and toPointF().
QFixed QFixedPoint::y |
Definition at line 163 of file qfixed_p.h.
Referenced by QFixedPoint(), operator+(), operator-(), operator==(), and toPointF().