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
QPainterPathStrokerPrivate Class Reference

#include <qpainterpath_p.h>

+ Collaboration diagram for QPainterPathStrokerPrivate:

Public Member Functions

 QPainterPathStrokerPrivate ()
 

Public Attributes

QStroker stroker
 
QList< qfixeddashPattern
 
qreal dashOffset
 

Detailed Description

Definition at line 183 of file qpainterpath_p.h.

Constructor & Destructor Documentation

◆ QPainterPathStrokerPrivate()

QPainterPathStrokerPrivate::QPainterPathStrokerPrivate ( )

Definition at line 2557 of file qpainterpath.cpp.

References qt_path_stroke_cubic_to(), qt_path_stroke_line_to(), qt_path_stroke_move_to(), QStrokerOps::setCubicToHook(), QStrokerOps::setLineToHook(), QStrokerOps::setMoveToHook(), and stroker.

+ Here is the call graph for this function:

Member Data Documentation

◆ dashOffset

qreal QPainterPathStrokerPrivate::dashOffset

Definition at line 190 of file qpainterpath_p.h.

◆ dashPattern

QList<qfixed> QPainterPathStrokerPrivate::dashPattern

Definition at line 189 of file qpainterpath_p.h.

◆ stroker

QStroker QPainterPathStrokerPrivate::stroker

Definition at line 188 of file qpainterpath_p.h.

Referenced by QPainterPathStrokerPrivate(), and QX11PaintEngine::drawPath().


The documentation for this class was generated from the following files: