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
QFraction Struct Reference
+ Collaboration diagram for QFraction:

Public Member Functions

bool operator< (const QFraction &other) const
 
bool operator== (const QFraction &other) const
 
bool operator!= (const QFraction &other) const
 
bool operator> (const QFraction &other) const
 
bool operator>= (const QFraction &other) const
 
bool operator<= (const QFraction &other) const
 
bool isValid () const
 

Public Attributes

quint64 numerator
 
quint64 denominator
 

Detailed Description

Definition at line 42 of file qtriangulator.cpp.

Member Function Documentation

◆ isValid()

bool QFraction::isValid ( ) const
inline

Definition at line 52 of file qtriangulator.cpp.

References denominator.

Referenced by QIntersectionPoint::isValid().

+ Here is the caller graph for this function:

◆ operator!=()

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

Definition at line 47 of file qtriangulator.cpp.

References other().

+ Here is the call graph for this function:

◆ operator<()

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

Definition at line 118 of file qtriangulator.cpp.

References denominator, numerator, other(), and qCompareFractions().

+ Here is the call graph for this function:

◆ operator<=()

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

Definition at line 50 of file qtriangulator.cpp.

References other().

+ Here is the call graph for this function:

◆ operator==()

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

Definition at line 123 of file qtriangulator.cpp.

References denominator, numerator, and other().

+ Here is the call graph for this function:

◆ operator>()

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

Definition at line 48 of file qtriangulator.cpp.

References other().

+ Here is the call graph for this function:

◆ operator>=()

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

Definition at line 49 of file qtriangulator.cpp.

References other().

+ Here is the call graph for this function:

Member Data Documentation

◆ denominator

quint64 QFraction::denominator

◆ numerator


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