Qt 4.8
Public Functions | Public Variables | List of all members
QCoincidingEdge Struct Reference

Public Functions

bool operator< (const QCoincidingEdge &e2) const
 

Public Variables

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

Detailed Description

Definition at line 694 of file qtessellator.cpp.

Functions

◆ operator<()

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

Definition at line 700 of file qtessellator.cpp.

701  {
702  return end->y == e2.end->y ? end->x < e2.end->x : end->y < e2.end->y;
703  }
QTessellatorPrivate::Vertex * end

Properties

◆ before

bool QCoincidingEdge::before

Definition at line 698 of file qtessellator.cpp.

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

◆ end

QTessellatorPrivate::Vertex* QCoincidingEdge::end

◆ start

QTessellatorPrivate::Vertex* QCoincidingEdge::start

Definition at line 695 of file qtessellator.cpp.

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

◆ used

bool QCoincidingEdge::used

Definition at line 697 of file qtessellator.cpp.

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


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