Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QPdf::Stroker Struct Reference

#include <qpdf_p.h>

+ Collaboration diagram for QPdf::Stroker:

Public Member Functions

 Stroker ()
 
void setPen (const QPen &pen, QPainter::RenderHints hints)
 
void strokePath (const QPainterPath &path)
 

Public Attributes

ByteStreamstream
 
bool first
 
QTransform matrix
 
bool cosmeticPen
 

Detailed Description

Definition at line 89 of file qpdf_p.h.

Constructor & Destructor Documentation

◆ Stroker()

QPdf::Stroker::Stroker ( )

Definition at line 605 of file qpdf.cpp.

References cosmeticPen, cubicToHook(), lineToHook(), moveToHook(), QStrokerOps::setCubicToHook(), QStrokerOps::setLineToHook(), QStrokerOps::setMoveToHook(), and QStroker::setStrokeWidth().

+ Here is the call graph for this function:

Member Function Documentation

◆ setPen()

void QPdf::Stroker::setPen ( const QPen pen,
QPainter::RenderHints  hints 
)

Definition at line 618 of file qpdf.cpp.

References QPen::capStyle(), QPen::dashOffset(), QPen::dashPattern(), i, QPen::isCosmetic(), QList< T >::isEmpty(), QPen::joinStyle(), QPen::miterLimit(), Qt::NoPen, QList< T >::size(), QPen::style(), and QPen::widthF().

+ Here is the call graph for this function:

◆ strokePath()

void QPdf::Stroker::strokePath ( const QPainterPath path)

Definition at line 649 of file qpdf.cpp.

Member Data Documentation

◆ cosmeticPen

bool QPdf::Stroker::cosmeticPen

Definition at line 96 of file qpdf_p.h.

Referenced by Stroker().

◆ first

bool QPdf::Stroker::first

Definition at line 94 of file qpdf_p.h.

◆ matrix

QTransform QPdf::Stroker::matrix

Definition at line 95 of file qpdf_p.h.

Referenced by cubicToHook(), QPdfEnginePrivate::drawTextItem(), and lineToHook().

◆ stream

ByteStream* QPdf::Stroker::stream

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