Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QPlainTextEditControl::insertFromMimeDataName: | QPlainTextEditControl::insertFromMimeData | Prototype: | void QPlainTextEditControl::insertFromMimeData(const QMimeData *source) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 471-477 |
| | 4 | 2 |
QPlainTextEditPrivate::initName: | QPlainTextEditPrivate::init | Prototype: | void QPlainTextEditPrivate::init(const QString &txt) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 760-817 |
| | 35 | 2 |
QPlainTextEditPrivate::relayoutDocumentName: | QPlainTextEditPrivate::relayoutDocument | Prototype: | void QPlainTextEditPrivate::relayoutDocument() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 1844-1859 |
| | 10 | 2 |
QPlatformClipboard::emitChangedName: | QPlatformClipboard::emitChanged | Prototype: | void QPlatformClipboard::emitChanged(QClipboard::Mode mode) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformclipboard.cpp | Lines: | 122-126 |
| | 2 | 2 |
QPlatformCursor::setPosName: | QPlatformCursor::setPos | Prototype: | void QPlatformCursor::setPos(const QPoint &pos) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformcursor.cpp | Lines: | 122-131 |
| | 5 | 2 |
QPlatformDialogHelper::buttonLayoutName: | QPlatformDialogHelper::buttonLayout | Prototype: | const int *QPlatformDialogHelper::buttonLayout(Qt::Orientation orientation, ButtonLayout policy) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | Lines: | 853-865 |
| | 3 | 2 |
QPlatformDrag::updateActionName: | QPlatformDrag::updateAction | Prototype: | void QPlatformDrag::updateAction(Qt::DropAction action) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdrag.cpp | Lines: | 181-188 |
| | 4 | 2 |
QPlatformFileDialogHelper::cleanFilterListName: | QPlatformFileDialogHelper::cleanFilterList | Prototype: | QStringList QPlatformFileDialogHelper::cleanFilterList(const QString &filter) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | Lines: | 702-711 |
| | 7 | 2 |
QPlatformFontDatabase::fontDirName: | QPlatformFontDatabase::fontDir | Prototype: | QString QPlatformFontDatabase::fontDir() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | Lines: | 395-404 |
| | 5 | 2 |
QPlatformFontDatabase::registerFontName: | QPlatformFontDatabase::registerFont | Prototype: | void QPlatformFontDatabase::registerFont(const QString &familyname, const QString &stylename, const QString &foundryname, QFont::Weight weight, QFont::Style style, QFont::Stretch stretch, bool antialiased, bool scalable, int pixelSize, bool fixedPitch, const QSupportedWritingSystems &writingSystems, void *usrPtr) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | Lines: | 128-140 |
| | 5 | 2 |
QPlatformGraphicsBuffer::lockName: | QPlatformGraphicsBuffer::lock | Prototype: | bool QPlatformGraphicsBuffer::lock(AccessTypes access, const QRect &rect) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformgraphicsbuffer.cpp | Lines: | 155-162 |
| | 4 | 2 |
QPlatformGraphicsBuffer::unlockName: | QPlatformGraphicsBuffer::unlock | Prototype: | void QPlatformGraphicsBuffer::unlock() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformgraphicsbuffer.cpp | Lines: | 170-178 |
| | 6 | 2 |
QPlatformInputContext::invokeActionName: | QPlatformInputContext::invokeAction | Prototype: | void QPlatformInputContext::invokeAction(QInputMethod::Action action, int cursorPosition) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatforminputcontext.cpp | Lines: | 137-144 |
| | 3 | 2 |
QPlatformIntegration::clipboardName: | QPlatformIntegration::clipboard | Prototype: | QPlatformClipboard *QPlatformIntegration::clipboard() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegration.cpp | Lines: | 84-91 |
| | 3 | 2 |
QPlatformIntegration::dragName: | QPlatformIntegration::drag | Prototype: | QPlatformDrag *QPlatformIntegration::drag() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegration.cpp | Lines: | 102-109 |
| | 3 | 2 |
QPlatformIntegration::fontDatabaseName: | QPlatformIntegration::fontDatabase | Prototype: | QPlatformFontDatabase *QPlatformIntegration::fontDatabase() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegration.cpp | Lines: | 64-71 |
| | 3 | 2 |
QPlatformIntegration::removeScreenName: | QPlatformIntegration::removeScreen | Prototype: | void QPlatformIntegration::removeScreen(QScreen *screen) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegration.cpp | Lines: | 475-482 |
| | 4 | 2 |
QPlatformIntegration::setPrimaryScreenName: | QPlatformIntegration::setPrimaryScreen | Prototype: | void QPlatformIntegration::setPrimaryScreen(QPlatformScreen *newPrimary) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegration.cpp | Lines: | 507-517 |
| | 7 | 2 |
QPlatformPixmap::fromDataName: | QPlatformPixmap::fromData | Prototype: | bool QPlatformPixmap::fromData(const uchar *buf, uint len, const char *format, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qplatformpixmap.cpp | Lines: | 138-148 |
| | 8 | 2 |
QPlatformPixmap::fromFileName: | QPlatformPixmap::fromFile | Prototype: | bool QPlatformPixmap::fromFile(const QString &fileName, const char *format, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qplatformpixmap.cpp | Lines: | 128-136 |
| | 5 | 2 |
QPlatformPixmap::toImageName: | QPlatformPixmap::toImage | Prototype: | QImage QPlatformPixmap::toImage(const QRect &rect) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qplatformpixmap.cpp | Lines: | 179-185 |
| | 3 | 2 |
QPlatformPixmap::~QPlatformPixmapName: | QPlatformPixmap::~QPlatformPixmap | Prototype: | QPlatformPixmap::~QPlatformPixmap() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qplatformpixmap.cpp | Lines: | 81-93 |
| | 3 | 2 |
QPlatformPrintDevice::defaultInputSlotName: | QPlatformPrintDevice::defaultInputSlot | Prototype: | QPrint::InputSlot QPlatformPrintDevice::defaultInputSlot() const | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | Lines: | 301-308 |
| | 4 | 2 |
QPlatformPrintDevice::defaultOutputBinName: | QPlatformPrintDevice::defaultOutputBin | Prototype: | QPrint::OutputBin QPlatformPrintDevice::defaultOutputBin() const | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | Lines: | 321-328 |
| | 4 | 2 |
QPlatformPrintDevice::isValidPageLayoutName: | QPlatformPrintDevice::isValidPageLayout | Prototype: | bool QPlatformPrintDevice::isValidPageLayout(const QPageLayout &layout, int resolution) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | Lines: | 125-138 |
| | 8 | 2 |
QPlatformPrintDevice::supportedColorModesName: | QPlatformPrintDevice::supportedColorModes | Prototype: | QList<QPrint::ColorMode> QPlatformPrintDevice::supportedColorModes() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | Lines: | 362-367 |
| | 3 | 2 |
QPlatformPrintDevice::supportedDuplexModesName: | QPlatformPrintDevice::supportedDuplexModes | Prototype: | QList<QPrint::DuplexMode> QPlatformPrintDevice::supportedDuplexModes() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | Lines: | 346-351 |
| | 3 | 2 |
QPlatformPrintDevice::supportedInputSlotsName: | QPlatformPrintDevice::supportedInputSlots | Prototype: | QList<QPrint::InputSlot> QPlatformPrintDevice::supportedInputSlots() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | Lines: | 310-315 |
| | 3 | 2 |
QPlatformPrintDevice::supportedMimeTypesName: | QPlatformPrintDevice::supportedMimeTypes | Prototype: | QList<QMimeType> QPlatformPrintDevice::supportedMimeTypes() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | Lines: | 374-379 |
| | 3 | 2 |
QPlatformPrintDevice::supportedOutputBinsName: | QPlatformPrintDevice::supportedOutputBins | Prototype: | QList<QPrint::OutputBin> QPlatformPrintDevice::supportedOutputBins() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | Lines: | 330-335 |
| | 3 | 2 |
QPlatformPrintDevice::supportedPageSizeName: | QPlatformPrintDevice::supportedPageSize | Prototype: | QPageSize QPlatformPrintDevice::supportedPageSize(const QSize &sizePoints) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | Lines: | 228-235 |
| | 3 | 2 |
QPlatformPrintDevice::supportedPageSizeName: | QPlatformPrintDevice::supportedPageSize | Prototype: | QPageSize QPlatformPrintDevice::supportedPageSize(const QSizeF &size, QPageSize::Unit units) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | Lines: | 237-244 |
| | 3 | 2 |
QPlatformPrintDevice::supportedPageSizesName: | QPlatformPrintDevice::supportedPageSizes | Prototype: | QList<QPageSize> QPlatformPrintDevice::supportedPageSizes() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | Lines: | 164-169 |
| | 3 | 2 |
QPlatformPrintDevice::supportedResolutionsName: | QPlatformPrintDevice::supportedResolutions | Prototype: | QList<int> QPlatformPrintDevice::supportedResolutions() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | Lines: | 290-295 |
| | 3 | 2 |
QPlatformScreen::platformScreenForWindowName: | QPlatformScreen::platformScreenForWindow | Prototype: | QPlatformScreen * QPlatformScreen::platformScreenForWindow(const QWindow *window) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 273-280 |
| | 3 | 2 |
QPlatformScreen::~QPlatformScreenName: | QPlatformScreen::~QPlatformScreen | Prototype: | QPlatformScreen::~QPlatformScreen() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 60-68 |
| | 5 | 2 |
QPlatformTextureList::lockName: | QPlatformTextureList::lock | Prototype: | void QPlatformTextureList::lock(bool on) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | Lines: | 182-189 |
| | 4 | 2 |
QPlatformTextureListWatcher::onLockStatusChangedName: | QPlatformTextureListWatcher::onLockStatusChanged | Prototype: | void QPlatformTextureListWatcher::onLockStatusChanged(bool locked) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 1075-1081 |
| | 4 | 2 |
QPlatformThemePrivate::currentKeyPlatformsName: | QPlatformThemePrivate::currentKeyPlatforms | Prototype: | unsigned QPlatformThemePrivate::currentKeyPlatforms() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 733-742 |
| | 7 | 2 |
QPlatformWindow::mapFromGlobalName: | QPlatformWindow::mapFromGlobal | Prototype: | QPoint QPlatformWindow::mapFromGlobal(const QPoint &pos) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | Lines: | 232-241 |
| | 6 | 2 |
QPlatformWindow::mapToGlobalName: | QPlatformWindow::mapToGlobal | Prototype: | QPoint QPlatformWindow::mapToGlobal(const QPoint &pos) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | Lines: | 214-223 |
| | 6 | 2 |
QPluginLoader::fileNameName: | QPluginLoader::fileName | Prototype: | QString QPluginLoader::fileName() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 375-380 |
| | 3 | 2 |
QPluginLoader::metaDataName: | QPluginLoader::metaData | Prototype: | QJsonObject QPluginLoader::metaData() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 213-218 |
| | 3 | 2 |
QPluginLoader::setLoadHintsName: | QPluginLoader::setLoadHints | Prototype: | void QPluginLoader::setLoadHints(QLibrary::LoadHints loadHints) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 406-413 |
| | 4 | 2 |
QPluginLoader::staticPluginsName: | QPluginLoader::staticPlugins | Prototype: | QVector<QStaticPlugin> QPluginLoader::staticPlugins() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 462-468 |
| | 4 | 2 |
QPluginLoader::~QPluginLoaderName: | QPluginLoader::~QPluginLoader | Prototype: | QPluginLoader::~QPluginLoader() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 168-172 |
| | 2 | 2 |
QPngHandler::canReadName: | QPngHandler::canRead | Prototype: | bool QPngHandler::canRead(QIODevice *device) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpnghandler.cpp | Lines: | 1031-1039 |
| | 4 | 2 |
QPngHandler::readName: | QPngHandler::read | Prototype: | bool QPngHandler::read(QImage *image) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpnghandler.cpp | Lines: | 1041-1046 |
| | 3 | 2 |
QPngHandler::~QPngHandlerName: | QPngHandler::~QPngHandler | Prototype: | QPngHandler::~QPngHandler() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpnghandler.cpp | Lines: | 1011-1016 |
| | 3 | 2 |
QPodPoint::operator <Name: | QPodPoint::operator < | Prototype: | inline bool operator < (const QPodPoint &other) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 173-178 |
| | 3 | 2 |
QPolygon::QPolygonName: | QPolygon::QPolygon | Prototype: | QPolygon::QPolygon(const QRect &r, bool closed) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 176-185 |
| | 7 | 2 |
QPolygon::setPointsName: | QPolygon::setPoints | Prototype: | void QPolygon::setPoints(int nPoints, const int *points) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 311-319 |
| | 5 | 2 |
QPolygon::setPointsName: | QPolygon::setPoints | Prototype: | void QPolygon::setPoints(int nPoints, int firstx, int firsty, ...) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 335-348 |
| | 10 | 2 |
QPolygonF::QPolygonFName: | QPolygonF::QPolygonF | Prototype: | QPolygonF::QPolygonF(const QPolygon &a) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 576-581 |
| | 3 | 2 |
QPolygonF::toPolygonName: | QPolygonF::toPolygon | Prototype: | QPolygon QPolygonF::toPolygon() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 688-695 |
| | 5 | 2 |
QPpmHandler::readHeaderName: | QPpmHandler::readHeader | Prototype: | bool QPpmHandler::readHeader() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qppmhandler.cpp | Lines: | 417-424 |
| | 5 | 2 |
QPpmHandler::setOptionName: | QPpmHandler::setOption | Prototype: | void QPpmHandler::setOption(ImageOption option, const QVariant &value) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qppmhandler.cpp | Lines: | 536-540 |
| | 2 | 2 |
QPrintDevice::operator==Name: | QPrintDevice::operator== | Prototype: | bool QPrintDevice::operator==(const QPrintDevice &other) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | Lines: | 79-84 |
| | 3 | 2 |
QPrintDialog::setOptionName: | QPrintDialog::setOption | Prototype: | void QPrintDialog::setOption(PrintDialogOption option, bool on) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qabstractprintdialog.cpp | Lines: | 148-153 |
| | 3 | 2 |
QPrintDialog::setOptionsName: | QPrintDialog::setOptions | Prototype: | void QPrintDialog::setOptions(PrintDialogOptions options) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qabstractprintdialog.cpp | Lines: | 180-189 |
| | 5 | 2 |
QPrintDialog::setVisibleName: | QPrintDialog::setVisible | Prototype: | void QPrintDialog::setVisible(bool visible) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp | Lines: | 614-622 |
| | 4 | 2 |
QPrintDialogPrivate::_q_checkFieldsName: | QPrintDialogPrivate::_q_checkFields | Prototype: | void QPrintDialogPrivate::_q_checkFields() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp | Lines: | 497-502 |
| | 3 | 2 |
QPrintDialogPrivate::_q_togglePageSetComboName: | QPrintDialogPrivate::_q_togglePageSetCombo | Prototype: | void QPrintDialogPrivate::_q_togglePageSetCombo(bool checked) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp | Lines: | 470-476 |
| | 3 | 2 |
QPrintDialogPrivate::setTabsName: | QPrintDialogPrivate::setTabs | Prototype: | void QPrintDialogPrivate::setTabs(const QList<QWidget*> &tabWidgets) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp | Lines: | 572-580 |
| | 5 | 2 |
QPrintPreviewDialog::doneName: | QPrintPreviewDialog::done | Prototype: | void QPrintPreviewDialog::done(int result) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp | Lines: | 730-740 |
| | 7 | 2 |
QPrintPreviewDialog::setVisibleName: | QPrintPreviewDialog::setVisible | Prototype: | void QPrintPreviewDialog::setVisible(bool visible) | Coverage: | 66.667% (4/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp | Lines: | 716-725 |
| | 5 | 2 |
QPrintPreviewDialog::~QPrintPreviewDialogName: | QPrintPreviewDialog::~QPrintPreviewDialog | Prototype: | QPrintPreviewDialog::~QPrintPreviewDialog() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp | Lines: | 705-711 |
| | 4 | 2 |
QPrintPreviewDialogPrivate::_q_fitName: | QPrintPreviewDialogPrivate::_q_fit | Prototype: | void QPrintPreviewDialogPrivate::_q_fit(QAction* action) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp | Lines: | 498-505 |
| | 4 | 2 |
QPrintPreviewDialogPrivate::_q_pageNumEditedName: | QPrintPreviewDialogPrivate::_q_pageNumEdited | Prototype: | void QPrintPreviewDialogPrivate::_q_pageNumEdited() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp | Lines: | 521-527 |
| | 4 | 2 |
QPrintPreviewDialogPrivate::_q_zoomFactorChangedName: | QPrintPreviewDialogPrivate::_q_zoomFactorChanged | Prototype: | void QPrintPreviewDialogPrivate::_q_zoomFactorChanged() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp | Lines: | 620-631 |
| | 8 | 2 |
QPrintPreviewDialogPrivate::setupActionsName: | QPrintPreviewDialogPrivate::setupActions | Prototype: | void QPrintPreviewDialogPrivate::setupActions() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp | Lines: | 358-438 |
| | 62 | 2 |
QPrintPreviewWidget::setViewModeName: | QPrintPreviewWidget::setViewMode | Prototype: | void QPrintPreviewWidget::setViewMode(ViewMode mode) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | Lines: | 575-590 |
| | 11 | 2 |
QPrintPreviewWidget::setVisibleName: | QPrintPreviewWidget::setVisible | Prototype: | void QPrintPreviewWidget::setVisible(bool visible) | Coverage: | 50.000% (3/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | Lines: | 806-812 |
| | 4 | 2 |
QPrintPreviewWidget::setZoomModeName: | QPrintPreviewWidget::setZoomMode | Prototype: | void QPrintPreviewWidget::setZoomMode(QPrintPreviewWidget::ZoomMode zoomMode) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | Lines: | 723-733 |
| | 6 | 2 |
QPrintPreviewWidget::~QPrintPreviewWidgetName: | QPrintPreviewWidget::~QPrintPreviewWidget | Prototype: | QPrintPreviewWidget::~QPrintPreviewWidget() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | Lines: | 555-560 |
| | 3 | 2 |
QPrintPreviewWidgetPrivate::generatePreviewName: | QPrintPreviewWidgetPrivate::generatePreview | Prototype: | void QPrintPreviewWidgetPrivate::generatePreview() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | Lines: | 392-411 |
| | 11 | 2 |
QPrinter::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: | 882-888 |
| | 4 | 2 |
QPrinter::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: | 1966-1972 |
| | 4 | 2 |
QPrinter::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: | 1756-1762 |
| | 3 | 2 |
QPrinter::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: | 1773-1779 |
| | 3 | 2 |
QPrinter::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: | 1278-1284 |
| | 3 | 2 |
QPrinter::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: | 1531-1536 |
| | 3 | 2 |
QPrinter::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: | 1365-1370 |
| | 3 | 2 |
QPrinter::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: | 1462-1467 |
| | 3 | 2 |
QPrinter::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: | 1027-1032 |
| | 3 | 2 |
QPrinter::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: | 997-1002 |
| | 3 | 2 |
QPrinter::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: | 730-740 |
| | 6 | 2 |
QPrinter::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: | 2135-2143 |
| | 5 | 2 |
QPrinter::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: | 1444-1449 |
| | 3 | 2 |
QPrinter::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: | 1825-1835 |
| | 6 | 2 |
QPrinter::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: | 1335-1342 |
| | 4 | 2 |
QPrinter::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: | 1240-1246 |
| | 3 | 2 |
QPrinter::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: | 967-972 |
| | 3 | 2 |
QPrinter::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: | 1601-1606 |
| | 3 | 2 |
QPrinter::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: | 1918-1923 |
| | 3 | 2 |
QPrinter::supportedResolutionsName: | QPrinter::supportedResolutions | Prototype: | QList<int> QPrinter::supportedResolutions() const | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1946-1956 |
| | 8 | 2 |
QPrinter::~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: | 747-755 |
| | 4 | 2 |
QPrinterInfo::availablePrinterNamesName: | QPrinterInfo::availablePrinterNames | Prototype: | QStringList QPrinterInfo::availablePrinterNames() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | Lines: | 402-408 |
| | 4 | 2 |
QPrinterInfo::defaultPrinterName: | QPrinterInfo::defaultPrinter | Prototype: | QPrinterInfo QPrinterInfo::defaultPrinter() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | Lines: | 460-466 |
| | 4 | 2 |
QPrinterInfo::defaultPrinterNameName: | QPrinterInfo::defaultPrinterName | Prototype: | QString QPrinterInfo::defaultPrinterName() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | Lines: | 438-444 |
| | 4 | 2 |