Qt 4.8
|
#include <qpathclipper_p.h>
Public Functions | |
Segment (int pathId, int vertexA, int vertexB) | |
Public Variables | |
QRectF | bounds |
int | intersection |
int | path |
int | va |
int | vb |
Definition at line 180 of file qpathclipper_p.h.
|
inline |
Definition at line 181 of file qpathclipper_p.h.
QRectF QPathSegments::Segment::bounds |
Definition at line 198 of file qpathclipper_p.h.
int QPathSegments::Segment::intersection |
Definition at line 196 of file qpathclipper_p.h.
Referenced by QPathSegments::addIntersection().
int QPathSegments::Segment::path |
Definition at line 189 of file qpathclipper_p.h.
int QPathSegments::Segment::va |
Definition at line 192 of file qpathclipper_p.h.
Referenced by QPathSegments::lineAt().
int QPathSegments::Segment::vb |
Definition at line 193 of file qpathclipper_p.h.
Referenced by QPathSegments::lineAt().