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
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
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() [1/2]

bool QFraction::isValid ( ) const
inline

Definition at line 52 of file qtriangulator.cpp.

◆ isValid() [2/2]

bool QFraction::isValid ( ) const
inline

Definition at line 52 of file qtriangulator.cpp.

◆ operator!=() [1/2]

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

Definition at line 47 of file qtriangulator.cpp.

References operator==().

Here is the call graph for this function:

◆ operator!=() [2/2]

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

Definition at line 47 of file qtriangulator.cpp.

◆ operator<() [1/2]

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

Definition at line 118 of file qtriangulator.cpp.

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

Here is the caller graph for this function:

◆ operator<() [2/2]

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

◆ operator<=() [1/2]

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

Definition at line 50 of file qtriangulator.cpp.

References operator>().

Here is the call graph for this function:

◆ operator<=() [2/2]

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

Definition at line 50 of file qtriangulator.cpp.

◆ operator==() [1/2]

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

Definition at line 123 of file qtriangulator.cpp.

Referenced by operator!=().

Here is the caller graph for this function:

◆ operator==() [2/2]

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

◆ operator>() [1/2]

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

Definition at line 48 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 QFraction::operator> ( const QFraction & other) const
inline

Definition at line 48 of file qtriangulator.cpp.

◆ operator>=() [1/2]

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

Definition at line 49 of file qtriangulator.cpp.

References operator<().

Here is the call graph for this function:

◆ operator>=() [2/2]

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

Definition at line 49 of file qtriangulator.cpp.

Member Data Documentation

◆ denominator

quint64 QFraction::denominator

Definition at line 55 of file qtriangulator.cpp.

◆ numerator

quint64 QFraction::numerator

Definition at line 55 of file qtriangulator.cpp.


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