Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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.

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.

◆ path

int QPathSegments::Segment::path

Definition at line 151 of file qpathclipper_p.h.

◆ va

int QPathSegments::Segment::va

Definition at line 154 of file qpathclipper_p.h.

◆ vb

int QPathSegments::Segment::vb

Definition at line 155 of file qpathclipper_p.h.


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