Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QPlainTextEdit::mousePressEventName: | QPlainTextEdit::mousePressEvent | Prototype: | void QPlainTextEdit::mousePressEvent(QMouseEvent *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2035-2043 |
| | 2 | 1 |
QPlainTextEdit::moveCursorName: | QPlainTextEdit::moveCursor | Prototype: | void QPlainTextEdit::moveCursor(QTextCursor::MoveOperation operation, QTextCursor::MoveMode mode) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2680-2684 |
| | 2 | 1 |
QPlainTextEdit::overwriteModeName: | QPlainTextEdit::overwriteMode | Prototype: | bool QPlainTextEdit::overwriteMode() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2444-2448 |
| | 2 | 1 |
QPlainTextEdit::pasteName: | QPlainTextEdit::paste | Prototype: | void QPlainTextEdit::paste() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 1480-1484 |
| | 2 | 1 |
QPlainTextEdit::placeholderTextName: | QPlainTextEdit::placeholderText | Prototype: | QString QPlainTextEdit::placeholderText() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 1349-1353 |
| | 2 | 1 |
QPlainTextEdit::printName: | QPlainTextEdit::print | Prototype: | void QPlainTextEdit::print(QPagedPaintDevice *printer) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2703-2707 |
| | 2 | 1 |
QPlainTextEdit::redoName: | QPlainTextEdit::redo | Prototype: | void QPlainTextEdit::redo() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 1421-1425 |
| | 2 | 1 |
QPlainTextEdit::scrollContentsByName: | QPlainTextEdit::scrollContentsBy | Prototype: | void QPlainTextEdit::scrollContentsBy(int dx, int ) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2183-2187 |
| | 2 | 1 |
QPlainTextEdit::selectAllName: | QPlainTextEdit::selectAll | Prototype: | void QPlainTextEdit::selectAll() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 1508-1512 |
| | 2 | 1 |
QPlainTextEdit::setCurrentCharFormatName: | QPlainTextEdit::setCurrentCharFormat | Prototype: | void QPlainTextEdit::setCurrentCharFormat(const QTextCharFormat &format) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2639-2643 |
| | 2 | 1 |
QPlainTextEdit::setCursorWidthName: | QPlainTextEdit::setCursorWidth | Prototype: | void QPlainTextEdit::setCursorWidth(int width) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2490-2494 |
| | 2 | 1 |
QPlainTextEdit::setExtraSelectionsName: | QPlainTextEdit::setExtraSelections | Prototype: | void QPlainTextEdit::setExtraSelections(const QList<QTextEdit::ExtraSelection> &selections) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2506-2510 |
| | 2 | 1 |
QPlainTextEdit::setOverwriteModeName: | QPlainTextEdit::setOverwriteMode | Prototype: | void QPlainTextEdit::setOverwriteMode(bool overwrite) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2450-2454 |
| | 2 | 1 |
QPlainTextEdit::setPlainTextName: | QPlainTextEdit::setPlainText | Prototype: | void QPlainTextEdit::setPlainText(const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 1628-1632 |
| | 2 | 1 |
QPlainTextEdit::setTabChangesFocusName: | QPlainTextEdit::setTabChangesFocus | Prototype: | void QPlainTextEdit::setTabChangesFocus(bool b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2725-2729 |
| | 2 | 1 |
QPlainTextEdit::setTextInteractionFlagsName: | QPlainTextEdit::setTextInteractionFlags | Prototype: | void QPlainTextEdit::setTextInteractionFlags(Qt::TextInteractionFlags flags) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2607-2611 |
| | 2 | 1 |
QPlainTextEdit::tabChangesFocusName: | QPlainTextEdit::tabChangesFocus | Prototype: | bool QPlainTextEdit::tabChangesFocus() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2719-2723 |
| | 2 | 1 |
QPlainTextEdit::tabStopWidthName: | QPlainTextEdit::tabStopWidth | Prototype: | int QPlainTextEdit::tabStopWidth() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2463-2467 |
| | 2 | 1 |
QPlainTextEdit::textCursorName: | QPlainTextEdit::textCursor | Prototype: | QTextCursor QPlainTextEdit::textCursor() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 1380-1384 |
| | 2 | 1 |
QPlainTextEdit::textInteractionFlagsName: | QPlainTextEdit::textInteractionFlags | Prototype: | Qt::TextInteractionFlags QPlainTextEdit::textInteractionFlags() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2613-2617 |
| | 2 | 1 |
QPlainTextEdit::undoName: | QPlainTextEdit::undo | Prototype: | void QPlainTextEdit::undo() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 1415-1419 |
| | 2 | 1 |
QPlainTextEdit::wordWrapModeName: | QPlainTextEdit::wordWrapMode | Prototype: | QTextOption::WrapMode QPlainTextEdit::wordWrapMode() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2775-2779 |
| | 2 | 1 |
QPlatformAccessibility::QPlatformAccessibilityName: | QPlatformAccessibility::QPlatformAccessibility | Prototype: | QPlatformAccessibility::QPlatformAccessibility() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qplatformaccessibility.cpp | Lines: | 71-74 |
| | 2 | 1 |
QPlatformAccessibility::setActiveName: | QPlatformAccessibility::setActive | Prototype: | void QPlatformAccessibility::setActive(bool active) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qplatformaccessibility.cpp | Lines: | 136-140 |
| | 2 | 1 |
QPlatformBackingStore::QPlatformBackingStoreName: | QPlatformBackingStore::QPlatformBackingStore | Prototype: | QPlatformBackingStore::QPlatformBackingStore(QWindow *window) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | Lines: | 604-607 |
| | 2 | 1 |
QPlatformBackingStorePrivate::QPlatformBackingStorePrivateName: | QPlatformBackingStorePrivate::QPlatformBackingStorePrivate | Prototype: | QPlatformBackingStorePrivate(QWindow *w) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | Lines: | 78-85 |
| | 2 | 1 |
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 |
QPlatformClipboard::mimeDataName: | QPlatformClipboard::mimeData | Prototype: | QMimeData *QPlatformClipboard::mimeData(QClipboard::Mode mode) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformclipboard.cpp | Lines: | 95-100 |
| | 2 | 1 |
QPlatformClipboard::ownsModeName: | QPlatformClipboard::ownsMode | Prototype: | bool QPlatformClipboard::ownsMode(QClipboard::Mode mode) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformclipboard.cpp | Lines: | 116-120 |
| | 2 | 1 |
QPlatformDialogHelper::QPlatformDialogHelperName: | QPlatformDialogHelper::QPlatformDialogHelper | Prototype: | QPlatformDialogHelper::QPlatformDialogHelper() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | Lines: | 127-131 |
| | 2 | 1 |
QPlatformDialogHelper::defaultStyleHintName: | QPlatformDialogHelper::defaultStyleHint | Prototype: | QVariant QPlatformDialogHelper::defaultStyleHint(QPlatformDialogHelper::StyleHint hint) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | Lines: | 142-146 |
| | 2 | 1 |
QPlatformDrag::QPlatformDragName: | QPlatformDrag::QPlatformDrag | Prototype: | QPlatformDrag::QPlatformDrag() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdrag.cpp | Lines: | 97-99 |
| | 2 | 1 |
QPlatformDragQtResponse::QPlatformDragQtResponseName: | QPlatformDragQtResponse::QPlatformDragQtResponse | Prototype: | QPlatformDragQtResponse::QPlatformDragQtResponse(bool accepted, Qt::DropAction acceptedAction, QRect answerRect) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdrag.cpp | Lines: | 70-74 |
| | 2 | 1 |
QPlatformDropQtResponse::QPlatformDropQtResponseName: | QPlatformDropQtResponse::QPlatformDropQtResponse | Prototype: | QPlatformDropQtResponse::QPlatformDropQtResponse(bool accepted, Qt::DropAction acceptedAction) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdrag.cpp | Lines: | 54-58 |
| | 2 | 1 |
QPlatformFontDatabase::isPrivateFontFamilyName: | QPlatformFontDatabase::isPrivateFontFamily | Prototype: | bool QPlatformFontDatabase::isPrivateFontFamily(const QString &family) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | Lines: | 410-414 |
| | 2 | 1 |
QPlatformFontDatabase::releaseHandleName: | QPlatformFontDatabase::releaseHandle | Prototype: | void QPlatformFontDatabase::releaseHandle(void *handle) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | Lines: | 386-390 |
| | 2 | 1 |
QPlatformGraphicsBuffer::QPlatformGraphicsBufferName: | QPlatformGraphicsBuffer::QPlatformGraphicsBuffer | Prototype: | QPlatformGraphicsBuffer::QPlatformGraphicsBuffer(const QSize &size, const QPixelFormat &format) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformgraphicsbuffer.cpp | Lines: | 98-102 |
| | 2 | 1 |
QPlatformGraphicsBuffer::bindToTextureName: | QPlatformGraphicsBuffer::bindToTexture | Prototype: | bool QPlatformGraphicsBuffer::bindToTexture(const QRect &rect) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformgraphicsbuffer.cpp | Lines: | 127-131 |
| | 2 | 1 |
QPlatformGraphicsBuffer::byteCountName: | QPlatformGraphicsBuffer::byteCount | Prototype: | int QPlatformGraphicsBuffer::byteCount() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformgraphicsbuffer.cpp | Lines: | 236-240 |
| | 2 | 1 |
QPlatformInputContext::QPlatformInputContextName: | QPlatformInputContext::QPlatformInputContext | Prototype: | QPlatformInputContext::QPlatformInputContext() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatforminputcontext.cpp | Lines: | 82-85 |
| | 2 | 1 |
QPlatformInputContext::filterEventName: | QPlatformInputContext::filterEvent | Prototype: | bool QPlatformInputContext::filterEvent(const QEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatforminputcontext.cpp | Lines: | 152-156 |
| | 2 | 1 |
QPlatformInputContext::hasCapabilityName: | QPlatformInputContext::hasCapability | Prototype: | bool QPlatformInputContext::hasCapability(Capability capability) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatforminputcontext.cpp | Lines: | 107-111 |
| | 2 | 1 |
QPlatformInputContextFactory::requestedName: | QPlatformInputContextFactory::requested | Prototype: | QString QPlatformInputContextFactory::requested() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatforminputcontextfactory.cpp | Lines: | 65-69 |
| | 2 | 1 |
QPlatformInputContextPlugin::QPlatformInputContextPluginName: | QPlatformInputContextPlugin::QPlatformInputContextPlugin | Prototype: | QPlatformInputContextPlugin::QPlatformInputContextPlugin(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatforminputcontextplugin.cpp | Lines: | 44-47 |
| | 2 | 1 |
QPlatformIntegration::createImagePaintEngineName: | QPlatformIntegration::createImagePaintEngine | Prototype: | QPaintEngine *QPlatformIntegration::createImagePaintEngine(QPaintDevice *paintDevice) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegration.cpp | Lines: | 314-318 |
| | 2 | 1 |
QPlatformIntegration::createPlatformOffscreenSurfaceName: | QPlatformIntegration::createPlatformOffscreenSurface | Prototype: | QPlatformOffscreenSurface *QPlatformIntegration::createPlatformOffscreenSurface(QOffscreenSurface *surface) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegration.cpp | Lines: | 535-539 |
| | 2 | 1 |
QPlatformIntegration::createPlatformThemeName: | QPlatformIntegration::createPlatformTheme | Prototype: | class QPlatformTheme *QPlatformIntegration::createPlatformTheme(const QString &name) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegration.cpp | Lines: | 524-528 |
| | 2 | 1 |
QPlatformIntegration::openGLModuleTypeName: | QPlatformIntegration::openGLModuleType | Prototype: | QOpenGLContext::OpenGLModuleType QPlatformIntegration::openGLModuleType() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegration.cpp | Lines: | 597-601 |
| | 2 | 1 |
QPlatformIntegrationPlugin::QPlatformIntegrationPluginName: | QPlatformIntegrationPlugin::QPlatformIntegrationPlugin | Prototype: | QPlatformIntegrationPlugin::QPlatformIntegrationPlugin(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegrationplugin.cpp | Lines: | 44-47 |
| | 2 | 1 |
QPlatformNativeInterface::nativeResourceForIntegrationName: | QPlatformNativeInterface::nativeResourceForIntegration | Prototype: | void *QPlatformNativeInterface::nativeResourceForIntegration(const QByteArray &resource) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformnativeinterface.cpp | Lines: | 55-59 |
| | 2 | 1 |
QPlatformNativeInterface::nativeResourceFunctionForBackingStoreName: | QPlatformNativeInterface::nativeResourceFunctionForBackingStore | Prototype: | QPlatformNativeInterface::NativeResourceForBackingStoreFunction QPlatformNativeInterface::nativeResourceFunctionForBackingStore(const QByteArray &resource) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformnativeinterface.cpp | Lines: | 122-126 |
| | 2 | 1 |
QPlatformNativeInterface::nativeResourceFunctionForContextName: | QPlatformNativeInterface::nativeResourceFunctionForContext | Prototype: | QPlatformNativeInterface::NativeResourceForContextFunction QPlatformNativeInterface::nativeResourceFunctionForContext(const QByteArray &resource) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformnativeinterface.cpp | Lines: | 104-108 |
| | 2 | 1 |
QPlatformNativeInterface::nativeResourceFunctionForIntegrationName: | QPlatformNativeInterface::nativeResourceFunctionForIntegration | Prototype: | QPlatformNativeInterface::NativeResourceForIntegrationFunction QPlatformNativeInterface::nativeResourceFunctionForIntegration(const QByteArray &resource) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformnativeinterface.cpp | Lines: | 98-102 |
| | 2 | 1 |
QPlatformNativeInterface::nativeResourceFunctionForScreenName: | QPlatformNativeInterface::nativeResourceFunctionForScreen | Prototype: | QPlatformNativeInterface::NativeResourceForScreenFunction QPlatformNativeInterface::nativeResourceFunctionForScreen(const QByteArray &resource) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformnativeinterface.cpp | Lines: | 110-114 |
| | 2 | 1 |
QPlatformNativeInterface::nativeResourceFunctionForWindowName: | QPlatformNativeInterface::nativeResourceFunctionForWindow | Prototype: | QPlatformNativeInterface::NativeResourceForWindowFunction QPlatformNativeInterface::nativeResourceFunctionForWindow(const QByteArray &resource) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformnativeinterface.cpp | Lines: | 116-120 |
| | 2 | 1 |
QPlatformNativeInterface::platformFunctionName: | QPlatformNativeInterface::platformFunction | Prototype: | QFunctionPointer QPlatformNativeInterface::platformFunction(const QByteArray &function) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformnativeinterface.cpp | Lines: | 128-132 |
| | 2 | 1 |
QPlatformNativeInterface::windowPropertiesName: | QPlatformNativeInterface::windowProperties | Prototype: | QVariantMap QPlatformNativeInterface::windowProperties(QPlatformWindow *window) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformnativeinterface.cpp | Lines: | 137-141 |
| | 2 | 1 |
QPlatformOffscreenSurface::QPlatformOffscreenSurfaceName: | QPlatformOffscreenSurface::QPlatformOffscreenSurface | Prototype: | QPlatformOffscreenSurface::QPlatformOffscreenSurface(QOffscreenSurface *offscreenSurface) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformoffscreensurface.cpp | Lines: | 52-56 |
| | 2 | 1 |
QPlatformOpenGLContext::QPlatformOpenGLContextName: | QPlatformOpenGLContext::QPlatformOpenGLContext | Prototype: | QPlatformOpenGLContext::QPlatformOpenGLContext() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformopenglcontext.cpp | Lines: | 89-92 |
| | 2 | 1 |
QPlatformOpenGLContext::contextName: | QPlatformOpenGLContext::context | Prototype: | QOpenGLContext *QPlatformOpenGLContext::context() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformopenglcontext.cpp | Lines: | 118-122 |
| | 2 | 1 |
QPlatformOpenGLContext::setContextName: | QPlatformOpenGLContext::setContext | Prototype: | void QPlatformOpenGLContext::setContext(QOpenGLContext *context) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformopenglcontext.cpp | Lines: | 124-128 |
| | 2 | 1 |
QPlatformPixmap::QPlatformPixmapName: | QPlatformPixmap::QPlatformPixmap | Prototype: | QPlatformPixmap::QPlatformPixmap(PixelType pixelType, int objectId) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qplatformpixmap.cpp | Lines: | 67-79 |
| | 2 | 1 |
QPlatformPixmap::createCompatiblePlatformPixmapName: | QPlatformPixmap::createCompatiblePlatformPixmap | Prototype: | QPlatformPixmap *QPlatformPixmap::createCompatiblePlatformPixmap() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qplatformpixmap.cpp | Lines: | 95-99 |
| | 2 | 1 |
QPlatformPixmap::fromImageReaderName: | QPlatformPixmap::fromImageReader | Prototype: | void QPlatformPixmap::fromImageReader(QImageReader *imageReader, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qplatformpixmap.cpp | Lines: | 121-126 |
| | 2 | 1 |
QPlatformPrintDevice::QPlatformPrintDeviceName: | QPlatformPrintDevice::QPlatformPrintDevice | Prototype: | QPlatformPrintDevice::QPlatformPrintDevice() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | Lines: | 51-66 |
| | 2 | 1 |
QPlatformPrintDevice::QPlatformPrintDeviceName: | QPlatformPrintDevice::QPlatformPrintDevice | Prototype: | QPlatformPrintDevice::QPlatformPrintDevice(const QString &id) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | Lines: | 68-84 |
| | 2 | 1 |
QPlatformPrinterSupport::createPrintDeviceName: | QPlatformPrinterSupport::createPrintDevice | Prototype: | QPrintDevice QPlatformPrinterSupport::createPrintDevice(const QString &id) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintersupport.cpp | Lines: | 86-90 |
| | 2 | 1 |
QPlatformPrinterSupportPlugin::QPlatformPrinterSupportPluginName: | QPlatformPrinterSupportPlugin::QPlatformPrinterSupportPlugin | Prototype: | QPlatformPrinterSupportPlugin::QPlatformPrinterSupportPlugin(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintplugin.cpp | Lines: | 51-54 |
| | 2 | 1 |
QPlatformScreen::QPlatformScreenName: | QPlatformScreen::QPlatformScreen | Prototype: | QPlatformScreen::QPlatformScreen() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 53-58 |
| | 2 | 1 |
QPlatformScreen::screenName: | QPlatformScreen::screen | Prototype: | QScreen *QPlatformScreen::screen() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 138-142 |
| | 2 | 1 |
QPlatformSessionManager::QPlatformSessionManagerName: | QPlatformSessionManager::QPlatformSessionManager | Prototype: | QPlatformSessionManager::QPlatformSessionManager(const QString &id, const QString &key) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformsessionmanager.cpp | Lines: | 50-55 |
| | 2 | 1 |
QPlatformSessionManager::setManagerPropertyName: | QPlatformSessionManager::setManagerProperty | Prototype: | void QPlatformSessionManager::setManagerProperty(const QString &name, const QString &value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformsessionmanager.cpp | Lines: | 119-123 |
| | 2 | 1 |
QPlatformSessionManager::setManagerPropertyName: | QPlatformSessionManager::setManagerProperty | Prototype: | void QPlatformSessionManager::setManagerProperty(const QString &name, const QStringList &value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformsessionmanager.cpp | Lines: | 125-129 |
| | 2 | 1 |
QPlatformSurface::QPlatformSurfaceName: | QPlatformSurface::QPlatformSurface | Prototype: | QPlatformSurface::QPlatformSurface(QSurface *surface) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformsurface.cpp | Lines: | 63-65 |
| | 2 | 1 |
QPlatformSurfaceEvent::QPlatformSurfaceEventName: | QPlatformSurfaceEvent::QPlatformSurfaceEvent | Prototype: | QPlatformSurfaceEvent::QPlatformSurfaceEvent(SurfaceEventType surfaceEventType) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 1576-1580 |
| | 2 | 1 |
QPlatformTextureList::QPlatformTextureListName: | QPlatformTextureList::QPlatformTextureList | Prototype: | QPlatformTextureList::QPlatformTextureList(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | Lines: | 137-140 |
| | 2 | 1 |
QPlatformTextureList::clearName: | QPlatformTextureList::clear | Prototype: | void QPlatformTextureList::clear() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | Lines: | 210-214 |
| | 2 | 1 |
QPlatformTextureList::clipRectName: | QPlatformTextureList::clipRect | Prototype: | QRect QPlatformTextureList::clipRect(int index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | Lines: | 176-180 |
| | 2 | 1 |
QPlatformTextureList::countName: | QPlatformTextureList::count | Prototype: | int QPlatformTextureList::count() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | Lines: | 146-150 |
| | 2 | 1 |
QPlatformTextureList::flagsName: | QPlatformTextureList::flags | Prototype: | QPlatformTextureList::Flags QPlatformTextureList::flags(int index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | Lines: | 164-168 |
| | 2 | 1 |
QPlatformTextureList::geometryName: | QPlatformTextureList::geometry | Prototype: | QRect QPlatformTextureList::geometry(int index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | Lines: | 170-174 |
| | 2 | 1 |
QPlatformTextureList::isLockedName: | QPlatformTextureList::isLocked | Prototype: | bool QPlatformTextureList::isLocked() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | Lines: | 191-195 |
| | 2 | 1 |
QPlatformTextureList::sourceName: | QPlatformTextureList::source | Prototype: | void *QPlatformTextureList::source(int index) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | Lines: | 158-162 |
| | 2 | 1 |
QPlatformTextureList::textureIdName: | QPlatformTextureList::textureId | Prototype: | GLuint QPlatformTextureList::textureId(int index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | Lines: | 152-156 |
| | 2 | 1 |
QPlatformTextureListPrivate::QPlatformTextureListPrivateName: | QPlatformTextureListPrivate::QPlatformTextureListPrivate | Prototype: | QPlatformTextureListPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | Lines: | 128-131 |
| | 2 | 1 |
QPlatformTextureListWatcher::QPlatformTextureListWatcherName: | QPlatformTextureListWatcher::QPlatformTextureListWatcher | Prototype: | QPlatformTextureListWatcher::QPlatformTextureListWatcher(QWidgetBackingStore *backingStore) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 1055-1058 |
| | 2 | 1 |
QPlatformTextureListWatcher::watchName: | QPlatformTextureListWatcher::watch | Prototype: | void QPlatformTextureListWatcher::watch(QPlatformTextureList *textureList) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 1060-1064 |
| | 2 | 1 |
QPlatformTheme::createPlatformDialogHelperName: | QPlatformTheme::createPlatformDialogHelper | Prototype: | QPlatformDialogHelper *QPlatformTheme::createPlatformDialogHelper(DialogType type) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 384-388 |
| | 2 | 1 |
QPlatformTheme::fontName: | QPlatformTheme::font | Prototype: | const QFont *QPlatformTheme::font(Font type) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 401-405 |
| | 2 | 1 |
QPlatformTheme::usePlatformNativeDialogName: | QPlatformTheme::usePlatformNativeDialog | Prototype: | bool QPlatformTheme::usePlatformNativeDialog(DialogType type) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 378-382 |
| | 2 | 1 |
QPlatformThemePlugin::QPlatformThemePluginName: | QPlatformThemePlugin::QPlatformThemePlugin | Prototype: | QPlatformThemePlugin::QPlatformThemePlugin(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformthemeplugin.cpp | Lines: | 53-56 |
| | 2 | 1 |
QPlatformThemePrivate::initializeSystemPaletteName: | QPlatformThemePrivate::initializeSystemPalette | Prototype: | void QPlatformThemePrivate::initializeSystemPalette() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 357-361 |
| | 2 | 1 |
QPlatformWindow::QPlatformWindowName: | QPlatformWindow::QPlatformWindow | Prototype: | QPlatformWindow::QPlatformWindow(QWindow *window) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | Lines: | 58-64 |
| | 2 | 1 |
QPlatformWindow::geometryName: | QPlatformWindow::geometry | Prototype: | QRect QPlatformWindow::geometry() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | Lines: | 126-130 |
| | 2 | 1 |
QPlatformWindow::isEmbeddedName: | QPlatformWindow::isEmbedded | Prototype: | bool QPlatformWindow::isEmbedded(const QPlatformWindow *parentWindow) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | Lines: | 201-205 |
| | 2 | 1 |
QPlatformWindow::screenName: | QPlatformWindow::screen | Prototype: | QPlatformScreen *QPlatformWindow::screen() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | Lines: | 93-97 |
| | 2 | 1 |
QPlatformWindow::setGeometryName: | QPlatformWindow::setGeometry | Prototype: | void QPlatformWindow::setGeometry(const QRect &rect) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | Lines: | 117-121 |
| | 2 | 1 |
QPlatformWindow::setMaskName: | QPlatformWindow::setMask | Prototype: | void QPlatformWindow::setMask(const QRegion ®ion) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | Lines: | 329-333 |
| | 2 | 1 |
QPlatformWindow::setOpacityName: | QPlatformWindow::setOpacity | Prototype: | void QPlatformWindow::setOpacity(qreal level) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | Lines: | 319-323 |
| | 2 | 1 |
QPlatformWindow::setParentName: | QPlatformWindow::setParent | Prototype: | void QPlatformWindow::setParent(const QPlatformWindow *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | Lines: | 272-276 |
| | 2 | 1 |