![]() |
Qt 6.x
The Qt SDK
|
#include <qpathclipper_p.h>
Collaboration diagram for QWingedEdge::TraversalStatus:Public Member Functions | |
| void | flipDirection () |
| void | flipTraversal () |
| void | flip () |
Public Attributes | |
| int | edge |
| QPathEdge::Traversal | traversal |
| QPathEdge::Direction | direction |
Definition at line 200 of file qpathclipper_p.h.
|
inline |
Definition at line 446 of file qpathclipper_p.h.
Referenced by commonEdge().
Here is the caller graph for this function:
|
inline |
Definition at line 441 of file qpathclipper_p.h.
References direction, and QWingedEdge::flip().
Referenced by QWingedEdge::addEdge().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 431 of file qpathclipper_p.h.
References QWingedEdge::flip(), and traversal.
Here is the call graph for this function:| QPathEdge::Direction QWingedEdge::TraversalStatus::direction |
Definition at line 204 of file qpathclipper_p.h.
Referenced by add(), QWingedEdge::addEdge(), clear(), commonEdge(), QWingedEdge::next(), and traverse().
| int QWingedEdge::TraversalStatus::edge |
Definition at line 202 of file qpathclipper_p.h.
Referenced by add(), QWingedEdge::addEdge(), clear(), commonEdge(), QWingedEdge::next(), and traverse().
| QPathEdge::Traversal QWingedEdge::TraversalStatus::traversal |
Definition at line 203 of file qpathclipper_p.h.
Referenced by add(), QWingedEdge::addEdge(), clear(), commonEdge(), flipTraversal(), QWingedEdge::next(), and traverse().