Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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 |
QPlatformThemePrivate::QPlatformThemePrivateName: | QPlatformThemePrivate::QPlatformThemePrivate | Prototype: | QPlatformThemePrivate::QPlatformThemePrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 346-348 |
| | 1 | 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 |
QPlatformThemeFactory::keysName: | QPlatformThemeFactory::keys | Prototype: | QStringList QPlatformThemeFactory::keys(const QString &platformPluginPath) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformthemefactory.cpp | Lines: | 82-104 |
| | 13 | 4 |
QPlatformThemeFactory::createName: | QPlatformThemeFactory::create | Prototype: | QPlatformTheme *QPlatformThemeFactory::create(const QString& key, const QString &platformPluginPath) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformthemefactory.cpp | Lines: | 59-74 |
| | 7 | 3 |
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 |
QPlatformTheme::themeHintName: | QPlatformTheme::themeHint | Prototype: | QVariant QPlatformTheme::themeHint(ThemeHint hint) const | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 425-457 |
| | 13 | 13 |
QPlatformTheme::standardPixmapName: | QPlatformTheme::standardPixmap | Prototype: | QPixmap QPlatformTheme::standardPixmap(StandardPixmap sp, const QSizeF &size) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 407-413 |
| | 3 | 1 |
QPlatformTheme::standardButtonTextName: | QPlatformTheme::standardButtonText | Prototype: | QString QPlatformTheme::standardButtonText(int button) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 648-651 |
| | 1 | 1 |
QPlatformTheme::removeMnemonicsName: | QPlatformTheme::removeMnemonics | Prototype: | QString QPlatformTheme::removeMnemonics(const QString &original) | Coverage: | 0.000% (0/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 698-731 |
| | 28 | 6 |
QPlatformTheme::paletteName: | QPlatformTheme::palette | Prototype: | const QPalette *QPlatformTheme::palette(Palette type) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 390-399 |
| | 6 | 3 |
QPlatformTheme::keyBindingsName: | QPlatformTheme::keyBindings | Prototype: | QList<QKeySequence> QPlatformTheme::keyBindings(QKeySequence::StandardKey key) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 612-639 |
| | 18 | 4 |
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::fileIconPixmapName: | QPlatformTheme::fileIconPixmap | Prototype: | QPixmap QPlatformTheme::fileIconPixmap(const QFileInfo &fileInfo, const QSizeF &size, QPlatformTheme::IconOptions iconOptions) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 415-423 |
| | 4 | 1 |
QPlatformTheme::defaultThemeHintName: | QPlatformTheme::defaultThemeHint | Prototype: | QVariant QPlatformTheme::defaultThemeHint(ThemeHint hint) | Coverage: | 0.000% (0/65) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 459-532 |
| | 35 | 34 |
QPlatformTheme::defaultStandardButtonTextName: | QPlatformTheme::defaultStandardButtonText | Prototype: | QString QPlatformTheme::defaultStandardButtonText(int button) | Coverage: | 0.000% (0/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 653-696 |
| | 21 | 20 |
QPlatformTheme::createPlatformSystemTrayIconName: | QPlatformTheme::createPlatformSystemTrayIcon | Prototype: | QPlatformSystemTrayIcon *QPlatformTheme::createPlatformSystemTrayIcon() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 554-557 |
| | 1 | 1 |
QPlatformTheme::createPlatformMenuItemName: | QPlatformTheme::createPlatformMenuItem | Prototype: | QPlatformMenuItem *QPlatformTheme::createPlatformMenuItem() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 534-537 |
| | 1 | 1 |
QPlatformTheme::createPlatformMenuBarName: | QPlatformTheme::createPlatformMenuBar | Prototype: | QPlatformMenuBar *QPlatformTheme::createPlatformMenuBar() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 544-547 |
| | 1 | 1 |
QPlatformTheme::createPlatformMenuName: | QPlatformTheme::createPlatformMenu | Prototype: | QPlatformMenu *QPlatformTheme::createPlatformMenu() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 539-542 |
| | 1 | 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::createIconEngineName: | QPlatformTheme::createIconEngine | Prototype: | QIconEngine *QPlatformTheme::createIconEngine(const QString &iconName) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 570-573 |
| | 1 | 1 |
QPlatformTheme::QPlatformThemeName: | QPlatformTheme::QPlatformTheme | Prototype: | QPlatformTheme::QPlatformTheme() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 363-367 |
| | 3 | 1 |
QPlatformTheme::QPlatformThemeName: | QPlatformTheme::QPlatformTheme | Prototype: | QPlatformTheme::QPlatformTheme(QPlatformThemePrivate *priv) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 369-371 |
| | 1 | 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 |
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 |
QPlatformTextureListWatcher::isLockedName: | QPlatformTextureListWatcher::isLocked | Prototype: | bool QPlatformTextureListWatcher::isLocked() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 1066-1073 |
| | 4 | 3 |
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 |
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 |
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 |
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::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 |
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::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::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::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::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::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::appendTextureName: | QPlatformTextureList::appendTexture | Prototype: | void QPlatformTextureList::appendTexture(void *source, GLuint textureId, const QRect &geometry, const QRect &clipRect, Flags flags) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | Lines: | 197-208 |
| | 8 | 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 |
QPlatformSystemTrayIcon::createMenuName: | QPlatformSystemTrayIcon::createMenu | Prototype: | QPlatformMenu *QPlatformSystemTrayIcon::createMenu() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformsystemtrayicon.cpp | Lines: | 171-174 |
| | 1 | 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 |
QPlatformSurface::surfaceName: | QPlatformSurface::surface | Prototype: | QSurface *QPlatformSurface::surface() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformsurface.cpp | Lines: | 58-61 |
| | 1 | 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 |
QPlatformSessionManager::setRestartHintName: | QPlatformSessionManager::setRestartHint | Prototype: | void QPlatformSessionManager::setRestartHint(QSessionManager::RestartHint restartHint) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformsessionmanager.cpp | Lines: | 89-92 |
| | 1 | 1 |
QPlatformSessionManager::setRestartCommandName: | QPlatformSessionManager::setRestartCommand | Prototype: | void QPlatformSessionManager::setRestartCommand(const QStringList &command) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformsessionmanager.cpp | Lines: | 99-102 |
| | 1 | 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 |
QPlatformSessionManager::setDiscardCommandName: | QPlatformSessionManager::setDiscardCommand | Prototype: | void QPlatformSessionManager::setDiscardCommand(const QStringList &command) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformsessionmanager.cpp | Lines: | 109-112 |
| | 1 | 1 |
QPlatformSessionManager::sessionKeyName: | QPlatformSessionManager::sessionKey | Prototype: | QString QPlatformSessionManager::sessionKey() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformsessionmanager.cpp | Lines: | 66-69 |
| | 1 | 1 |
QPlatformSessionManager::sessionIdName: | QPlatformSessionManager::sessionId | Prototype: | QString QPlatformSessionManager::sessionId() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformsessionmanager.cpp | Lines: | 61-64 |
| | 1 | 1 |
QPlatformSessionManager::restartHintName: | QPlatformSessionManager::restartHint | Prototype: | QSessionManager::RestartHint QPlatformSessionManager::restartHint() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformsessionmanager.cpp | Lines: | 94-97 |
| | 1 | 1 |
QPlatformSessionManager::restartCommandName: | QPlatformSessionManager::restartCommand | Prototype: | QStringList QPlatformSessionManager::restartCommand() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformsessionmanager.cpp | Lines: | 104-107 |
| | 1 | 1 |
QPlatformSessionManager::isPhase2Name: | QPlatformSessionManager::isPhase2 | Prototype: | bool QPlatformSessionManager::isPhase2() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformsessionmanager.cpp | Lines: | 131-134 |
| | 1 | 1 |
QPlatformSessionManager::discardCommandName: | QPlatformSessionManager::discardCommand | Prototype: | QStringList QPlatformSessionManager::discardCommand() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformsessionmanager.cpp | Lines: | 114-117 |
| | 1 | 1 |
QPlatformSessionManager::appSaveStateName: | QPlatformSessionManager::appSaveState | Prototype: | void QPlatformSessionManager::appSaveState() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformsessionmanager.cpp | Lines: | 145-148 |
| | 1 | 1 |
QPlatformSessionManager::appCommitDataName: | QPlatformSessionManager::appCommitData | Prototype: | void QPlatformSessionManager::appCommitData() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformsessionmanager.cpp | Lines: | 140-143 |
| | 1 | 1 |
QPlatformSessionManager::allowsInteractionName: | QPlatformSessionManager::allowsInteraction | Prototype: | bool QPlatformSessionManager::allowsInteraction() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformsessionmanager.cpp | Lines: | 71-74 |
| | 1 | 1 |
QPlatformSessionManager::allowsErrorInteractionName: | QPlatformSessionManager::allowsErrorInteraction | Prototype: | bool QPlatformSessionManager::allowsErrorInteraction() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformsessionmanager.cpp | Lines: | 76-79 |
| | 1 | 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 |
QPlatformServices::openUrlName: | QPlatformServices::openUrl | Prototype: | bool QPlatformServices::openUrl(const QUrl &url) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformservices.cpp | Lines: | 61-66 |
| | 3 | 1 |
QPlatformServices::openDocumentName: | QPlatformServices::openDocument | Prototype: | bool QPlatformServices::openDocument(const QUrl &url) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformservices.cpp | Lines: | 68-73 |
| | 3 | 1 |
QPlatformServices::desktopEnvironmentName: | QPlatformServices::desktopEnvironment | Prototype: | QByteArray QPlatformServices::desktopEnvironment() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformservices.cpp | Lines: | 83-86 |
| | 1 | 1 |
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 |
QPlatformScreen::virtualSiblingsName: | QPlatformScreen::virtualSiblings | Prototype: | QList<QPlatformScreen *> QPlatformScreen::virtualSiblings() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 131-136 |
| | 3 | 1 |
QPlatformScreen::transformBetweenName: | QPlatformScreen::transformBetween | Prototype: | QTransform QPlatformScreen::transformBetween(Qt::ScreenOrientation a, Qt::ScreenOrientation b, const QRect &target) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 395-424 |
| | 17 | 7 |
QPlatformScreen::topLevelAtName: | QPlatformScreen::topLevelAt | Prototype: | QWindow *QPlatformScreen::topLevelAt(const QPoint & pos) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 94-104 |
| | 6 | 3 |
QPlatformScreen::subpixelAntialiasingTypeHintName: | QPlatformScreen::subpixelAntialiasingTypeHint | Prototype: | QPlatformScreen::SubpixelAntialiasingType QPlatformScreen::subpixelAntialiasingTypeHint() const | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 459-477 |
| | 12 | 6 |
QPlatformScreen::setPowerStateName: | QPlatformScreen::setPowerState | Prototype: | void QPlatformScreen::setPowerState(PowerState state) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 492-495 |
| | 1 | 1 |
QPlatformScreen::setOrientationUpdateMaskName: | QPlatformScreen::setOrientationUpdateMask | Prototype: | void QPlatformScreen::setOrientationUpdateMask(Qt::ScreenOrientations mask) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 268-271 |
| | 1 | 1 |
QPlatformScreen::screenForPositionName: | QPlatformScreen::screenForPosition | Prototype: | const QPlatformScreen *QPlatformScreen::screenForPosition(const QPoint &point) const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 111-121 |
| | 6 | 4 |
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 |
QPlatformScreen::resizeMaximizedWindowsName: | QPlatformScreen::resizeMaximizedWindows | Prototype: | void QPlatformScreen::resizeMaximizedWindows() | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 331-357 |
| | 15 | 6 |
QPlatformScreen::refreshRateName: | QPlatformScreen::refreshRate | Prototype: | qreal QPlatformScreen::refreshRate() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 221-224 |
| | 1 | 1 |
QPlatformScreen::powerStateName: | QPlatformScreen::powerState | Prototype: | QPlatformScreen::PowerState QPlatformScreen::powerState() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 484-487 |
| | 1 | 1 |
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::pixelDensityName: | QPlatformScreen::pixelDensity | Prototype: | qreal QPlatformScreen::pixelDensity() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 210-213 |
| | 1 | 1 |
QPlatformScreen::physicalSizeName: | QPlatformScreen::physicalSize | Prototype: | QSizeF QPlatformScreen::physicalSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 156-160 |
| | 1 | 1 |
QPlatformScreen::orientationName: | QPlatformScreen::orientation | Prototype: | Qt::ScreenOrientation QPlatformScreen::orientation() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 245-248 |
| | 1 | 1 |
QPlatformScreen::nativeOrientationName: | QPlatformScreen::nativeOrientation | Prototype: | Qt::ScreenOrientation QPlatformScreen::nativeOrientation() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 233-236 |
| | 1 | 1 |
QPlatformScreen::mapBetweenName: | QPlatformScreen::mapBetween | Prototype: | QRect QPlatformScreen::mapBetween(Qt::ScreenOrientation a, Qt::ScreenOrientation b, const QRect &rect) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 426-443 |
| | 9 | 4 |
QPlatformScreen::logicalDpiName: | QPlatformScreen::logicalDpi | Prototype: | QDpi QPlatformScreen::logicalDpi() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 174-181 |
| | 4 | 1 |
QPlatformScreen::grabWindowName: | QPlatformScreen::grabWindow | Prototype: | QPixmap QPlatformScreen::grabWindow(WId window, int x, int y, int width, int height) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 78-86 |
| | 6 | 1 |
QPlatformScreen::devicePixelRatioName: | QPlatformScreen::devicePixelRatio | Prototype: | qreal QPlatformScreen::devicePixelRatio() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 192-195 |
| | 1 | 1 |
QPlatformScreen::deviceIndependentGeometryName: | QPlatformScreen::deviceIndependentGeometry | Prototype: | QRect QPlatformScreen::deviceIndependentGeometry() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 445-450 |
| | 3 | 1 |
QPlatformScreen::cursorName: | QPlatformScreen::cursor | Prototype: | QPlatformCursor *QPlatformScreen::cursor() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 322-325 |
| | 1 | 1 |
QPlatformScreen::angleBetweenName: | QPlatformScreen::angleBetween | Prototype: | int QPlatformScreen::angleBetween(Qt::ScreenOrientation a, Qt::ScreenOrientation b) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 373-393 |
| | 12 | 4 |
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 |
QPlatformPrinterSupportPlugin::getName: | QPlatformPrinterSupportPlugin::get | Prototype: | QPlatformPrinterSupport *QPlatformPrinterSupportPlugin::get() | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintplugin.cpp | Lines: | 76-86 |
| | 7 | 4 |
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 |
QPlatformPrinterSupport::defaultPrintDeviceIdName: | QPlatformPrinterSupport::defaultPrintDeviceId | Prototype: | QString QPlatformPrinterSupport::defaultPrintDeviceId() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintersupport.cpp | Lines: | 102-105 |
| | 1 | 1 |
QPlatformPrinterSupport::createPrintDeviceName: | QPlatformPrinterSupport::createPrintDevice | Prototype: | QPrintDevice QPlatformPrinterSupport::createPrintDevice(QPlatformPrintDevice *device) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintersupport.cpp | Lines: | 81-84 |
| | 1 | 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 |
QPlatformPrinterSupport::createPaintEngineName: | QPlatformPrinterSupport::createPaintEngine | Prototype: | QPaintEngine *QPlatformPrinterSupport::createPaintEngine(QPrintEngine *, QPrinter::PrinterMode) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintersupport.cpp | Lines: | 76-79 |
| | 1 | 1 |
QPlatformPrinterSupport::createPageSizeName: | QPlatformPrinterSupport::createPageSize | Prototype: | QPageSize QPlatformPrinterSupport::createPageSize(const QString &id, QSize size, const QString &localizedName) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintersupport.cpp | Lines: | 107-113 |
| | 4 | 1 |
QPlatformPrinterSupport::createNativePrintEngineName: | QPlatformPrinterSupport::createNativePrintEngine | Prototype: | QPrintEngine *QPlatformPrinterSupport::createNativePrintEngine(QPrinter::PrinterMode) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintersupport.cpp | Lines: | 71-74 |
| | 1 | 1 |
QPlatformPrinterSupport::createDefaultPrintDeviceName: | QPlatformPrinterSupport::createDefaultPrintDevice | Prototype: | QPrintDevice QPlatformPrinterSupport::createDefaultPrintDevice() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintersupport.cpp | Lines: | 92-95 |
| | 1 | 1 |
QPlatformPrinterSupport::availablePrintDeviceIdsName: | QPlatformPrinterSupport::availablePrintDeviceIds | Prototype: | QStringList QPlatformPrinterSupport::availablePrintDeviceIds() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintersupport.cpp | Lines: | 97-100 |
| | 1 | 1 |
QPlatformPrintDevice::supportsMultipleCopiesName: | QPlatformPrintDevice::supportsMultipleCopies | Prototype: | bool QPlatformPrintDevice::supportsMultipleCopies() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | Lines: | 145-148 |
| | 1 | 1 |
QPlatformPrintDevice::supportsCustomPageSizesName: | QPlatformPrintDevice::supportsCustomPageSizes | Prototype: | bool QPlatformPrintDevice::supportsCustomPageSizes() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | Lines: | 256-259 |
| | 1 | 1 |