![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qpdf_p.h>
Public Attributes | |
int | currentObject |
QPdfPage * | currentPage |
QPdf::Stroker | stroker |
QPointF | brushOrigin |
QBrush | brush |
QPen | pen |
QList< QPainterPath > | clips |
bool | clipEnabled |
bool | allClipped |
bool | hasPen |
bool | hasBrush |
bool | simplePen |
bool | needsTransform |
qreal | opacity |
QPdfEngine::PdfVersion | pdfVersion |
QPdfEngine::ColorModel | colorModel |
QHash< QFontEngine::FaceId, QFontSubset * > | fonts |
QPaintDevice * | pdev |
QIODevice * | outDevice |
bool | ownsDevice |
QString | outputFileName |
QString | title |
QString | creator |
QString | author |
QUuid | documentId = QUuid::createUuid() |
bool | embedFonts |
int | resolution |
QPdfOutputIntent | outputIntent |
QPageLayout | m_pageLayout |
Public Attributes inherited from QPaintEnginePrivate | |
QPaintDevice * | pdev |
QPaintEngine * | q_ptr |
QRegion | baseSystemClip |
QRegion | systemClip |
QRect | systemRect |
QRegion | systemViewport |
QTransform | systemTransform |
QPaintDevice * | currentClipDevice |
uint | hasSystemTransform: 1 |
uint | hasSystemViewport: 1 |
Additional Inherited Members | |
Static Public Member Functions inherited from QPaintEnginePrivate | |
static QPaintEnginePrivate * | get (QPaintEngine *paintEngine) |
int QPdfEnginePrivate::addBrushPattern | ( | const QTransform & | matrix, |
bool * | specifyColor, | ||
int * | gStateObject ) |
int QPdfEnginePrivate::addConstantAlphaObject | ( | int | brushAlpha, |
int | penAlpha = 255 ) |
void QPdfEnginePrivate::drawTextItem | ( | const QPointF & | p, |
const QTextItemInt & | ti ) |
QTransform QPdfEnginePrivate::pageMatrix | ( | ) | const |
QList<QPainterPath> QPdfEnginePrivate::clips |
QPdfEngine::ColorModel QPdfEnginePrivate::colorModel |
QUuid QPdfEnginePrivate::documentId = QUuid::createUuid() |
QHash<QFontEngine::FaceId, QFontSubset *> QPdfEnginePrivate::fonts |
QPageLayout QPdfEnginePrivate::m_pageLayout |
QPdfOutputIntent QPdfEnginePrivate::outputIntent |
QPaintDevice* QPdfEnginePrivate::pdev |
QPdfEngine::PdfVersion QPdfEnginePrivate::pdfVersion |
QPdf::Stroker QPdfEnginePrivate::stroker |