![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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.
References intersection, path, va, and vb.
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.
Referenced by Segment(), and QPathSegments::addIntersection().
int QPathSegments::Segment::path |
Definition at line 151 of file qpathclipper_p.h.
Referenced by Segment().
int QPathSegments::Segment::va |
Definition at line 154 of file qpathclipper_p.h.
Referenced by Segment().
int QPathSegments::Segment::vb |
Definition at line 155 of file qpathclipper_p.h.
Referenced by Segment().