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

Public Functions

bool operator< (const QCrossingEdge &edge) const
 

Public Variables

int edge
 
qreal x
 

Detailed Description

Definition at line 1768 of file qpathclipper.cpp.

Functions

◆ operator<()

bool QCrossingEdge::operator< ( const QCrossingEdge edge) const
inline

Definition at line 1773 of file qpathclipper.cpp.

1774  {
1775  return x < edge.x;
1776  }

Properties

◆ edge

int QCrossingEdge::edge

Definition at line 1770 of file qpathclipper.cpp.

Referenced by QPathClipper::handleCrossingEdges().

◆ x

qreal QCrossingEdge::x

Definition at line 1771 of file qpathclipper.cpp.

Referenced by QPathClipper::handleCrossingEdges(), and operator<().


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