Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QPrinterName: | QPrinter::QPrinter | Prototype: | QPrinter::QPrinter(const QPrinterInfo& printer, PrinterMode mode) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 687-694 |
| | 3 | 1 |
abortName: | QPrinter::abort | Prototype: | bool QPrinter::abort() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1977-1981 |
| | 2 | 1 |
paperNameName: | QPrinter::paperName | Prototype: | QString QPrinter::paperName() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1309-1313 |
| | 2 | 1 |
printEngineName: | QPrinter::printEngine | Prototype: | QPrintEngine *QPrinter::printEngine() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1897-1901 |
| | 2 | 1 |
printerStateName: | QPrinter::printerState | Prototype: | QPrinter::PrinterState QPrinter::printerState() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1988-1992 |
| | 2 | 1 |
setPaperNameName: | QPrinter::setPaperName | Prototype: | void QPrinter::setPaperName(const QString &paperName) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1289-1295 |
| | 4 | 3 |
setPrinterNameName: | QPrinter::setPrinterName | Prototype: | void QPrinter::setPrinterName(const QString &name) | Coverage: | 43.750% (7/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 839-861 |
| | 13 | 6 |
isValidName: | QPrinter::isValid | Prototype: | bool QPrinter::isValid() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 875-881 |
| | 4 | 2 |
newPageName: | QPrinter::newPage | Prototype: | bool QPrinter::newPage() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1960-1966 |
| | 4 | 2 |
paperRectName: | QPrinter::paperRect | Prototype: | QRectF QPrinter::paperRect(Unit unit) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1766-1772 |
| | 3 | 2 |
setCollateCopiesName: | QPrinter::setCollateCopies | Prototype: | void QPrinter::setCollateCopies(bool collate) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1524-1529 |
| | 3 | 2 |
setColorModeName: | QPrinter::setColorMode | Prototype: | void QPrinter::setColorMode(ColorMode newColorMode) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1358-1363 |
| | 3 | 2 |
setCopyCountName: | QPrinter::setCopyCount | Prototype: | void QPrinter::setCopyCount(int count) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1455-1460 |
| | 3 | 2 |
setCreatorName: | QPrinter::setCreator | Prototype: | void QPrinter::setCreator(const QString &creator) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1020-1025 |
| | 3 | 2 |
setDocNameName: | QPrinter::setDocName | Prototype: | void QPrinter::setDocName(const QString &name) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 990-995 |
| | 3 | 2 |
setEnginesName: | QPrinter::setEngines | Prototype: | void QPrinter::setEngines(QPrintEngine *printEngine, QPaintEngine *paintEngine) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 723-733 |
| | 6 | 2 |
setFromToName: | QPrinter::setFromTo | Prototype: | void QPrinter::setFromTo(int from, int to) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 2128-2136 |
| | 5 | 2 |
setNumCopiesName: | QPrinter::setNumCopies | Prototype: | void QPrinter::setNumCopies(int numCopies) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1437-1442 |
| | 3 | 2 |
setPageMarginsName: | QPrinter::setPageMargins | Prototype: | void QPrinter::setPageMargins(qreal left, qreal top, qreal right, qreal bottom, QPrinter::Unit unit) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1818-1828 |
| | 6 | 2 |
setPageOrderName: | QPrinter::setPageOrder | Prototype: | void QPrinter::setPageOrder(PageOrder pageOrder) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1328-1335 |
| | 4 | 2 |
setPrintProgramName: | QPrinter::setPrintProgram | Prototype: | void QPrinter::setPrintProgram(const QString &printProg) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 960-965 |
| | 3 | 2 |
setResolutionName: | QPrinter::setResolution | Prototype: | void QPrinter::setResolution(int dpi) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1594-1599 |
| | 3 | 2 |
setWinPageSizeName: | QPrinter::setWinPageSize | Prototype: | void QPrinter::setWinPageSize(int pageSize) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1911-1916 |
| | 3 | 2 |
setOutputFileNameName: | QPrinter::setOutputFileName | Prototype: | void QPrinter::setOutputFileName(const QString &fileName) | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 918-930 |
| | 8 | 4 |
setOutputFormatName: | QPrinter::setOutputFormat | Prototype: | void QPrinter::setOutputFormat(OutputFormat format) | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 780-794 |
| | 8 | 4 |
getPageMarginsName: | QPrinter::getPageMargins | Prototype: | void QPrinter::getPageMargins(qreal *left, qreal *top, qreal *right, qreal *bottom, QPrinter::Unit unit) const | Coverage: | 64.706% (11/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1853-1870 |
| | 13 | 6 |
~QPrinterName: | QPrinter::~QPrinter | Prototype: | QPrinter::~QPrinter() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 740-748 |
| | 4 | 2 |
QPrinterName: | QPrinter::QPrinter | Prototype: | QPrinter::QPrinter(PrinterMode mode) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 673-680 |
| | 3 | 1 |
actualNumCopiesName: | QPrinter::actualNumCopies | Prototype: | int QPrinter::actualNumCopies() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1418-1421 |
| | 1 | 1 |
collateCopiesName: | QPrinter::collateCopies | Prototype: | bool QPrinter::collateCopies() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1507-1511 |
| | 2 | 1 |
colorModeName: | QPrinter::colorMode | Prototype: | QPrinter::ColorMode QPrinter::colorMode() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1371-1375 |
| | 2 | 1 |
copyCountName: | QPrinter::copyCount | Prototype: | int QPrinter::copyCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1470-1474 |
| | 2 | 1 |
creatorName: | QPrinter::creator | Prototype: | QString QPrinter::creator() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1003-1007 |
| | 2 | 1 |
devTypeName: | QPrinter::devType | Prototype: | int QPrinter::devType() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 811-814 |
| | 1 | 1 |
docNameName: | QPrinter::docName | Prototype: | QString QPrinter::docName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 973-977 |
| | 2 | 1 |
doubleSidedPrintingName: | QPrinter::doubleSidedPrinting | Prototype: | bool QPrinter::doubleSidedPrinting() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1709-1712 |
| | 1 | 1 |
duplexName: | QPrinter::duplex | Prototype: | QPrinter::DuplexMode QPrinter::duplex() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1734-1738 |
| | 2 | 1 |
fontEmbeddingEnabledName: | QPrinter::fontEmbeddingEnabled | Prototype: | bool QPrinter::fontEmbeddingEnabled() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1661-1665 |
| | 2 | 1 |
fromPageName: | QPrinter::fromPage | Prototype: | int QPrinter::fromPage() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 2082-2085 |
| | 1 | 1 |
fullPageName: | QPrinter::fullPage | Prototype: | bool QPrinter::fullPage() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1574-1578 |
| | 2 | 1 |
metricName: | QPrinter::metric | Prototype: | int QPrinter::metric(PaintDeviceMetric id) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1877-1881 |
| | 2 | 1 |
numCopiesName: | QPrinter::numCopies | Prototype: | int QPrinter::numCopies() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1397-1401 |
| | 2 | 1 |
orientationName: | QPrinter::orientation | Prototype: | QPrinter::Orientation QPrinter::orientation() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1130-1133 |
| | 1 | 1 |
outputFileNameName: | QPrinter::outputFileName | Prototype: | QString QPrinter::outputFileName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 893-897 |
| | 2 | 1 |
outputFormatName: | QPrinter::outputFormat | Prototype: | QPrinter::OutputFormat QPrinter::outputFormat() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 801-805 |
| | 2 | 1 |
pageOrderName: | QPrinter::pageOrder | Prototype: | QPrinter::PageOrder QPrinter::pageOrder() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1344-1348 |
| | 2 | 1 |
pageRectName: | QPrinter::pageRect | Prototype: | QRectF QPrinter::pageRect(Unit unit) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1749-1755 |
| | 3 | 2 |
pageRectName: | QPrinter::pageRect | Prototype: | QRect QPrinter::pageRect() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1785-1789 |
| | 2 | 1 |
pageSizeName: | QPrinter::pageSize | Prototype: | QPrinter::PageSize QPrinter::pageSize() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1201-1204 |
| | 1 | 1 |
paintEngineName: | QPrinter::paintEngine | Prototype: | QPaintEngine *QPrinter::paintEngine() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1886-1890 |
| | 2 | 1 |
paperRectName: | QPrinter::paperRect | Prototype: | QRect QPrinter::paperRect() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1801-1805 |
| | 2 | 1 |
paperSizeName: | QPrinter::paperSize | Prototype: | QPrinter::PaperSize QPrinter::paperSize() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1168-1171 |
| | 1 | 1 |
paperSizeName: | QPrinter::paperSize | Prototype: | QSizeF QPrinter::paperSize(Unit unit) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1271-1277 |
| | 3 | 2 |
paperSourceName: | QPrinter::paperSource | Prototype: | QPrinter::PaperSource QPrinter::paperSource() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1634-1638 |
| | 2 | 1 |
printProgramName: | QPrinter::printProgram | Prototype: | QString QPrinter::printProgram() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 944-948 |
| | 2 | 1 |
printRangeName: | QPrinter::printRange | Prototype: | QPrinter::PrintRange QPrinter::printRange() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 2160-2164 |
| | 2 | 1 |
printerNameName: | QPrinter::printerName | Prototype: | QString QPrinter::printerName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 822-826 |
| | 2 | 1 |
printerSelectionOptionName: | QPrinter::printerSelectionOption | Prototype: | QString QPrinter::printerSelectionOption() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 2037-2041 |
| | 2 | 1 |
resolutionName: | QPrinter::resolution | Prototype: | int QPrinter::resolution() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1609-1613 |
| | 2 | 1 |
setDoubleSidedPrintingName: | QPrinter::setDoubleSidedPrinting | Prototype: | void QPrinter::setDoubleSidedPrinting(bool doubleSided) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1694-1697 |
| | 1 | 1 |
setDuplexName: | QPrinter::setDuplex | Prototype: | void QPrinter::setDuplex(DuplexMode duplex) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1721-1725 |
| | 2 | 1 |
setFontEmbeddingEnabledName: | QPrinter::setFontEmbeddingEnabled | Prototype: | void QPrinter::setFontEmbeddingEnabled(bool enable) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1648-1652 |
| | 2 | 1 |
setFullPageName: | QPrinter::setFullPage | Prototype: | void QPrinter::setFullPage(bool fp) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1554-1561 |
| | 3 | 1 |
setMarginsName: | QPrinter::setMargins | Prototype: | void QPrinter::setMargins(const Margins &m) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1837-1840 |
| | 1 | 1 |
setOrientationName: | QPrinter::setOrientation | Prototype: | void QPrinter::setOrientation(Orientation orientation) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1153-1156 |
| | 1 | 1 |
setPageSizeName: | QPrinter::setPageSize | Prototype: | void QPrinter::setPageSize(PageSize newPageSize) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1215-1218 |
| | 1 | 1 |
setPageSizeMMName: | QPrinter::setPageSizeMM | Prototype: | void QPrinter::setPageSizeMM(const QSizeF &size) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1253-1256 |
| | 1 | 1 |
setPaperSizeName: | QPrinter::setPaperSize | Prototype: | void QPrinter::setPaperSize(PaperSize newPaperSize) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1189-1192 |
| | 1 | 1 |
setPaperSizeName: | QPrinter::setPaperSize | Prototype: | void QPrinter::setPaperSize(const QSizeF &paperSize, QPrinter::Unit unit) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1233-1239 |
| | 3 | 2 |
setPaperSourceName: | QPrinter::setPaperSource | Prototype: | void QPrinter::setPaperSource(PaperSource source) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1624-1628 |
| | 2 | 1 |
setPrintRangeName: | QPrinter::setPrintRange | Prototype: | void QPrinter::setPrintRange( PrintRange range ) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 2143-2149 |
| | 3 | 1 |
setPrinterSelectionOptionName: | QPrinter::setPrinterSelectionOption | Prototype: | void QPrinter::setPrinterSelectionOption(const QString &option) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 2059-2063 |
| | 2 | 1 |
supportedResolutionsName: | QPrinter::supportedResolutions | Prototype: | QList<int> QPrinter::supportedResolutions() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1939-1950 |
| | 9 | 2 |
supportsMultipleCopiesName: | QPrinter::supportsMultipleCopies | Prototype: | bool QPrinter::supportsMultipleCopies() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1490-1494 |
| | 2 | 1 |
toPageName: | QPrinter::toPage | Prototype: | int QPrinter::toPage() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 2106-2109 |
| | 1 | 1 |
winPageSizeName: | QPrinter::winPageSize | Prototype: | int QPrinter::winPageSize() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1925-1929 |
| | 2 | 1 |