Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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.

References QPathVertex(), and edge.

Referenced by QPathVertex().

Here is the call graph for this function:
Here is the caller graph for this function:

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 QPathVertex(), and commonEdge().

◆ 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: