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
qfixed2d Struct Reference

#include <qstroker_p.h>

+ Collaboration diagram for qfixed2d:

Public Member Functions

bool isFinite ()
 
bool operator== (const qfixed2d &other) const
 

Public Attributes

qfixed x
 
qfixed y
 

Detailed Description

Definition at line 66 of file qstroker_p.h.

Member Function Documentation

◆ isFinite()

bool qfixed2d::isFinite ( )
inline

Definition at line 71 of file qstroker_p.h.

References qIsFinite().

Referenced by QDashStroker::processCurrentSubpath().

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

◆ operator==()

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

Definition at line 72 of file qstroker_p.h.

References other(), and qFuzzyCompare().

+ Here is the call graph for this function:

Member Data Documentation

◆ x

◆ y


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