![]() |
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 | operator< (const QPodPoint &other) const |
| bool | operator> (const QPodPoint &other) const |
| bool | operator<= (const QPodPoint &other) const |
| bool | operator>= (const QPodPoint &other) const |
| bool | operator== (const QPodPoint &other) const |
| bool | operator!= (const QPodPoint &other) const |
| QPodPoint & | operator+= (const QPodPoint &other) |
| QPodPoint & | operator-= (const QPodPoint &other) |
| QPodPoint | operator+ (const QPodPoint &other) const |
| QPodPoint | operator- (const QPodPoint &other) const |
| bool | operator< (const QPodPoint &other) const |
| bool | operator> (const QPodPoint &other) const |
| bool | operator<= (const QPodPoint &other) const |
| bool | operator>= (const QPodPoint &other) const |
| bool | operator== (const QPodPoint &other) const |
| bool | operator!= (const QPodPoint &other) const |
| QPodPoint & | operator+= (const QPodPoint &other) |
| QPodPoint & | operator-= (const QPodPoint &other) |
| QPodPoint | operator+ (const QPodPoint &other) const |
| QPodPoint | operator- (const QPodPoint &other) const |
Public Attributes | |
| int | x |
| int | y |
Definition at line 143 of file qtriangulator.cpp.
|
inline |
Definition at line 156 of file qtriangulator.cpp.
|
inline |
Definition at line 156 of file qtriangulator.cpp.
Definition at line 160 of file qtriangulator.cpp.
Definition at line 160 of file qtriangulator.cpp.
Definition at line 158 of file qtriangulator.cpp.
Definition at line 158 of file qtriangulator.cpp.
Definition at line 161 of file qtriangulator.cpp.
Referenced by QIntersectionPoint::isOnLine(), and qIntersectionPoint().
Definition at line 161 of file qtriangulator.cpp.
Definition at line 159 of file qtriangulator.cpp.
Definition at line 159 of file qtriangulator.cpp.
|
inline |
Definition at line 145 of file qtriangulator.cpp.
Referenced by operator>(), and operator>=().
|
inline |
Definition at line 145 of file qtriangulator.cpp.
|
inline |
Definition at line 153 of file qtriangulator.cpp.
References operator>().
|
inline |
Definition at line 153 of file qtriangulator.cpp.
|
inline |
Definition at line 155 of file qtriangulator.cpp.
|
inline |
Definition at line 155 of file qtriangulator.cpp.
|
inline |
Definition at line 152 of file qtriangulator.cpp.
References operator<().
Referenced by operator<=().
|
inline |
Definition at line 152 of file qtriangulator.cpp.
|
inline |
Definition at line 154 of file qtriangulator.cpp.
References operator<().
|
inline |
Definition at line 154 of file qtriangulator.cpp.
| int QPodPoint::x |
Definition at line 163 of file qtriangulator.cpp.
Referenced by QIntersectionPoint::isOnLine(), operator!=(), operator+(), operator+=(), operator-(), operator-=(), QIntersectionPoint::operator<(), operator<(), operator==(), qCross(), qIntersectionPoint(), qIntersectionPoint(), and QIntersectionPoint::round().
| int QPodPoint::y |
Definition at line 164 of file qtriangulator.cpp.
Referenced by QIntersectionPoint::isOnLine(), operator!=(), operator+(), operator+=(), operator-(), operator-=(), QIntersectionPoint::operator<(), operator<(), operator==(), qCross(), qIntersectionPoint(), qIntersectionPoint(), and QIntersectionPoint::round().