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
QStrokerOps::Element Struct Reference

#include <qstroker_p.h>

Collaboration diagram for QStrokerOps::Element:

Public Member Functions

bool isMoveTo () const
bool isLineTo () const
bool isCurveTo () const
 operator qfixed2d ()

Public Attributes

QPainterPath::ElementType type
qfixed x
qfixed y

Detailed Description

Definition at line 97 of file qstroker_p.h.

Member Function Documentation

◆ isCurveTo()

bool QStrokerOps::Element::isCurveTo ( ) const
inline

Definition at line 104 of file qstroker_p.h.

◆ isLineTo()

bool QStrokerOps::Element::isLineTo ( ) const
inline

Definition at line 103 of file qstroker_p.h.

◆ isMoveTo()

bool QStrokerOps::Element::isMoveTo ( ) const
inline

Definition at line 102 of file qstroker_p.h.

◆ operator qfixed2d()

QStrokerOps::Element::operator qfixed2d ( )
inline

Definition at line 106 of file qstroker_p.h.

Member Data Documentation

◆ type

QPainterPath::ElementType QStrokerOps::Element::type

Definition at line 98 of file qstroker_p.h.

◆ x

qfixed QStrokerOps::Element::x

Definition at line 99 of file qstroker_p.h.

◆ y

qfixed QStrokerOps::Element::y

Definition at line 100 of file qstroker_p.h.


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