![]() |
Qt 6.x
The Qt SDK
|
#include <qpagedpaintdevice_p.h>
Public Member Functions | |
QPagedPaintDevicePrivate () | |
virtual | ~QPagedPaintDevicePrivate () |
virtual bool | setPageLayout (const QPageLayout &newPageLayout)=0 |
virtual bool | setPageSize (const QPageSize &pageSize)=0 |
virtual bool | setPageOrientation (QPageLayout::Orientation orientation)=0 |
virtual bool | setPageMargins (const QMarginsF &margins, QPageLayout::Unit units)=0 |
virtual QPageLayout | pageLayout () const =0 |
Static Public Member Functions | |
static QPagedPaintDevicePrivate * | get (QPagedPaintDevice *pd) |
Public Attributes | |
QPageRanges | pageRanges |
bool | pageOrderAscending |
bool | printSelectionOnly |
Definition at line 23 of file qpagedpaintdevice_p.h.
|
inline |
Definition at line 26 of file qpagedpaintdevice_p.h.
|
virtualdefault |
|
inlinestatic |
Definition at line 45 of file qpagedpaintdevice_p.h.
References QPagedPaintDevice::d.
Referenced by QWidgetTextControl::print().
|
pure virtual |
Implemented in QPdfPagedPaintDevicePrivate, and QPrinterPagedPaintDevicePrivate.
Referenced by QPagedPaintDevice::pageLayout().
|
pure virtual |
Implemented in QPdfPagedPaintDevicePrivate, and QPrinterPagedPaintDevicePrivate.
Referenced by QPagedPaintDevice::setPageLayout().
|
pure virtual |
Implemented in QPdfPagedPaintDevicePrivate, and QPrinterPagedPaintDevicePrivate.
Referenced by QPagedPaintDevice::setPageMargins().
|
pure virtual |
Implemented in QPdfPagedPaintDevicePrivate, and QPrinterPagedPaintDevicePrivate.
Referenced by QPagedPaintDevice::setPageOrientation().
|
pure virtual |
Implemented in QPdfPagedPaintDevicePrivate, and QPrinterPagedPaintDevicePrivate.
Referenced by QPagedPaintDevice::setPageSize().
bool QPagedPaintDevicePrivate::pageOrderAscending |
Definition at line 49 of file qpagedpaintdevice_p.h.
Referenced by QPrinter::setPageOrder().
QPageRanges QPagedPaintDevicePrivate::pageRanges |
Definition at line 48 of file qpagedpaintdevice_p.h.
Referenced by QPrinter::fromPage(), QPagedPaintDevice::pageRanges(), QPrinter::setFromTo(), QPagedPaintDevice::setPageRanges(), and QPrinter::toPage().
bool QPagedPaintDevicePrivate::printSelectionOnly |
Definition at line 50 of file qpagedpaintdevice_p.h.
Referenced by QPrinter::setPrintRange().