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

#include <qpathclipper_p.h>

Public Functions

 Segment (int pathId, int vertexA, int vertexB)
 

Public Variables

QRectF bounds
 
int intersection
 
int path
 
int va
 
int vb
 

Detailed Description

Definition at line 180 of file qpathclipper_p.h.

Constructors and Destructors

◆ Segment()

QPathSegments::Segment::Segment ( int  pathId,
int  vertexA,
int  vertexB 
)
inline

Definition at line 181 of file qpathclipper_p.h.

182  : path(pathId)
183  , va(vertexA)
184  , vb(vertexB)
185  , intersection(-1)
186  {
187  }
int pathId(int index) const

Properties

◆ bounds

QRectF QPathSegments::Segment::bounds

Definition at line 198 of file qpathclipper_p.h.

◆ intersection

int QPathSegments::Segment::intersection

Definition at line 196 of file qpathclipper_p.h.

Referenced by QPathSegments::addIntersection().

◆ path

int QPathSegments::Segment::path

Definition at line 189 of file qpathclipper_p.h.

◆ va

int QPathSegments::Segment::va

Definition at line 192 of file qpathclipper_p.h.

Referenced by QPathSegments::lineAt().

◆ vb

int QPathSegments::Segment::vb

Definition at line 193 of file qpathclipper_p.h.

Referenced by QPathSegments::lineAt().


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