![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
bool | isValid () const |
QPodPoint | round () const |
bool | isAccurate () const |
bool | operator< (const QIntersectionPoint &other) const |
bool | operator== (const QIntersectionPoint &other) const |
bool | operator!= (const QIntersectionPoint &other) const |
bool | operator> (const QIntersectionPoint &other) const |
bool | operator>= (const QIntersectionPoint &other) const |
bool | operator<= (const QIntersectionPoint &other) const |
bool | isOnLine (const QPodPoint &u, const QPodPoint &v) const |
bool | isValid () const |
QPodPoint | round () const |
bool | isAccurate () const |
bool | operator< (const QIntersectionPoint &other) const |
bool | operator== (const QIntersectionPoint &other) const |
bool | operator!= (const QIntersectionPoint &other) const |
bool | operator> (const QIntersectionPoint &other) const |
bool | operator>= (const QIntersectionPoint &other) const |
bool | operator<= (const QIntersectionPoint &other) const |
bool | isOnLine (const QPodPoint &u, const QPodPoint &v) const |
Public Attributes | |
QPodPoint | upperLeft |
QFraction | xOffset |
QFraction | yOffset |
Definition at line 186 of file qtriangulator.cpp.
|
inline |
Definition at line 190 of file qtriangulator.cpp.
|
inline |
Definition at line 190 of file qtriangulator.cpp.
Definition at line 303 of file qtriangulator.cpp.
References QPodPoint::operator-(), upperLeft, QPodPoint::x, and QPodPoint::y.
|
inline |
Definition at line 188 of file qtriangulator.cpp.
|
inline |
Definition at line 188 of file qtriangulator.cpp.
|
inline |
Definition at line 193 of file qtriangulator.cpp.
References operator==().
|
inline |
Definition at line 193 of file qtriangulator.cpp.
bool QIntersectionPoint::operator< | ( | const QIntersectionPoint & | other | ) | const |
Definition at line 286 of file qtriangulator.cpp.
References upperLeft, QPodPoint::x, and QPodPoint::y.
Referenced by operator>(), and operator>=().
bool QIntersectionPoint::operator< | ( | const QIntersectionPoint & | other | ) | const |
|
inline |
Definition at line 196 of file qtriangulator.cpp.
References operator>().
|
inline |
Definition at line 196 of file qtriangulator.cpp.
bool QIntersectionPoint::operator== | ( | const QIntersectionPoint & | other | ) | const |
Definition at line 297 of file qtriangulator.cpp.
Referenced by operator!=().
bool QIntersectionPoint::operator== | ( | const QIntersectionPoint & | other | ) | const |
|
inline |
Definition at line 194 of file qtriangulator.cpp.
References operator<().
Referenced by operator<=().
|
inline |
Definition at line 194 of file qtriangulator.cpp.
|
inline |
Definition at line 195 of file qtriangulator.cpp.
References operator<().
|
inline |
Definition at line 195 of file qtriangulator.cpp.
QPodPoint QIntersectionPoint::round | ( | ) | const |
Definition at line 276 of file qtriangulator.cpp.
References upperLeft, QPodPoint::x, and QPodPoint::y.
QPodPoint QIntersectionPoint::round | ( | ) | const |
QPodPoint QIntersectionPoint::upperLeft |
Definition at line 199 of file qtriangulator.cpp.
Referenced by isOnLine(), operator<(), qIntersectionPoint(), and round().
QFraction QIntersectionPoint::xOffset |
Definition at line 200 of file qtriangulator.cpp.
QFraction QIntersectionPoint::yOffset |
Definition at line 201 of file qtriangulator.cpp.