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
QPathVertex Struct Reference

#include <qpathclipper_p.h>

+ Collaboration diagram for QPathVertex:

Public Member Functions

 QPathVertex (const QPointF &p=QPointF(), int e=-1)
 
 operator QPointF () const
 

Public Attributes

int edge
 
qreal x
 
qreal y
 

Detailed Description

Definition at line 71 of file qpathclipper_p.h.

Constructor & Destructor Documentation

◆ QPathVertex()

QPathVertex::QPathVertex ( const QPointF & p = QPointF(),
int e = -1 )
inline

Definition at line 297 of file qpathclipper_p.h.

Member Function Documentation

◆ operator QPointF()

QPathVertex::operator QPointF ( ) const
inline

Definition at line 304 of file qpathclipper_p.h.

Member Data Documentation

◆ edge

int QPathVertex::edge

Definition at line 77 of file qpathclipper_p.h.

Referenced by QWingedEdge::addEdge().

◆ x

qreal QPathVertex::x

Definition at line 79 of file qpathclipper_p.h.

◆ y

qreal QPathVertex::y

Definition at line 80 of file qpathclipper_p.h.


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