| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
usePlatformNativeDialog| Name: | 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: | 372-376 |
| | 2 | 1 |
themeHint| Name: | 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: | 419-451 |
| | 13 | 13 |
standardPixmap| Name: | 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: | 401-407 |
| | 3 | 1 |
standardButtonText| Name: | 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: | 642-645 |
| | 1 | 1 |
palette| Name: | 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: | 384-393 |
| | 6 | 3 |
keyBindings| Name: | 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: | 606-633 |
| | 18 | 4 |
font| Name: | 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: | 395-399 |
| | 2 | 1 |
fileIconPixmap| Name: | 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: | 409-417 |
| | 4 | 1 |
defaultThemeHint| Name: | 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: | 453-526 |
| | 35 | 34 |
defaultStandardButtonText| Name: | 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: | 647-690 |
| | 21 | 20 |
createPlatformSystemTrayIcon| Name: | 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: | 548-551 |
| | 1 | 1 |
createPlatformMenuItem| Name: | 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: | 528-531 |
| | 1 | 1 |
createPlatformMenuBar| Name: | 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: | 538-541 |
| | 1 | 1 |
createPlatformMenu| Name: | 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: | 533-536 |
| | 1 | 1 |
createPlatformDialogHelper| Name: | 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: | 378-382 |
| | 2 | 1 |
createIconEngine| Name: | 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: | 564-567 |
| | 1 | 1 |
QPlatformTheme| Name: | 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: | 357-361 |
| | 3 | 1 |
QPlatformTheme| Name: | 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: | 363-365 |
| | 1 | 1 |