Qt 4.8
Public Functions | Public Variables | List of all members
QPathSegments::Intersection Struct Reference

#include <qpathclipper_p.h>

Public Functions

bool operator< (const Intersection &o) const
 

Public Variables

int next
 
qreal t
 
int vertex
 

Detailed Description

Definition at line 169 of file qpathclipper_p.h.

Functions

◆ operator<()

bool QPathSegments::Intersection::operator< ( const Intersection o) const
inline

Definition at line 175 of file qpathclipper_p.h.

175  {
176  return t < o.t;
177  }

Properties

◆ next

int QPathSegments::Intersection::next

◆ t

qreal QPathSegments::Intersection::t

Definition at line 171 of file qpathclipper_p.h.

Referenced by QIntersectionFinder::hasIntersections(), and operator<().

◆ vertex

int QPathSegments::Intersection::vertex

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