![]() |
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 132 of file qtriangulator.cpp.
|
inline |
Definition at line 145 of file qtriangulator.cpp.
|
inline |
Definition at line 145 of file qtriangulator.cpp.
Definition at line 149 of file qtriangulator.cpp.
Definition at line 149 of file qtriangulator.cpp.
Definition at line 147 of file qtriangulator.cpp.
Definition at line 147 of file qtriangulator.cpp.
Definition at line 150 of file qtriangulator.cpp.
Referenced by QIntersectionPoint::isOnLine(), and qIntersectionPoint().
Definition at line 150 of file qtriangulator.cpp.
Definition at line 148 of file qtriangulator.cpp.
Definition at line 148 of file qtriangulator.cpp.
|
inline |
Definition at line 134 of file qtriangulator.cpp.
Referenced by operator>(), and operator>=().
|
inline |
Definition at line 134 of file qtriangulator.cpp.
|
inline |
Definition at line 142 of file qtriangulator.cpp.
References operator>().
|
inline |
Definition at line 142 of file qtriangulator.cpp.
|
inline |
Definition at line 144 of file qtriangulator.cpp.
|
inline |
Definition at line 144 of file qtriangulator.cpp.
|
inline |
Definition at line 141 of file qtriangulator.cpp.
References operator<().
Referenced by operator<=().
|
inline |
Definition at line 141 of file qtriangulator.cpp.
|
inline |
Definition at line 143 of file qtriangulator.cpp.
References operator<().
|
inline |
Definition at line 143 of file qtriangulator.cpp.
int QPodPoint::x |
Definition at line 152 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 153 of file qtriangulator.cpp.
Referenced by QIntersectionPoint::isOnLine(), operator!=(), operator+(), operator+=(), operator-(), operator-=(), QIntersectionPoint::operator<(), operator<(), operator==(), qCross(), qIntersectionPoint(), qIntersectionPoint(), and QIntersectionPoint::round().