Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QPodPoint Struct Reference
Collaboration diagram for QPodPoint:

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
QPodPointoperator+= (const QPodPoint &other)
QPodPointoperator-= (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
QPodPointoperator+= (const QPodPoint &other)
QPodPointoperator-= (const QPodPoint &other)
QPodPoint operator+ (const QPodPoint &other) const
QPodPoint operator- (const QPodPoint &other) const

Public Attributes

int x
int y

Detailed Description

Definition at line 132 of file qtriangulator.cpp.

Member Function Documentation

◆ operator!=() [1/2]

bool QPodPoint::operator!= ( const QPodPoint & other) const
inline

Definition at line 145 of file qtriangulator.cpp.

References x, and y.

◆ operator!=() [2/2]

bool QPodPoint::operator!= ( const QPodPoint & other) const
inline

Definition at line 145 of file qtriangulator.cpp.

◆ operator+() [1/2]

QPodPoint QPodPoint::operator+ ( const QPodPoint & other) const
inline

Definition at line 149 of file qtriangulator.cpp.

References x, and y.

◆ operator+() [2/2]

QPodPoint QPodPoint::operator+ ( const QPodPoint & other) const
inline

Definition at line 149 of file qtriangulator.cpp.

◆ operator+=() [1/2]

QPodPoint & QPodPoint::operator+= ( const QPodPoint & other)
inline

Definition at line 147 of file qtriangulator.cpp.

References x, and y.

◆ operator+=() [2/2]

QPodPoint & QPodPoint::operator+= ( const QPodPoint & other)
inline

Definition at line 147 of file qtriangulator.cpp.

◆ operator-() [1/2]

QPodPoint QPodPoint::operator- ( const QPodPoint & other) const
inline

Definition at line 150 of file qtriangulator.cpp.

References x, and y.

Referenced by QIntersectionPoint::isOnLine(), and qIntersectionPoint().

Here is the caller graph for this function:

◆ operator-() [2/2]

QPodPoint QPodPoint::operator- ( const QPodPoint & other) const
inline

Definition at line 150 of file qtriangulator.cpp.

◆ operator-=() [1/2]

QPodPoint & QPodPoint::operator-= ( const QPodPoint & other)
inline

Definition at line 148 of file qtriangulator.cpp.

References x, and y.

◆ operator-=() [2/2]

QPodPoint & QPodPoint::operator-= ( const QPodPoint & other)
inline

Definition at line 148 of file qtriangulator.cpp.

◆ operator<() [1/2]

bool QPodPoint::operator< ( const QPodPoint & other) const
inline

Definition at line 134 of file qtriangulator.cpp.

References x, and y.

Referenced by operator>(), and operator>=().

Here is the caller graph for this function:

◆ operator<() [2/2]

bool QPodPoint::operator< ( const QPodPoint & other) const
inline

Definition at line 134 of file qtriangulator.cpp.

◆ operator<=() [1/2]

bool QPodPoint::operator<= ( const QPodPoint & other) const
inline

Definition at line 142 of file qtriangulator.cpp.

References operator>().

Here is the call graph for this function:

◆ operator<=() [2/2]

bool QPodPoint::operator<= ( const QPodPoint & other) const
inline

Definition at line 142 of file qtriangulator.cpp.

◆ operator==() [1/2]

bool QPodPoint::operator== ( const QPodPoint & other) const
inline

Definition at line 144 of file qtriangulator.cpp.

References x, and y.

◆ operator==() [2/2]

bool QPodPoint::operator== ( const QPodPoint & other) const
inline

Definition at line 144 of file qtriangulator.cpp.

◆ operator>() [1/2]

bool QPodPoint::operator> ( const QPodPoint & other) const
inline

Definition at line 141 of file qtriangulator.cpp.

References operator<().

Referenced by operator<=().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator>() [2/2]

bool QPodPoint::operator> ( const QPodPoint & other) const
inline

Definition at line 141 of file qtriangulator.cpp.

◆ operator>=() [1/2]

bool QPodPoint::operator>= ( const QPodPoint & other) const
inline

Definition at line 143 of file qtriangulator.cpp.

References operator<().

Here is the call graph for this function:

◆ operator>=() [2/2]

bool QPodPoint::operator>= ( const QPodPoint & other) const
inline

Definition at line 143 of file qtriangulator.cpp.

Member Data Documentation

◆ x

◆ y


The documentation for this struct was generated from the following file: