| Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintersupport.cpp |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | - | |
| 7 | QPlatformPrinterSupport::QPlatformPrinterSupport() | - |
| 8 | { | - |
| 9 | } | - |
| 10 | - | |
| 11 | QPlatformPrinterSupport::~QPlatformPrinterSupport() | - |
| 12 | { | - |
| 13 | } | - |
| 14 | - | |
| 15 | QPrintEngine *QPlatformPrinterSupport::createNativePrintEngine(QPrinter::PrinterMode) | - |
| 16 | { | - |
| 17 | return never executed: 0;return 0;never executed: return 0; | 0 |
| 18 | } | - |
| 19 | - | |
| 20 | QPaintEngine *QPlatformPrinterSupport::createPaintEngine(QPrintEngine *, QPrinter::PrinterMode) | - |
| 21 | { | - |
| 22 | return never executed: 0;return 0;never executed: return 0; | 0 |
| 23 | } | - |
| 24 | - | |
| 25 | QPrintDevice QPlatformPrinterSupport::createPrintDevice(QPlatformPrintDevice *device) | - |
| 26 | { | - |
| 27 | return executed 5 times by 1 test: QPrintDevice(device);return QPrintDevice(device);Executed by:
executed 5 times by 1 test: return QPrintDevice(device);Executed by:
| 5 |
| 28 | } | - |
| 29 | - | |
| 30 | QPrintDevice QPlatformPrinterSupport::createPrintDevice(const QString &id) | - |
| 31 | { | - |
| 32 | (void)id; | - |
| 33 | return never executed: QPrintDevice();return QPrintDevice();never executed: return QPrintDevice(); | 0 |
| 34 | } | - |
| 35 | - | |
| 36 | QPrintDevice QPlatformPrinterSupport::createDefaultPrintDevice() | - |
| 37 | { | - |
| 38 | return never executed: createPrintDevice(defaultPrintDeviceId());return createPrintDevice(defaultPrintDeviceId());never executed: return createPrintDevice(defaultPrintDeviceId()); | 0 |
| 39 | } | - |
| 40 | - | |
| 41 | QStringList QPlatformPrinterSupport::availablePrintDeviceIds() const | - |
| 42 | { | - |
| 43 | return never executed: QStringList();return QStringList();never executed: return QStringList(); | 0 |
| 44 | } | - |
| 45 | - | |
| 46 | QString QPlatformPrinterSupport::defaultPrintDeviceId() const | - |
| 47 | { | - |
| 48 | return never executed: QString();return QString();never executed: return QString(); | 0 |
| 49 | } | - |
| 50 | - | |
| 51 | QPageSize QPlatformPrinterSupport::createPageSize(const QString &id, QSize size, const QString &localizedName) | - |
| 52 | { | - |
| 53 | (void)id; | - |
| 54 | (void)size; | - |
| 55 | (void)localizedName; | - |
| 56 | return never executed: QPageSize();return QPageSize();never executed: return QPageSize(); | 0 |
| 57 | } | - |
| 58 | - | |
| 59 | - | |
| Switch to Source code | Preprocessed file |