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
QWingedEdge::TraversalStatus Struct Reference

#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
 

Detailed Description

Definition at line 200 of file qpathclipper_p.h.

Member Function Documentation

◆ flip()

void QWingedEdge::TraversalStatus::flip ( )
inline

Definition at line 446 of file qpathclipper_p.h.

Referenced by commonEdge().

+ Here is the caller graph for this function:

◆ flipDirection()

void QWingedEdge::TraversalStatus::flipDirection ( )
inline

Definition at line 441 of file qpathclipper_p.h.

References direction, and QWingedEdge::flip().

+ Here is the call graph for this function:

◆ flipTraversal()

void QWingedEdge::TraversalStatus::flipTraversal ( )
inline

Definition at line 431 of file qpathclipper_p.h.

References QWingedEdge::flip(), and traversal.

+ Here is the call graph for this function:

Member Data Documentation

◆ direction

QPathEdge::Direction QWingedEdge::TraversalStatus::direction

Definition at line 204 of file qpathclipper_p.h.

Referenced by add(), clear(), commonEdge(), QWingedEdge::next(), and traverse().

◆ edge

int QWingedEdge::TraversalStatus::edge

Definition at line 202 of file qpathclipper_p.h.

Referenced by add(), clear(), commonEdge(), QWingedEdge::next(), and traverse().

◆ traversal

QPathEdge::Traversal QWingedEdge::TraversalStatus::traversal

Definition at line 203 of file qpathclipper_p.h.

Referenced by add(), clear(), commonEdge(), flipTraversal(), QWingedEdge::next(), and traverse().


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