![]() |
Qt 6.x
The Qt SDK
|
#include <qpagedpaintdevice_p.h>
Inheritance diagram for QPagedPaintDevicePrivate:
Collaboration diagram for QPagedPaintDevicePrivate: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().
Here is the caller graph for this function:
|
pure virtual |
Implemented in QPdfPagedPaintDevicePrivate, and QPrinterPagedPaintDevicePrivate.
Referenced by QPagedPaintDevice::pageLayout().
Here is the caller graph for this function:
|
pure virtual |
Implemented in QPdfPagedPaintDevicePrivate, and QPrinterPagedPaintDevicePrivate.
Referenced by QPagedPaintDevice::setPageLayout().
Here is the caller graph for this function:
|
pure virtual |
Implemented in QPdfPagedPaintDevicePrivate, and QPrinterPagedPaintDevicePrivate.
Referenced by QPagedPaintDevice::setPageMargins().
Here is the caller graph for this function:
|
pure virtual |
Implemented in QPdfPagedPaintDevicePrivate, and QPrinterPagedPaintDevicePrivate.
Referenced by QPagedPaintDevice::setPageOrientation().
Here is the caller graph for this function:
|
pure virtual |
Implemented in QPdfPagedPaintDevicePrivate, and QPrinterPagedPaintDevicePrivate.
Referenced by QPagedPaintDevice::setPageSize().
Here is the caller graph for this function:| 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().