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

Public Member Functions

 EdgeSorter (int _y)
 
bool operator() (const Edge *e1, const Edge *e2)
 

Public Attributes

int y
 

Detailed Description

Definition at line 93 of file qtessellator.cpp.

Constructor & Destructor Documentation

◆ EdgeSorter()

QTessellatorPrivate::EdgeSorter::EdgeSorter ( int _y)
inline

Definition at line 96 of file qtessellator.cpp.

Member Function Documentation

◆ operator()()

bool QTessellatorPrivate::EdgeSorter::operator() ( const Edge * e1,
const Edge * e2 )

Definition at line 354 of file qtessellator.cpp.

References QTessellatorPrivate::Edge::isLeftOf().

+ Here is the call graph for this function:

Member Data Documentation

◆ y

int QTessellatorPrivate::EdgeSorter::y

Definition at line 98 of file qtessellator.cpp.


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