| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QPlatformFontDatabase::subpixelAntialiasingTypeHint| Name: | QPlatformFontDatabase::subpixelAntialiasingTypeHint | | Prototype: | QFontEngine::SubpixelAntialiasingType QPlatformFontDatabase::subpixelAntialiasingTypeHint() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | | Lines: | 470-478 |
| | 4 | 3 |
QPlatformFontDatabase::standardSizes| Name: | QPlatformFontDatabase::standardSizes | | Prototype: | QList<int> QPlatformFontDatabase::standardSizes() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | | Lines: | 459-468 |
| | 4 | 1 |
QPlatformFontDatabase::resolveFontFamilyAlias| Name: | QPlatformFontDatabase::resolveFontFamilyAlias | | Prototype: | QString QPlatformFontDatabase::resolveFontFamilyAlias(const QString &family) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | | Lines: | 436-439 |
| | 1 | 1 |
QPlatformFontDatabase::releaseHandle| Name: | 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 |
QPlatformFontDatabase::registerQPF2Font| Name: | QPlatformFontDatabase::registerQPF2Font | | Prototype: | void QPlatformFontDatabase::registerQPF2Font(const QByteArray &dataArray, void *handle) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | | Lines: | 70-105 |
| | 24 | 8 |
QPlatformFontDatabase::registerFontFamily| Name: | QPlatformFontDatabase::registerFontFamily | | Prototype: | void QPlatformFontDatabase::registerFontFamily(const QString &familyName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | | Lines: | 149-152 |
| | 1 | 1 |
QPlatformFontDatabase::registerFont| Name: | 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 |
QPlatformFontDatabase::registerAliasToFontFamily| Name: | QPlatformFontDatabase::registerAliasToFontFamily | | Prototype: | void QPlatformFontDatabase::registerAliasToFontFamily(const QString &familyName, const QString &alias) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | | Lines: | 666-669 |
| | 1 | 1 |
QPlatformFontDatabase::populateFontDatabase| Name: | QPlatformFontDatabase::populateFontDatabase | | Prototype: | void QPlatformFontDatabase::populateFontDatabase() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | | Lines: | 277-298 |
| | 15 | 4 |
QPlatformFontDatabase::populateFamily| Name: | QPlatformFontDatabase::populateFamily | | Prototype: | void QPlatformFontDatabase::populateFamily(const QString &familyName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | | Lines: | 307-310 |
| | 1 | 1 |
QPlatformFontDatabase::isPrivateFontFamily| Name: | 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::fontsAlwaysScalable| Name: | QPlatformFontDatabase::fontsAlwaysScalable | | Prototype: | bool QPlatformFontDatabase::fontsAlwaysScalable() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | | Lines: | 448-451 |
| | 1 | 1 |
QPlatformFontDatabase::fontEngineMulti| Name: | QPlatformFontDatabase::fontEngineMulti | | Prototype: | QFontEngineMulti *QPlatformFontDatabase::fontEngineMulti(QFontEngine *fontEngine, QChar::Script script) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | | Lines: | 327-330 |
| | 1 | 1 |
QPlatformFontDatabase::fontEngine| Name: | QPlatformFontDatabase::fontEngine | | Prototype: | QFontEngine *QPlatformFontDatabase::fontEngine(const QFontDef &fontDef, void *handle) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | | Lines: | 336-342 |
| | 3 | 1 |
QPlatformFontDatabase::fontEngine| Name: | QPlatformFontDatabase::fontEngine | | Prototype: | QFontEngine *QPlatformFontDatabase::fontEngine(const QByteArray &fontData, qreal pixelSize, QFont::HintingPreference hintingPreference) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | | Lines: | 344-352 |
| | 5 | 1 |
QPlatformFontDatabase::fontDir| Name: | 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::fallbacksForFamily| Name: | QPlatformFontDatabase::fallbacksForFamily | | Prototype: | QStringList QPlatformFontDatabase::fallbacksForFamily(const QString &family, QFont::Style style, QFont::StyleHint styleHint, QChar::Script script) const | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 805-844 |
| | 25 | 7 |
QPlatformFontDatabase::defaultFont| Name: | QPlatformFontDatabase::defaultFont | | Prototype: | QFont QPlatformFontDatabase::defaultFont() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | | Lines: | 423-426 |
| | 1 | 1 |
QPlatformFontDatabase::addApplicationFont| Name: | QPlatformFontDatabase::addApplicationFont | | Prototype: | QStringList QPlatformFontDatabase::addApplicationFont(const QByteArray &fontData, const QString &fileName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | | Lines: | 374-381 |
| | 4 | 1 |
QPlatformFileDialogHelper::setOptions| Name: | QPlatformFileDialogHelper::setOptions | | Prototype: | void QPlatformFileDialogHelper::setOptions(const QSharedPointer<QFileDialogOptions> &options) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 693-696 |
| | 1 | 1 |
QPlatformFileDialogHelper::options| Name: | QPlatformFileDialogHelper::options | | Prototype: | const QSharedPointer<QFileDialogOptions> &QPlatformFileDialogHelper::options() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 688-691 |
| | 1 | 1 |
QPlatformFileDialogHelper::isSupportedUrl| Name: | QPlatformFileDialogHelper::isSupportedUrl | | Prototype: | bool QPlatformFileDialogHelper::isSupportedUrl(const QUrl &url) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 674-677 |
| | 1 | 1 |
QPlatformFileDialogHelper::cleanFilterList| Name: | 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 |
QPlatformDropQtResponse::isAccepted| Name: | QPlatformDropQtResponse::isAccepted | | Prototype: | bool QPlatformDropQtResponse::isAccepted() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdrag.cpp | | Lines: | 60-63 |
| | 1 | 1 |
QPlatformDropQtResponse::acceptedAction| Name: | QPlatformDropQtResponse::acceptedAction | | Prototype: | Qt::DropAction QPlatformDropQtResponse::acceptedAction() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdrag.cpp | | Lines: | 65-68 |
| | 1 | 1 |
QPlatformDropQtResponse::QPlatformDropQtResponse| Name: | 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 |
QPlatformDragQtResponse::answerRect| Name: | QPlatformDragQtResponse::answerRect | | Prototype: | QRect QPlatformDragQtResponse::answerRect() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdrag.cpp | | Lines: | 76-79 |
| | 1 | 1 |
QPlatformDragQtResponse::QPlatformDragQtResponse| Name: | 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 |
QPlatformDragPrivate::QPlatformDragPrivate| Name: | QPlatformDragPrivate::QPlatformDragPrivate | | Prototype: | QPlatformDragPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdrag.cpp | | Lines: | 83-83 |
| | 1 | 1 |
QPlatformDrag::~QPlatformDrag| Name: | 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: | 101-104 |
| | 1 | 1 |
QPlatformDrag::updateAction| Name: | 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 |
QPlatformDrag::ownsDragObject| Name: | QPlatformDrag::ownsDragObject | | Prototype: | bool QPlatformDrag::ownsDragObject() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdrag.cpp | | Lines: | 220-223 |
| | 1 | 1 |
QPlatformDrag::defaultPixmap| Name: | QPlatformDrag::defaultPixmap | | Prototype: | QPixmap QPlatformDrag::defaultPixmap() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdrag.cpp | | Lines: | 208-211 |
| | 1 | 1 |
QPlatformDrag::defaultAction| Name: | QPlatformDrag::defaultAction | | Prototype: | Qt::DropAction QPlatformDrag::defaultAction(Qt::DropActions possibleActions, Qt::KeyboardModifiers modifiers) const | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdrag.cpp | | Lines: | 111-161 |
| | 22 | 11 |
QPlatformDrag::currentDrag| Name: | QPlatformDrag::currentDrag | | Prototype: | QDrag *QPlatformDrag::currentDrag() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdrag.cpp | | Lines: | 106-109 |
| | 1 | 1 |
QPlatformDrag::cancelDrag| Name: | QPlatformDrag::cancelDrag | | Prototype: | void QPlatformDrag::cancelDrag() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdrag.cpp | | Lines: | 172-175 |
| | 1 | 1 |
QPlatformDrag::QPlatformDrag| Name: | 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 |
QPlatformDialogHelper::styleHint| Name: | QPlatformDialogHelper::styleHint | | Prototype: | QVariant QPlatformDialogHelper::styleHint(StyleHint hint) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 137-140 |
| | 1 | 1 |
QPlatformDialogHelper::defaultStyleHint| Name: | 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 |
QPlatformDialogHelper::buttonRole| Name: | QPlatformDialogHelper::buttonRole | | Prototype: | QPlatformDialogHelper::ButtonRole QPlatformDialogHelper::buttonRole(QPlatformDialogHelper::StandardButton button) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 810-851 |
| | 11 | 20 |
QPlatformDialogHelper::buttonLayout| Name: | 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 |
QPlatformDialogHelper::QPlatformDialogHelper| Name: | 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 |
QPlatformCursorPrivate::getInstances| Name: | QPlatformCursorPrivate::getInstances | | Prototype: | QList<QPlatformCursor *> QPlatformCursorPrivate::getInstances() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformcursor.cpp | | Lines: | 52-60 |
| | 5 | 3 |
QPlatformCursorImage::set| Name: | QPlatformCursorImage::set | | Prototype: | void QPlatformCursorImage::set(Qt::CursorShape id) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformcursor.cpp | | Lines: | 548-564 |
| | 11 | 5 |
QPlatformCursorImage::set| Name: | QPlatformCursorImage::set | | Prototype: | void QPlatformCursorImage::set(const QImage &image, int hx, int hy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformcursor.cpp | | Lines: | 571-576 |
| | 3 | 1 |
QPlatformCursorImage::set| Name: | QPlatformCursorImage::set | | Prototype: | void QPlatformCursorImage::set(const uchar *data, const uchar *mask, int width, int height, int hx, int hy) | | Coverage: | 0.000% (0/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformcursor.cpp | | Lines: | 593-648 |
| | 35 | 11 |
QPlatformCursorImage::createSystemCursor| Name: | QPlatformCursorImage::createSystemCursor | | Prototype: | void QPlatformCursorImage::createSystemCursor(int id) | | Coverage: | 0.000% (0/46) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformcursor.cpp | | Lines: | 429-535 |
| | 63 | 23 |
QPlatformCursor::setPos| Name: | 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 |
QPlatformCursor::pos| Name: | QPlatformCursor::pos | | Prototype: | QPoint QPlatformCursor::pos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformcursor.cpp | | Lines: | 116-120 |
| | 1 | 1 |
QPlatformColorDialogHelper::setOptions| Name: | QPlatformColorDialogHelper::setOptions | | Prototype: | void QPlatformColorDialogHelper::setOptions(const QSharedPointer<QColorDialogOptions> &options) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 401-404 |
| | 1 | 1 |
QPlatformColorDialogHelper::options| Name: | QPlatformColorDialogHelper::options | | Prototype: | const QSharedPointer<QColorDialogOptions> &QPlatformColorDialogHelper::options() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 396-399 |
| | 1 | 1 |
QPlatformClipboard::supportsMode| Name: | QPlatformClipboard::supportsMode | | Prototype: | bool QPlatformClipboard::supportsMode(QClipboard::Mode mode) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformclipboard.cpp | | Lines: | 111-114 |
| | 1 | 1 |
QPlatformClipboard::setMimeData| Name: | QPlatformClipboard::setMimeData | | Prototype: | void QPlatformClipboard::setMimeData(QMimeData *data, QClipboard::Mode mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformclipboard.cpp | | Lines: | 102-109 |
| | 3 | 1 |
QPlatformClipboard::ownsMode| Name: | 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 |
QPlatformClipboard::mimeData| Name: | 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::emitChanged| Name: | 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 |
QPlatformBackingStorePrivate::~QPlatformBackingStorePrivate| Name: | QPlatformBackingStorePrivate::~QPlatformBackingStorePrivate | | Prototype: | ~QPlatformBackingStorePrivate() | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | | Lines: | 87-101 |
| | 9 | 5 |
QPlatformBackingStorePrivate::QPlatformBackingStorePrivate| Name: | 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 |
QPlatformBackingStore::~QPlatformBackingStore| Name: | QPlatformBackingStore::~QPlatformBackingStore | | Prototype: | QPlatformBackingStore::~QPlatformBackingStore() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | | Lines: | 612-615 |
| | 1 | 1 |
QPlatformBackingStore::window| Name: | QPlatformBackingStore::window | | Prototype: | QWindow* QPlatformBackingStore::window() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | | Lines: | 621-624 |
| | 1 | 1 |
QPlatformBackingStore::toTexture| Name: | QPlatformBackingStore::toTexture | | Prototype: | GLuint QPlatformBackingStore::toTexture(const QRegion &dirtyRegion, QSize *textureSize, TextureFlags *flags) const | | Coverage: | 0.000% (0/76) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | | Lines: | 458-592 |
| | 76 | 26 |
QPlatformBackingStore::toImage| Name: | QPlatformBackingStore::toImage | | Prototype: | QImage QPlatformBackingStore::toImage() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | | Lines: | 425-428 |
| | 1 | 1 |
QPlatformBackingStore::scroll| Name: | QPlatformBackingStore::scroll | | Prototype: | bool QPlatformBackingStore::scroll(const QRegion &area, int dx, int dy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | | Lines: | 661-668 |
| | 4 | 1 |
QPlatformBackingStore::graphicsBuffer| Name: | QPlatformBackingStore::graphicsBuffer | | Prototype: | QPlatformGraphicsBuffer *QPlatformBackingStore::graphicsBuffer() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | | Lines: | 650-653 |
| | 1 | 1 |
QPlatformBackingStore::composeAndFlush| Name: | QPlatformBackingStore::composeAndFlush | | Prototype: | void QPlatformBackingStore::composeAndFlush(QWindow *window, const QRegion ®ion, const QPoint &offset, QPlatformTextureList *textures, QOpenGLContext *context, bool translucentBackground) | | Coverage: | 0.000% (0/63) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | | Lines: | 307-415 |
| | 70 | 20 |
QPlatformBackingStore::QPlatformBackingStore| Name: | 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 |
QPlatformAccessibility::setRootObject| Name: | QPlatformAccessibility::setRootObject | | Prototype: | void QPlatformAccessibility::setRootObject(QObject *o) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qplatformaccessibility.cpp | | Lines: | 91-104 |
| | 8 | 4 |
QPlatformAccessibility::setActive| Name: | 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 |
QPlatformAccessibility::notifyAccessibilityUpdate| Name: | QPlatformAccessibility::notifyAccessibilityUpdate | | Prototype: | void QPlatformAccessibility::notifyAccessibilityUpdate(QAccessibleEvent *event) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qplatformaccessibility.cpp | | Lines: | 80-89 |
| | 5 | 3 |
QPlatformAccessibility::initialize| Name: | QPlatformAccessibility::initialize | | Prototype: | void QPlatformAccessibility::initialize() | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qplatformaccessibility.cpp | | Lines: | 106-129 |
| | 16 | 6 |
QPlatformAccessibility::cleanup| Name: | QPlatformAccessibility::cleanup | | Prototype: | void QPlatformAccessibility::cleanup() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qplatformaccessibility.cpp | | Lines: | 131-134 |
| | 1 | 1 |
QPlatformAccessibility::QPlatformAccessibility| Name: | 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 |
QPlainTextEditPrivate::verticalOffset| Name: | QPlainTextEditPrivate::verticalOffset | | Prototype: | qreal QPlainTextEditPrivate::verticalOffset(int topBlock, int topLine) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 479-500 |
| | 16 | 4 |
QPlainTextEditPrivate::verticalOffset| Name: | QPlainTextEditPrivate::verticalOffset | | Prototype: | qreal QPlainTextEditPrivate::verticalOffset() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 503-505 |
| | 1 | 1 |
QPlainTextEditPrivate::updateViewport| Name: | QPlainTextEditPrivate::updateViewport | | Prototype: | void QPlainTextEditPrivate::updateViewport() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 738-743 |
| | 3 | 1 |
QPlainTextEditPrivate::updateDefaultTextOption| Name: | QPlainTextEditPrivate::updateDefaultTextOption | | Prototype: | void QPlainTextEditPrivate::updateDefaultTextOption() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 2016-2030 |
| | 8 | 3 |
QPlainTextEditPrivate::setTopLine| Name: | QPlainTextEditPrivate::setTopLine | | Prototype: | void QPlainTextEditPrivate::setTopLine(int visualTopLine, int dx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 618-625 |
| | 5 | 1 |
QPlainTextEditPrivate::setTopBlock| Name: | QPlainTextEditPrivate::setTopBlock | | Prototype: | void QPlainTextEditPrivate::setTopBlock(int blockNumber, int lineNumber, int dx) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 627-682 |
| | 35 | 6 |
QPlainTextEditPrivate::relayoutDocument| Name: | 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 |
QPlainTextEditPrivate::pageUpDown| Name: | QPlainTextEditPrivate::pageUpDown | | Prototype: | void QPlainTextEditPrivate::pageUpDown(QTextCursor::MoveOperation op, QTextCursor::MoveMode moveMode, bool moveCursor) | | Coverage: | 0.000% (0/75) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 839-948 |
| | 72 | 23 |
QPlainTextEditPrivate::init| Name: | 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::ensureVisible| Name: | QPlainTextEditPrivate::ensureVisible | | Prototype: | void QPlainTextEditPrivate::ensureVisible(int position, bool center, bool forceCenter) | | Coverage: | 0.000% (0/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 686-735 |
| | 36 | 11 |
QPlainTextEditPrivate::ensureCursorVisible| Name: | QPlainTextEditPrivate::ensureCursorVisible | | Prototype: | void QPlainTextEditPrivate::ensureCursorVisible(bool center) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 3039-3053 |
| | 9 | 3 |
QPlainTextEditPrivate::append| Name: | QPlainTextEditPrivate::append | | Prototype: | void QPlainTextEditPrivate::append(const QString &text, Qt::TextFormat format) | | Coverage: | 0.000% (0/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 2953-3012 |
| | 41 | 10 |
QPlainTextEditPrivate::_q_verticalScrollbarActionTriggered| Name: | QPlainTextEditPrivate::_q_verticalScrollbarActionTriggered | | Prototype: | void QPlainTextEditPrivate::_q_verticalScrollbarActionTriggered(int action) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 451-457 |
| | 4 | 3 |
QPlainTextEditPrivate::_q_repaintContents| Name: | QPlainTextEditPrivate::_q_repaintContents | | Prototype: | void QPlainTextEditPrivate::_q_repaintContents(const QRectF &contentsRect) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 819-837 |
| | 13 | 3 |
QPlainTextEditPrivate::_q_cursorPositionChanged| Name: | QPlainTextEditPrivate::_q_cursorPositionChanged | | Prototype: | void QPlainTextEditPrivate::_q_cursorPositionChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 440-449 |
| | 5 | 1 |
QPlainTextEditPrivate::_q_adjustScrollbars| Name: | QPlainTextEditPrivate::_q_adjustScrollbars | | Prototype: | void QPlainTextEditPrivate::_q_adjustScrollbars() | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 952-1025 |
| | 52 | 9 |
QPlainTextEditPrivate::QPlainTextEditPrivate| Name: | QPlainTextEditPrivate::QPlainTextEditPrivate | | Prototype: | QPlainTextEditPrivate::QPlainTextEditPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 745-757 |
| | 4 | 1 |
QPlainTextEditControl::insertFromMimeData| Name: | 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 |
QPlainTextEditControl::hitTest| Name: | QPlainTextEditControl::hitTest | | Prototype: | int QPlainTextEditControl::hitTest(const QPointF &point, Qt::HitTestAccuracy ) const | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 515-560 |
| | 34 | 8 |
QPlainTextEditControl::firstVisibleBlock| Name: | QPlainTextEditControl::firstVisibleBlock | | Prototype: | QTextBlock QPlainTextEditControl::firstVisibleBlock() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 508-511 |
| | 1 | 1 |
QPlainTextEditControl::createMimeDataFromSelection| Name: | QPlainTextEditControl::createMimeDataFromSelection | | Prototype: | QMimeData *QPlainTextEditControl::createMimeDataFromSelection() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 459-464 |
| | 4 | 2 |
QPlainTextEditControl::canInsertFromMimeData| Name: | QPlainTextEditControl::canInsertFromMimeData | | Prototype: | bool QPlainTextEditControl::canInsertFromMimeData(const QMimeData *source) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 465-470 |
| | 4 | 2 |
QPlainTextEditControl::blockBoundingRect| Name: | QPlainTextEditControl::blockBoundingRect | | Prototype: | QRectF QPlainTextEditControl::blockBoundingRect(const QTextBlock &block) const | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 562-611 |
| | 38 | 10 |
QPlainTextEditControl::anchorAt| Name: | QPlainTextEditControl::anchorAt | | Prototype: | QString QPlainTextEditControl::anchorAt(const QPointF &pos) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 613-616 |
| | 1 | 1 |
QPlainTextEditControl::QPlainTextEditControl| Name: | QPlainTextEditControl::QPlainTextEditControl | | Prototype: | QPlainTextEditControl::QPlainTextEditControl(QPlainTextEdit *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 433-438 |
| | 1 | 1 |
QPlainTextEdit::~QPlainTextEdit| Name: | QPlainTextEdit::~QPlainTextEdit | | Prototype: | QPlainTextEdit::~QPlainTextEdit() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 1269-1276 |
| | 4 | 3 |
QPlainTextEdit::zoomOut| Name: | QPlainTextEdit::zoomOut | | Prototype: | void QPlainTextEdit::zoomOut(int range) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 2340-2343 |
| | 1 | 1 |
QPlainTextEdit::zoomInF| Name: | QPlainTextEdit::zoomInF | | Prototype: | void QPlainTextEdit::zoomInF(float range) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 2348-2358 |
| | 8 | 3 |