Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
 

Public Attributes

int x
 
int y
 

Detailed Description

Definition at line 132 of file qtriangulator.cpp.

Member Function Documentation

◆ operator!=()

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

Definition at line 145 of file qtriangulator.cpp.

References other().

+ Here is the call graph for this function:

◆ operator+()

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

Definition at line 149 of file qtriangulator.cpp.

References other().

+ Here is the call graph for this function:

◆ operator+=()

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

Definition at line 147 of file qtriangulator.cpp.

References other().

+ Here is the call graph for this function:

◆ operator-()

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

Definition at line 150 of file qtriangulator.cpp.

References other().

+ Here is the call graph for this function:

◆ operator-=()

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

Definition at line 148 of file qtriangulator.cpp.

References other().

+ Here is the call graph for this function:

◆ operator<()

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

Definition at line 134 of file qtriangulator.cpp.

References other().

+ Here is the call graph for this function:

◆ operator<=()

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

Definition at line 142 of file qtriangulator.cpp.

References other().

+ Here is the call graph for this function:

◆ operator==()

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

Definition at line 144 of file qtriangulator.cpp.

References other().

+ Here is the call graph for this function:

◆ operator>()

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

Definition at line 141 of file qtriangulator.cpp.

References other().

+ Here is the call graph for this function:

◆ operator>=()

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

Definition at line 143 of file qtriangulator.cpp.

References other().

+ Here is the call graph for this function:

Member Data Documentation

◆ x

int QPodPoint::x

◆ y

int QPodPoint::y

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