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

Public Member Functions

bool operator< (const QCoincidingEdge &e2) const
 

Public Attributes

QTessellatorPrivate::Vertexstart
 
QTessellatorPrivate::Vertexend
 
bool used
 
bool before
 

Detailed Description

Definition at line 658 of file qtessellator.cpp.

Member Function Documentation

◆ operator<()

bool QCoincidingEdge::operator< ( const QCoincidingEdge & e2) const
inline

Definition at line 664 of file qtessellator.cpp.

References end, QTessellator::Vertex::x, and QTessellator::Vertex::y.

Member Data Documentation

◆ before

bool QCoincidingEdge::before

Definition at line 662 of file qtessellator.cpp.

Referenced by QTessellatorPrivate::cancelCoincidingEdges(), and cancelEdges().

◆ end

QTessellatorPrivate::Vertex* QCoincidingEdge::end

◆ start

QTessellatorPrivate::Vertex* QCoincidingEdge::start

Definition at line 659 of file qtessellator.cpp.

Referenced by QTessellatorPrivate::cancelCoincidingEdges(), and cancelEdges().

◆ used

bool QCoincidingEdge::used

Definition at line 661 of file qtessellator.cpp.

Referenced by QTessellatorPrivate::cancelCoincidingEdges(), and cancelEdges().


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