![]() |
Qt 6.x
The Qt SDK
|
#include <qpathclipper_p.h>
Public Member Functions | |
Segment (int pathId, int vertexA, int vertexB) | |
Public Attributes | |
int | path |
int | va |
int | vb |
int | intersection |
QRectF | bounds |
Definition at line 142 of file qpathclipper_p.h.
|
inline |
Definition at line 143 of file qpathclipper_p.h.
QRectF QPathSegments::Segment::bounds |
Definition at line 160 of file qpathclipper_p.h.
int QPathSegments::Segment::intersection |
Definition at line 158 of file qpathclipper_p.h.
int QPathSegments::Segment::path |
Definition at line 151 of file qpathclipper_p.h.
int QPathSegments::Segment::va |
Definition at line 154 of file qpathclipper_p.h.
int QPathSegments::Segment::vb |
Definition at line 155 of file qpathclipper_p.h.