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 143 of file qpathclipper_p.h.

Constructor & Destructor Documentation

◆ Segment()

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

Definition at line 144 of file qpathclipper_p.h.

References intersection, path, va, and vb.

Member Data Documentation

◆ bounds

QRectF QPathSegments::Segment::bounds

Definition at line 161 of file qpathclipper_p.h.

◆ intersection

int QPathSegments::Segment::intersection

Definition at line 159 of file qpathclipper_p.h.

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

◆ path

int QPathSegments::Segment::path

Definition at line 152 of file qpathclipper_p.h.

Referenced by Segment().

◆ va

int QPathSegments::Segment::va

Definition at line 155 of file qpathclipper_p.h.

Referenced by Segment().

◆ vb

int QPathSegments::Segment::vb

Definition at line 156 of file qpathclipper_p.h.

Referenced by Segment().


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