| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QCompletionModel::data| Name: | QCompletionModel::data | | Prototype: | QVariant QCompletionModel::data(const QModelIndex& index, int role) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 382-386 |
| | 2 | 1 |
QCompletionModel::currentIndex| Name: | QCompletionModel::currentIndex | | Prototype: | QModelIndex QCompletionModel::currentIndex(bool sourceIndex) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 293-306 |
| | 9 | 4 |
QCompletionModel::createEngine| Name: | QCompletionModel::createEngine | | Prototype: | void QCompletionModel::createEngine() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 192-213 |
| | 12 | 6 |
QCompletionModel::completionCount| Name: | QCompletionModel::completionCount | | Prototype: | int QCompletionModel::completionCount() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 332-339 |
| | 4 | 2 |
QCompletionModel::columnCount| Name: | QCompletionModel::columnCount | | Prototype: | int QCompletionModel::columnCount(const QModelIndex &) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 162-166 |
| | 2 | 1 |
QCompletionModel::QCompletionModel| Name: | QCompletionModel::QCompletionModel | | Prototype: | QCompletionModel::QCompletionModel(QCompleterPrivate *c, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 155-160 |
| | 1 | 1 |
QCompletionEngine::saveInCache| Name: | QCompletionEngine::saveInCache | | Prototype: | void QCompletionEngine::saveInCache(QString part, const QModelIndex& parent, const QMatchData& m) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 518-547 |
| | 21 | 7 |
QCompletionEngine::matchHint| Name: | QCompletionEngine::matchHint | | Prototype: | bool QCompletionEngine::matchHint(QString part, const QModelIndex& parent, QMatchData *hint) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 487-504 |
| | 10 | 4 |
QCompletionEngine::lookupCache| Name: | QCompletionEngine::lookupCache | | Prototype: | bool QCompletionEngine::lookupCache(QString part, const QModelIndex& parent, QMatchData *m) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 506-515 |
| | 7 | 3 |
QCompletionEngine::filterHistory| Name: | QCompletionEngine::filterHistory | | Prototype: | QMatchData QCompletionEngine::filterHistory() | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 452-484 |
| | 17 | 4 |
QCompletionEngine::filter| Name: | QCompletionEngine::filter | | Prototype: | void QCompletionEngine::filter(const QStringList& parts) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 418-450 |
| | 22 | 6 |
QCompleterPrivate::showPopup| Name: | QCompleterPrivate::showPopup | | Prototype: | void QCompleterPrivate::showPopup(const QRect& rect) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 894-936 |
| | 31 | 9 |
QCompleterPrivate::setCurrentIndex| Name: | QCompleterPrivate::setCurrentIndex | | Prototype: | void QCompleterPrivate::setCurrentIndex(QModelIndex index, bool select) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 818-837 |
| | 13 | 5 |
QCompleterPrivate::init| Name: | QCompleterPrivate::init | | Prototype: | void QCompleterPrivate::init(QAbstractItemModel *m) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 805-816 |
| | 5 | 1 |
QCompleterPrivate::_q_fileSystemModelDirectoryLoaded| Name: | QCompleterPrivate::_q_fileSystemModelDirectoryLoaded | | Prototype: | void QCompleterPrivate::_q_fileSystemModelDirectoryLoaded(const QString &path) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 938-949 |
| | 5 | 2 |
QCompleterPrivate::_q_completionSelected| Name: | QCompleterPrivate::_q_completionSelected | | Prototype: | void QCompleterPrivate::_q_completionSelected(const QItemSelection& selection) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 839-846 |
| | 4 | 2 |
QCompleterPrivate::_q_complete| Name: | QCompleterPrivate::_q_complete | | Prototype: | void QCompleterPrivate::_q_complete(QModelIndex index, bool highlighted) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 848-885 |
| | 21 | 8 |
QCompleterPrivate::_q_autoResizePopup| Name: | QCompleterPrivate::_q_autoResizePopup | | Prototype: | void QCompleterPrivate::_q_autoResizePopup() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 887-892 |
| | 3 | 2 |
QCompleterPrivate::QCompleterPrivate| Name: | QCompleterPrivate::QCompleterPrivate | | Prototype: | QCompleterPrivate::QCompleterPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 798-803 |
| | 2 | 1 |
QCompleter::wrapAround| Name: | QCompleter::wrapAround | | Prototype: | bool QCompleter::wrapAround() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1626-1630 |
| | 2 | 1 |
QCompleter::widget| Name: | QCompleter::widget | | Prototype: | QWidget *QCompleter::widget() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1020-1024 |
| | 2 | 1 |
QCompleter::splitPath| Name: | QCompleter::splitPath | | Prototype: | QStringList QCompleter::splitPath(const QString& path) const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1808-1847 |
| | 13 | 3 |
QCompleter::setWrapAround| Name: | QCompleter::setWrapAround | | Prototype: | void QCompleter::setWrapAround(bool wrap) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1618-1624 |
| | 4 | 2 |
QCompleter::setWidget| Name: | QCompleter::setWidget | | Prototype: | void QCompleter::setWidget(QWidget *widget) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1001-1013 |
| | 9 | 4 |
QCompleter::setPopup| Name: | QCompleter::setPopup | | Prototype: | void QCompleter::setPopup(QAbstractItemView *popup) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1184-1223 |
| | 29 | 7 |
QCompleter::setModelSorting| Name: | QCompleter::setModelSorting | | Prototype: | void QCompleter::setModelSorting(QCompleter::ModelSorting sorting) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1542-1550 |
| | 6 | 2 |
QCompleter::setModel| Name: | QCompleter::setModel | | Prototype: | void QCompleter::setModel(QAbstractItemModel *model) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1037-1071 |
| | 16 | 6 |
QCompleter::setMaxVisibleItems| Name: | QCompleter::setMaxVisibleItems | | Prototype: | void QCompleter::setMaxVisibleItems(int maxItems) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1645-1654 |
| | 6 | 2 |
QCompleter::setFilterMode| Name: | QCompleter::setFilterMode | | Prototype: | void QCompleter::setFilterMode(Qt::MatchFlags filterMode) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1144-1161 |
| | 11 | 3 |
QCompleter::setCurrentRow| Name: | QCompleter::setCurrentRow | | Prototype: | bool QCompleter::setCurrentRow(int row) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1480-1484 |
| | 2 | 1 |
QCompleter::setCompletionRole| Name: | QCompleter::setCompletionRole | | Prototype: | void QCompleter::setCompletionRole(int role) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1596-1603 |
| | 5 | 2 |
QCompleter::setCompletionPrefix| Name: | QCompleter::setCompletionPrefix | | Prototype: | void QCompleter::setCompletionPrefix(const QString &prefix) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1687-1692 |
| | 3 | 1 |
QCompleter::setCompletionMode| Name: | QCompleter::setCompletionMode | | Prototype: | void QCompleter::setCompletionMode(QCompleter::CompletionMode mode) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1102-1119 |
| | 11 | 5 |
QCompleter::setCompletionColumn| Name: | QCompleter::setCompletionColumn | | Prototype: | void QCompleter::setCompletionColumn(int column) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1569-1580 |
| | 7 | 3 |
QCompleter::setCaseSensitivity| Name: | QCompleter::setCaseSensitivity | | Prototype: | void QCompleter::setCaseSensitivity(Qt::CaseSensitivity cs) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1664-1672 |
| | 6 | 2 |
QCompleter::popup| Name: | QCompleter::popup | | Prototype: | QAbstractItemView *QCompleter::popup() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1230-1246 |
| | 11 | 2 |
QCompleter::pathFromIndex| Name: | QCompleter::pathFromIndex | | Prototype: | QString QCompleter::pathFromIndex(const QModelIndex& index) const | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1752-1794 |
| | 26 | 7 |
QCompleter::modelSorting| Name: | QCompleter::modelSorting | | Prototype: | QCompleter::ModelSorting QCompleter::modelSorting() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1552-1556 |
| | 2 | 1 |
QCompleter::model| Name: | QCompleter::model | | Prototype: | QAbstractItemModel *QCompleter::model() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1078-1082 |
| | 2 | 1 |
QCompleter::maxVisibleItems| Name: | QCompleter::maxVisibleItems | | Prototype: | int QCompleter::maxVisibleItems() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1639-1643 |
| | 2 | 1 |
QCompleter::filterMode| Name: | QCompleter::filterMode | | Prototype: | Qt::MatchFlags QCompleter::filterMode() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1163-1167 |
| | 2 | 1 |
QCompleter::eventFilter| Name: | QCompleter::eventFilter | | Prototype: | bool QCompleter::eventFilter(QObject *o, QEvent *e) | | Coverage: | 0.000% (0/104) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1259-1431 |
| | 75 | 36 |
QCompleter::event| Name: | QCompleter::event | | Prototype: | bool QCompleter::event(QEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1251-1254 |
| | 1 | 1 |
QCompleter::currentRow| Name: | QCompleter::currentRow | | Prototype: | int QCompleter::currentRow() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1491-1495 |
| | 2 | 1 |
QCompleter::currentIndex| Name: | QCompleter::currentIndex | | Prototype: | QModelIndex QCompleter::currentIndex() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1705-1709 |
| | 2 | 1 |
QCompleter::currentCompletion| Name: | QCompleter::currentCompletion | | Prototype: | QString QCompleter::currentCompletion() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1718-1722 |
| | 2 | 1 |
QCompleter::completionRole| Name: | QCompleter::completionRole | | Prototype: | int QCompleter::completionRole() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1605-1609 |
| | 2 | 1 |
QCompleter::completionPrefix| Name: | QCompleter::completionPrefix | | Prototype: | QString QCompleter::completionPrefix() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1694-1698 |
| | 2 | 1 |
QCompleter::completionModel| Name: | QCompleter::completionModel | | Prototype: | QAbstractItemModel *QCompleter::completionModel() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1735-1739 |
| | 2 | 1 |
QCompleter::completionMode| Name: | QCompleter::completionMode | | Prototype: | QCompleter::CompletionMode QCompleter::completionMode() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1121-1125 |
| | 2 | 1 |
QCompleter::completionCount| Name: | QCompleter::completionCount | | Prototype: | int QCompleter::completionCount() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1502-1506 |
| | 2 | 1 |
QCompleter::completionColumn| Name: | QCompleter::completionColumn | | Prototype: | int QCompleter::completionColumn() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1582-1586 |
| | 2 | 1 |
QCompleter::complete| Name: | QCompleter::complete | | Prototype: | void QCompleter::complete(const QRect& rect) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1443-1469 |
| | 19 | 6 |
QCompleter::caseSensitivity| Name: | QCompleter::caseSensitivity | | Prototype: | Qt::CaseSensitivity QCompleter::caseSensitivity() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1674-1678 |
| | 2 | 1 |
QCompleter::QCompleter| Name: | QCompleter::QCompleter | | Prototype: | QCompleter::QCompleter(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 954-959 |
| | 2 | 1 |
QCompleter::QCompleter| Name: | QCompleter::QCompleter | | Prototype: | QCompleter::QCompleter(QAbstractItemModel *model, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 965-970 |
| | 2 | 1 |
QCompleter::QCompleter| Name: | QCompleter::QCompleter | | Prototype: | QCompleter::QCompleter(const QStringList& list, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 977-982 |
| | 2 | 1 |
QCommonStylePrivate::viewItemSize| Name: | QCommonStylePrivate::viewItemSize | | Prototype: | QSize QCommonStylePrivate::viewItemSize(const QStyleOptionViewItem *option, int role) const | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 813-862 |
| | 31 | 14 |
QCommonStylePrivate::viewItemLayout| Name: | QCommonStylePrivate::viewItemLayout | | Prototype: | void QCommonStylePrivate::viewItemLayout(const QStyleOptionViewItem *opt, QRect *checkRect, QRect *pixmapRect, QRect *textRect, bool sizehint) const | | Coverage: | 0.000% (0/77) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 940-1063 |
| | 84 | 21 |
QCommonStylePrivate::viewItemDrawText| Name: | QCommonStylePrivate::viewItemDrawText | | Prototype: | void QCommonStylePrivate::viewItemDrawText(QPainter *p, const QStyleOptionViewItem *option, const QRect &rect) const | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 864-930 |
| | 54 | 7 |
QCommonStylePrivate::tabLayout| Name: | QCommonStylePrivate::tabLayout | | Prototype: | void QCommonStylePrivate::tabLayout(const QStyleOptionTab *opt, const QWidget *widget, QRect *textRect, QRect *iconRect) const | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 1073-1133 |
| | 43 | 10 |
QCommonStylePrivate::stopAnimation| Name: | QCommonStylePrivate::stopAnimation | | Prototype: | void QCommonStylePrivate::stopAnimation(const QObject *target) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 1160-1167 |
| | 4 | 2 |
QCommonStylePrivate::startAnimation| Name: | QCommonStylePrivate::startAnimation | | Prototype: | void QCommonStylePrivate::startAnimation(QStyleAnimation *animation) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 1150-1157 |
| | 5 | 1 |
QCommonStylePrivate::animationTargets| Name: | QCommonStylePrivate::animationTargets | | Prototype: | QList<const QObject*> QCommonStylePrivate::animationTargets() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 1138-1141 |
| | 1 | 1 |
QCommonStylePrivate::animation| Name: | QCommonStylePrivate::animation | | Prototype: | QStyleAnimation * QCommonStylePrivate::animation(const QObject *target) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 1144-1147 |
| | 1 | 1 |
QCommonStylePrivate::_q_removeAnimation| Name: | QCommonStylePrivate::_q_removeAnimation | | Prototype: | void QCommonStylePrivate::_q_removeAnimation() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 1170-1176 |
| | 4 | 2 |
QCommonStyle::unpolish| Name: | QCommonStyle::unpolish | | Prototype: | void QCommonStyle::unpolish(QWidget *widget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 6203-6206 |
| | 1 | 1 |
QCommonStyle::unpolish| Name: | QCommonStyle::unpolish | | Prototype: | void QCommonStyle::unpolish(QApplication *application) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 6219-6224 |
| | 3 | 1 |
QCommonStyle::subElementRect| Name: | QCommonStyle::subElementRect | | Prototype: | QRect QCommonStyle::subElementRect(SubElement sr, const QStyleOption *opt, const QWidget *widget) const | | Coverage: | 0.000% (0/442) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 2298-3019 |
| | 457 | 183 |
QCommonStyle::subControlRect| Name: | QCommonStyle::subControlRect | | Prototype: | QRect QCommonStyle::subControlRect(ComplexControl cc, const QStyleOptionComplex *opt, SubControl sc, const QWidget *widget) const | | Coverage: | 0.000% (0/324) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 3890-4319 |
| | 286 | 111 |
QCommonStyle::styleHint| Name: | QCommonStyle::styleHint | | Prototype: | int QCommonStyle::styleHint(StyleHint sh, const QStyleOption *opt, const QWidget *widget, QStyleHintReturn *hret) const | | Coverage: | 0.000% (0/202) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 4860-5184 |
| | 188 | 90 |
QCommonStyle::standardPixmap| Name: | QCommonStyle::standardPixmap | | Prototype: | QPixmap QCommonStyle::standardPixmap(StandardPixmap sp, const QStyleOption *option, const QWidget *widget) const | | Coverage: | 0.000% (0/270) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 5231-5575 |
| | 197 | 130 |
QCommonStyle::standardIcon| Name: | QCommonStyle::standardIcon | | Prototype: | QIcon QCommonStyle::standardIcon(StandardPixmap standardIcon, const QStyleOption *option, const QWidget *widget) const | | Coverage: | 0.000% (0/223) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 5580-6097 |
| | 280 | 105 |
QCommonStyle::sizeFromContents| Name: | QCommonStyle::sizeFromContents | | Prototype: | QSize QCommonStyle::sizeFromContents(ContentsType ct, const QStyleOption *opt, const QSize &csz, const QWidget *widget) const | | Coverage: | 0.000% (0/118) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 4693-4856 |
| | 104 | 45 |
QCommonStyle::polish| Name: | QCommonStyle::polish | | Prototype: | void QCommonStyle::polish(QPalette &pal) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 6187-6190 |
| | 1 | 1 |
QCommonStyle::polish| Name: | QCommonStyle::polish | | Prototype: | void QCommonStyle::polish(QWidget *widget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 6195-6198 |
| | 1 | 1 |
QCommonStyle::polish| Name: | QCommonStyle::polish | | Prototype: | void QCommonStyle::polish(QApplication *app) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 6211-6214 |
| | 1 | 1 |
QCommonStyle::pixelMetric| Name: | QCommonStyle::pixelMetric | | Prototype: | int QCommonStyle::pixelMetric(PixelMetric m, const QStyleOption *opt, const QWidget *widget) const | | Coverage: | 0.000% (0/232) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 4322-4688 |
| | 189 | 108 |
QCommonStyle::layoutSpacing| Name: | QCommonStyle::layoutSpacing | | Prototype: | int QCommonStyle::layoutSpacing(QSizePolicy::ControlType , QSizePolicy::ControlType , Qt::Orientation , const QStyleOption * , const QWidget * ) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 6177-6182 |
| | 1 | 1 |
QCommonStyle::hitTestComplexControl| Name: | QCommonStyle::hitTestComplexControl | | Prototype: | QStyle::SubControl QCommonStyle::hitTestComplexControl(ComplexControl cc, const QStyleOptionComplex *opt, const QPoint &pt, const QWidget *widget) const | | Coverage: | 0.000% (0/108) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 3753-3885 |
| | 81 | 33 |
QCommonStyle::generatedIconPixmap| Name: | QCommonStyle::generatedIconPixmap | | Prototype: | QPixmap QCommonStyle::generatedIconPixmap(QIcon::Mode iconMode, const QPixmap &pixmap, const QStyleOption *opt) const | | Coverage: | 0.000% (0/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 6106-6172 |
| | 42 | 11 |
QCommonStyle::drawPrimitive| Name: | QCommonStyle::drawPrimitive | | Prototype: | void QCommonStyle::drawPrimitive(PrimitiveElement pe, const QStyleOption *opt, QPainter *p, const QWidget *widget) const | | Coverage: | 0.000% (0/351) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 135-764 |
| | 448 | 126 |
QCommonStyle::drawControl| Name: | QCommonStyle::drawControl | | Prototype: | void QCommonStyle::drawControl(ControlElement element, const QStyleOption *opt, QPainter *p, const QWidget *widget) const | | Coverage: | 0.000% (0/643) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 1182-2293 |
| | 806 | 201 |
QCommonStyle::drawComplexControl| Name: | QCommonStyle::drawComplexControl | | Prototype: | void QCommonStyle::drawComplexControl(ComplexControl cc, const QStyleOptionComplex *opt, QPainter *p, const QWidget *widget) const | | Coverage: | 0.000% (0/435) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 3074-3748 |
| | 509 | 111 |
QCommonStyle::QCommonStyle| Name: | QCommonStyle::QCommonStyle | | Prototype: | QCommonStyle::QCommonStyle() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 115-117 |
| | 1 | 1 |
QCommonStyle::QCommonStyle| Name: | QCommonStyle::QCommonStyle | | Prototype: | QCommonStyle::QCommonStyle(QCommonStylePrivate &dd) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 121-123 |
| | 1 | 1 |
QCommonListViewBase::verticalScrollToValue| Name: | QCommonListViewBase::verticalScrollToValue | | Prototype: | int QCommonListViewBase::verticalScrollToValue(int , QListView::ScrollHint hint, bool above, bool below, const QRect &area, const QRect &rect) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1933-1945 |
| | 9 | 4 |
QCommonListViewBase::updateVerticalScrollBar| Name: | QCommonListViewBase::updateVerticalScrollBar | | Prototype: | void QCommonListViewBase::updateVerticalScrollBar(const QSize &step) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1898-1926 |
| | 13 | 3 |
QCommonListViewBase::updateHorizontalScrollBar| Name: | QCommonListViewBase::updateHorizontalScrollBar | | Prototype: | void QCommonListViewBase::updateHorizontalScrollBar(const QSize &step) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1868-1896 |
| | 13 | 3 |
QCommonListViewBase::scrollContentsBy| Name: | QCommonListViewBase::scrollContentsBy | | Prototype: | void QCommonListViewBase::scrollContentsBy(int dx, int dy, bool ) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1928-1931 |
| | 1 | 1 |
QCommonListViewBase::removeHiddenRow| Name: | QCommonListViewBase::removeHiddenRow | | Prototype: | void QCommonListViewBase::removeHiddenRow(int row) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1854-1857 |
| | 1 | 1 |
QCommonListViewBase::paintDragDrop| Name: | QCommonListViewBase::paintDragDrop | | Prototype: | void QCommonListViewBase::paintDragDrop(QPainter *painter) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1860-1865 |
| | 1 | 1 |
QCommonListViewBase::horizontalScrollToValue| Name: | QCommonListViewBase::horizontalScrollToValue | | Prototype: | int QCommonListViewBase::horizontalScrollToValue(const int , QListView::ScrollHint hint, bool leftOf, bool rightOf, const QRect &area, const QRect &rect) const | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1952-1976 |
| | 15 | 8 |
QCommonListViewBase::horizontalOffset| Name: | QCommonListViewBase::horizontalOffset | | Prototype: | int QCommonListViewBase::horizontalOffset() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1947-1950 |
| | 1 | 1 |
QCommonListViewBase::appendHiddenRow| Name: | QCommonListViewBase::appendHiddenRow | | Prototype: | void QCommonListViewBase::appendHiddenRow(int row) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1849-1852 |
| | 1 | 1 |
QCommandLinkButtonPrivate::usingVistaStyle| Name: | QCommandLinkButtonPrivate::usingVistaStyle | | Prototype: | bool QCommandLinkButtonPrivate::usingVistaStyle() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcommandlinkbutton.cpp | | Lines: | 199-206 |
| | 3 | 1 |
QCommandLinkButtonPrivate::topMargin| Name: | QCommandLinkButtonPrivate::topMargin | | Prototype: | int topMargin() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcommandlinkbutton.cpp | | Lines: | 110-110 |
| | 1 | 1 |
QCommandLinkButtonPrivate::titleRect| Name: | QCommandLinkButtonPrivate::titleRect | | Prototype: | QRect QCommandLinkButtonPrivate::titleRect() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcommandlinkbutton.cpp | | Lines: | 166-178 |
| | 7 | 2 |
QCommandLinkButtonPrivate::titleFont| Name: | QCommandLinkButtonPrivate::titleFont | | Prototype: | QFont QCommandLinkButtonPrivate::titleFont() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcommandlinkbutton.cpp | | Lines: | 131-149 |
| | 11 | 2 |
QCommandLinkButtonPrivate::textOffset| Name: | QCommandLinkButtonPrivate::textOffset | | Prototype: | int QCommandLinkButtonPrivate::textOffset() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcommandlinkbutton.cpp | | Lines: | 187-191 |
| | 2 | 1 |