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
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 85 of file qpdf_p.h.

Constructor & Destructor Documentation

◆ Stroker()

QPdf::Stroker::Stroker ( )

Definition at line 600 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 613 of file qpdf.cpp.

References QPen::capStyle(), QPen::dashOffset(), QPen::dashPattern(), i, QPen::isCosmetic(), QPen::joinStyle(), QPen::miterLimit(), Qt::NoPen, QPen::style(), and QPen::widthF().

+ Here is the call graph for this function:

◆ strokePath()

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

Definition at line 644 of file qpdf.cpp.

Member Data Documentation

◆ cosmeticPen

bool QPdf::Stroker::cosmeticPen

Definition at line 92 of file qpdf_p.h.

Referenced by Stroker().

◆ first

bool QPdf::Stroker::first

Definition at line 90 of file qpdf_p.h.

◆ matrix

QTransform QPdf::Stroker::matrix

Definition at line 91 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: