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
QIntersectionFinder Class Reference
+ Collaboration diagram for QIntersectionFinder:

Public Member Functions

void produceIntersections (QPathSegments &segments)
 
bool hasIntersections (const QPathSegments &a, const QPathSegments &b) const
 
void produceIntersections (QPathSegments &segments)
 
bool hasIntersections (const QPathSegments &a, const QPathSegments &b) const
 

Detailed Description

Definition at line 68 of file qpathclipper.cpp.

Member Function Documentation

◆ hasIntersections() [1/2]

bool QIntersectionFinder::hasIntersections ( const QPathSegments & a,
const QPathSegments & b ) const

Definition at line 145 of file qpathclipper.cpp.

References QPathSegments::segments().

+ Here is the call graph for this function:

◆ hasIntersections() [2/2]

bool QIntersectionFinder::hasIntersections ( const QPathSegments & a,
const QPathSegments & b ) const

◆ produceIntersections() [1/2]

void QIntersectionFinder::produceIntersections ( QPathSegments & segments)

Definition at line 550 of file qpathclipper.cpp.

References QPathSegments::segments().

+ Here is the call graph for this function:

◆ produceIntersections() [2/2]

void QIntersectionFinder::produceIntersections ( QPathSegments & segments)

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