(c88dfa3a75ab7bc8c749ae2217d02be7e50494ec)
#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>
Go to the source code of this file.
◆ ABORT_IF_ACTIVE
Value:
qWarning(
"%s: Cannot be changed while printer is active",
location); \
return; \
}
Definition at line 31 of file qprinter.cpp.
◆ ABORT_IF_ACTIVE_RETURN
#define ABORT_IF_ACTIVE_RETURN |
( |
| location, |
|
|
| retValue ) |
Value:
qWarning(
"%s: Cannot be changed while printer is active",
location); \
return retValue; \
}
Definition at line 37 of file qprinter.cpp.
◆ qt_convertMargins()
◆ qt_pixelMultiplier()
Q_GUI_EXPORT qreal qt_pixelMultiplier |
( |
int | resolution | ) |
|
|
extern |