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

Constructor & Destructor Documentation

◆ Stroker()

QPdf::Stroker::Stroker ( )

Definition at line 605 of file qpdf.cpp.

References Stroker(), cosmeticPen, first, and stream.

Referenced by Stroker().

Here is the call graph for this function:
Here is the caller 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 cosmeticPen.

◆ strokePath()

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

Definition at line 649 of file qpdf.cpp.

References first, and stream.

Member Data Documentation

◆ cosmeticPen

bool QPdf::Stroker::cosmeticPen

Definition at line 94 of file qpdf_p.h.

Referenced by Stroker(), cubicToHook(), lineToHook(), moveToHook(), and setPen().

◆ first

bool QPdf::Stroker::first

Definition at line 92 of file qpdf_p.h.

Referenced by Stroker(), moveToHook(), and strokePath().

◆ matrix

QTransform QPdf::Stroker::matrix

Definition at line 93 of file qpdf_p.h.

◆ stream

ByteStream* QPdf::Stroker::stream

Definition at line 91 of file qpdf_p.h.

Referenced by Stroker(), cubicToHook(), lineToHook(), moveToHook(), and strokePath().


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