![]() |
Qt 6.x
The Qt SDK
|
#include "qprinter.h"#include "qprinter_p.h"#include <qpa/qplatformprintplugin.h>#include <qpa/qplatformprintersupport.h>#include "qprintengine.h"#include "qlist.h"#include <qcoreapplication.h>#include <qfileinfo.h>#include <private/qpagedpaintdevice_p.h>#include "qprintengine_pdf_p.h"#include <qpicture.h>
Include dependency graph for qprinter.cpp:Go to the source code of this file.
Classes | |
| class | QPrinterPagedPaintDevicePrivate |
Macros | |
| #define | ABORT_IF_ACTIVE(location) |
| #define | ABORT_IF_ACTIVE_RETURN(location, retValue) |
Functions | |
| qreal | qt_pixelMultiplier (int resolution) |
| QMarginsF | qt_convertMargins (const QMarginsF &margins, QPageLayout::Unit fromUnits, QPageLayout::Unit toUnits) |
| #define ABORT_IF_ACTIVE | ( | location | ) |
Definition at line 30 of file qprinter.cpp.
| #define ABORT_IF_ACTIVE_RETURN | ( | location, | |
| retValue | |||
| ) |
Definition at line 36 of file qprinter.cpp.
| QMarginsF qt_convertMargins | ( | const QMarginsF & | margins, |
| QPageLayout::Unit | fromUnits, | ||
| QPageLayout::Unit | toUnits | ||
| ) |
Definition at line 64 of file qpagelayout.cpp.
| qreal qt_pixelMultiplier | ( | int | resolution | ) |
Definition at line 497 of file qpagesize.cpp.
Referenced by qt_convertPointsToPixels().
Here is the caller graph for this function: