Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QPathSegments::Segment Struct Reference

#include <qpathclipper_p.h>

Collaboration diagram for QPathSegments::Segment:

Public Member Functions

 Segment (int pathId, int vertexA, int vertexB)

Public Attributes

int path
int va
int vb
int intersection
QRectF bounds

Detailed Description

Definition at line 142 of file qpathclipper_p.h.

Constructor & Destructor Documentation

◆ Segment()

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

Definition at line 143 of file qpathclipper_p.h.

References intersection, path, va, and vb.

Member Data Documentation

◆ bounds

QRectF QPathSegments::Segment::bounds

Definition at line 160 of file qpathclipper_p.h.

◆ intersection

int QPathSegments::Segment::intersection

Definition at line 158 of file qpathclipper_p.h.

Referenced by Segment(), and QPathSegments::addIntersection().

◆ path

int QPathSegments::Segment::path

Definition at line 151 of file qpathclipper_p.h.

Referenced by Segment().

◆ va

int QPathSegments::Segment::va

Definition at line 154 of file qpathclipper_p.h.

Referenced by Segment().

◆ vb

int QPathSegments::Segment::vb

Definition at line 155 of file qpathclipper_p.h.

Referenced by Segment().


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