Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QCommandLineParser::optionNamesName: | QCommandLineParser::optionNames | Prototype: | QStringList QCommandLineParser::optionNames() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 962-966 |
| | 2 | 1 |
QCommandLineParser::isSetName: | QCommandLineParser::isSet | Prototype: | bool QCommandLineParser::isSet(const QString &name) const | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 803-814 |
| | 8 | 4 |
QCommandLineParser::isSetName: | QCommandLineParser::isSet | Prototype: | bool QCommandLineParser::isSet(const QCommandLineOption &option) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 890-895 |
| | 2 | 1 |
QCommandLineParser::helpTextName: | QCommandLineParser::helpText | Prototype: | QString QCommandLineParser::helpText() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 1030-1033 |
| | 1 | 1 |
QCommandLineParser::errorText::[lambda]Name: | QCommandLineParser::errorText::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 529-529 |
| | 0 | 1 |
QCommandLineParser::errorTextName: | QCommandLineParser::errorText | Prototype: | QString QCommandLineParser::errorText() const | Coverage: | 81.818% (9/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 522-531 |
| | 6 | 5 |
QCommandLineParser::clearPositionalArgumentsName: | QCommandLineParser::clearPositionalArguments | Prototype: | void QCommandLineParser::clearPositionalArguments() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 489-492 |
| | 1 | 1 |
QCommandLineParser::applicationDescriptionName: | QCommandLineParser::applicationDescription | Prototype: | QString QCommandLineParser::applicationDescription() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 452-455 |
| | 1 | 1 |
QCommandLineParser::addVersionOption::[lambda]Name: | QCommandLineParser::addVersionOption::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 410-410 |
| | 0 | 1 |
QCommandLineParser::addVersionOptionName: | QCommandLineParser::addVersionOption | Prototype: | QCommandLineOption QCommandLineParser::addVersionOption() | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 408-414 |
| | 3 | 3 |
QCommandLineParser::addPositionalArgumentName: | QCommandLineParser::addPositionalArgument | Prototype: | void QCommandLineParser::addPositionalArgument(const QString &name, const QString &description, const QString &syntax) | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 469-476 |
| | 5 | 1 |
QCommandLineParser::addOptionsName: | QCommandLineParser::addOptions | Prototype: | bool QCommandLineParser::addOptions(const QList<QCommandLineOption> &options) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 390-397 |
| | 4 | 2 |
QCommandLineParser::addOptionName: | QCommandLineParser::addOption | Prototype: | bool QCommandLineParser::addOption(const QCommandLineOption &option) | Coverage: | 77.778% (7/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 357-377 |
| | 11 | 5 |
QCommandLineParser::addHelpOption::[lambda]Name: | QCommandLineParser::addHelpOption::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 435-435 |
| | 0 | 1 |
QCommandLineParser::addHelpOptionName: | QCommandLineParser::addHelpOption | Prototype: | QCommandLineOption QCommandLineParser::addHelpOption() | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 428-439 |
| | 7 | 3 |
QCommandLineParser::QCommandLineParserName: | QCommandLineParser::QCommandLineParser | Prototype: | QCommandLineParser::QCommandLineParser() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 268-271 |
| | 2 | 1 |
QCommandLineOptionPrivate::removeInvalidNamesName: | QCommandLineOptionPrivate::removeInvalidNames | Prototype: | QStringList QCommandLineOptionPrivate::removeInvalidNames(QStringList nameList) | Coverage: | 60.000% (3/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 286-294 |
| | 5 | 2 |
QCommandLineOptionPrivate::QCommandLineOptionPrivateName: | QCommandLineOptionPrivate::QCommandLineOptionPrivate | Prototype: | explicit QCommandLineOptionPrivate(const QString &name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 51-54 |
| | 1 | 1 |
QCommandLineOptionPrivate::QCommandLineOptionPrivateName: | QCommandLineOptionPrivate::QCommandLineOptionPrivate | Prototype: | explicit QCommandLineOptionPrivate(const QStringList &names) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 57-60 |
| | 1 | 1 |
QCommandLineOption::valueNameName: | QCommandLineOption::valueName | Prototype: | QString QCommandLineOption::valueName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 324-327 |
| | 1 | 1 |
QCommandLineOption::setValueNameName: | QCommandLineOption::setValueName | Prototype: | void QCommandLineOption::setValueName(const QString &valueName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 312-315 |
| | 1 | 1 |
QCommandLineOption::setHiddenName: | QCommandLineOption::setHidden | Prototype: | void QCommandLineOption::setHidden(bool hide) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 406-409 |
| | 1 | 1 |
QCommandLineOption::setDescriptionName: | QCommandLineOption::setDescription | Prototype: | void QCommandLineOption::setDescription(const QString &description) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 338-341 |
| | 1 | 1 |
QCommandLineOption::setDefaultValuesName: | QCommandLineOption::setDefaultValues | Prototype: | void QCommandLineOption::setDefaultValues(const QStringList &defaultValues) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 382-385 |
| | 1 | 1 |
QCommandLineOption::setDefaultValueName: | QCommandLineOption::setDefaultValue | Prototype: | void QCommandLineOption::setDefaultValue(const QString &defaultValue) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 363-372 |
| | 5 | 2 |
QCommandLineOption::operator=Name: | QCommandLineOption::operator= | Prototype: | QCommandLineOption &QCommandLineOption::operator=(const QCommandLineOption &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 232-236 |
| | 2 | 1 |
QCommandLineOption::namesName: | QCommandLineOption::names | Prototype: | QStringList QCommandLineOption::names() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 248-251 |
| | 1 | 1 |
QCommandLineOption::isHiddenName: | QCommandLineOption::isHidden | Prototype: | bool QCommandLineOption::isHidden() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 418-421 |
| | 1 | 1 |
QCommandLineOption::descriptionName: | QCommandLineOption::description | Prototype: | QString QCommandLineOption::description() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 348-351 |
| | 1 | 1 |
QCommandLineOption::defaultValuesName: | QCommandLineOption::defaultValues | Prototype: | QStringList QCommandLineOption::defaultValues() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 392-395 |
| | 1 | 1 |
QCommandLineOption::QCommandLineOptionName: | QCommandLineOption::QCommandLineOption | Prototype: | QCommandLineOption::QCommandLineOption(const QString &name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 118-121 |
| | 2 | 1 |
QCommandLineOption::QCommandLineOptionName: | QCommandLineOption::QCommandLineOption | Prototype: | QCommandLineOption::QCommandLineOption(const QStringList &names) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 136-139 |
| | 2 | 1 |
QCommandLineOption::QCommandLineOptionName: | QCommandLineOption::QCommandLineOption | Prototype: | QCommandLineOption::QCommandLineOption(const QString &name, const QString &description, const QString &valueName, const QString &defaultValue) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 164-172 |
| | 3 | 1 |
QCommandLineOption::QCommandLineOptionName: | QCommandLineOption::QCommandLineOption | Prototype: | QCommandLineOption::QCommandLineOption(const QStringList &names, const QString &description, const QString &valueName, const QString &defaultValue) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 200-208 |
| | 3 | 1 |
QCommandLineOption::QCommandLineOptionName: | QCommandLineOption::QCommandLineOption | Prototype: | QCommandLineOption::QCommandLineOption(const QCommandLineOption &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 216-219 |
| | 2 | 1 |
QComboMenuDelegate::getStyleOptionName: | QComboMenuDelegate::getStyleOption | Prototype: | QStyleOptionMenuItem QComboMenuDelegate::getStyleOption(const QStyleOptionViewItem &option, const QModelIndex &index) const | Coverage: | 0.000% (0/42) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 119-190 |
| | 50 | 12 |
QComboBoxPrivateContainer::viewDestroyedName: | QComboBoxPrivateContainer::viewDestroyed | Prototype: | void QComboBoxPrivateContainer::viewDestroyed() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 521-525 |
| | 2 | 1 |
QComboBoxPrivateContainer::updateTopBottomMarginName: | QComboBoxPrivateContainer::updateTopBottomMargin | Prototype: | void QComboBoxPrivateContainer::updateTopBottomMargin() | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 623-645 |
| | 15 | 5 |
QComboBoxPrivateContainer::updateScrollersName: | QComboBoxPrivateContainer::updateScrollers | Prototype: | void QComboBoxPrivateContainer::updateScrollers() | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 486-516 |
| | 19 | 6 |
QComboBoxPrivateContainer::topMarginName: | QComboBoxPrivateContainer::topMargin | Prototype: | int QComboBoxPrivateContainer::topMargin() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 596-605 |
| | 5 | 3 |
QComboBoxPrivateContainer::timerEventName: | QComboBoxPrivateContainer::timerEvent | Prototype: | void QComboBoxPrivateContainer::timerEvent(QTimerEvent *timerEvent) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 386-396 |
| | 6 | 3 |
QComboBoxPrivateContainer::spacingName: | QComboBoxPrivateContainer::spacing | Prototype: | int QComboBoxPrivateContainer::spacing() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 610-621 |
| | 7 | 3 |
QComboBoxPrivateContainer::showEventName: | QComboBoxPrivateContainer::showEvent | Prototype: | void QComboBoxPrivateContainer::showEvent(QShowEvent *) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 729-732 |
| | 1 | 1 |
QComboBoxPrivateContainer::setItemViewName: | QComboBoxPrivateContainer::setItemView | Prototype: | void QComboBoxPrivateContainer::setItemView(QAbstractItemView *itemView) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 538-591 |
| | 38 | 5 |
QComboBoxPrivateContainer::scrollItemViewName: | QComboBoxPrivateContainer::scrollItemView | Prototype: | void QComboBoxPrivateContainer::scrollItemView(int action) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 475-481 |
| | 2 | 2 |
QComboBoxPrivateContainer::resizeEventName: | QComboBoxPrivateContainer::resizeEvent | Prototype: | void QComboBoxPrivateContainer::resizeEvent(QResizeEvent *e) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 398-412 |
| | 9 | 3 |
QComboBoxPrivateContainer::mouseReleaseEventName: | QComboBoxPrivateContainer::mouseReleaseEvent | Prototype: | void QComboBoxPrivateContainer::mouseReleaseEvent(QMouseEvent *e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 762-769 |
| | 4 | 2 |
QComboBoxPrivateContainer::mousePressEventName: | QComboBoxPrivateContainer::mousePressEvent | Prototype: | void QComboBoxPrivateContainer::mousePressEvent(QMouseEvent *e) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 747-760 |
| | 10 | 2 |
QComboBoxPrivateContainer::itemViewName: | QComboBoxPrivateContainer::itemView | Prototype: | QAbstractItemView *QComboBoxPrivateContainer::itemView() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 530-533 |
| | 1 | 1 |
QComboBoxPrivateContainer::hideEventName: | QComboBoxPrivateContainer::hideEvent | Prototype: | void QComboBoxPrivateContainer::hideEvent(QHideEvent *) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 734-745 |
| | 4 | 2 |
QComboBoxPrivateContainer::eventFilterName: | QComboBoxPrivateContainer::eventFilter | Prototype: | bool QComboBoxPrivateContainer::eventFilter(QObject *o, QEvent *e) | Coverage: | 0.000% (0/63) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 660-727 |
| | 41 | 18 |
QComboBoxPrivateContainer::comboStyleOptionName: | QComboBoxPrivateContainer::comboStyleOption | Prototype: | QStyleOptionComboBox QComboBoxPrivateContainer::comboStyleOption() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 771-781 |
| | 6 | 1 |
QComboBoxPrivateContainer::changeEventName: | QComboBoxPrivateContainer::changeEvent | Prototype: | void QComboBoxPrivateContainer::changeEvent(QEvent *e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 647-657 |
| | 6 | 2 |
QComboBoxPrivateContainer::QComboBoxPrivateContainerName: | QComboBoxPrivateContainer::QComboBoxPrivateContainer | Prototype: | QComboBoxPrivateContainer::QComboBoxPrivateContainer(QAbstractItemView *itemView, QComboBox *parent) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 425-473 |
| | 27 | 4 |
QComboBoxPrivate::viewContainerName: | QComboBoxPrivate::viewContainer | Prototype: | QComboBoxPrivateContainer* QComboBoxPrivate::viewContainer() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 990-1009 |
| | 16 | 2 |
QComboBoxPrivate::updateViewContainerPaletteAndOpacityName: | QComboBoxPrivate::updateViewContainerPaletteAndOpacity | Prototype: | void QComboBoxPrivate::updateViewContainerPaletteAndOpacity() | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1100-1121 |
| | 14 | 4 |
QComboBoxPrivate::updateLineEditGeometryName: | QComboBoxPrivate::updateLineEditGeometry | Prototype: | void QComboBoxPrivate::updateLineEditGeometry() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1170-1187 |
| | 13 | 3 |
QComboBoxPrivate::updateLayoutDirectionName: | QComboBoxPrivate::updateLayoutDirection | Prototype: | void QComboBoxPrivate::updateLayoutDirection() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 372-383 |
| | 9 | 3 |
QComboBoxPrivate::updateHoverControlName: | QComboBoxPrivate::updateHoverControl | Prototype: | bool QComboBoxPrivate::updateHoverControl(const QPoint &pos) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 256-269 |
| | 9 | 2 |
QComboBoxPrivate::updateDelegateName: | QComboBoxPrivate::updateDelegate | Prototype: | void QComboBoxPrivate::updateDelegate(bool force) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1705-1717 |
| | 8 | 4 |
QComboBoxPrivate::updateArrowName: | QComboBoxPrivate::updateArrow | Prototype: | void QComboBoxPrivate::updateArrow(QStyle::StateFlag state) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 215-224 |
| | 7 | 2 |
QComboBoxPrivate::showPopupFromMouseEventName: | QComboBoxPrivate::showPopupFromMouseEvent | Prototype: | void QComboBoxPrivate::showPopupFromMouseEvent(QMouseEvent *e) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 3058-3097 |
| | 16 | 4 |
QComboBoxPrivate::setCurrentIndexName: | QComboBoxPrivate::setCurrentIndex | Prototype: | void QComboBoxPrivate::setCurrentIndex(const QModelIndex &mi) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2104-2130 |
| | 17 | 7 |
QComboBoxPrivate::recomputeSizeHintName: | QComboBoxPrivate::recomputeSizeHint | Prototype: | QSize QComboBoxPrivate::recomputeSizeHint(QSize &sh) const | Coverage: | 0.000% (0/42) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 312-365 |
| | 29 | 14 |
QComboBoxPrivate::popupGeometryName: | QComboBoxPrivate::popupGeometry | Prototype: | QRect QComboBoxPrivate::popupGeometry(int screen) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 246-254 |
| | 6 | 2 |
QComboBoxPrivate::newHoverControlName: | QComboBoxPrivate::newHoverControl | Prototype: | QStyle::SubControl QComboBoxPrivate::newHoverControl(const QPoint &pos) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 271-282 |
| | 9 | 1 |
QComboBoxPrivate::modelChangedName: | QComboBoxPrivate::modelChanged | Prototype: | void QComboBoxPrivate::modelChanged() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 3328-3337 |
| | 5 | 2 |
QComboBoxPrivate::matchFlagsName: | QComboBoxPrivate::matchFlags | Prototype: | Qt::MatchFlags QComboBoxPrivate::matchFlags() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1189-1198 |
| | 4 | 2 |
QComboBoxPrivate::keyboardSearchStringName: | QComboBoxPrivate::keyboardSearchString | Prototype: | void QComboBoxPrivate::keyboardSearchString(const QString &text) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 3315-3326 |
| | 7 | 2 |
QComboBoxPrivate::itemTextName: | QComboBoxPrivate::itemText | Prototype: | QString QComboBoxPrivate::itemText(const QModelIndex &index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1325-1328 |
| | 1 | 1 |
QComboBoxPrivate::itemRoleName: | QComboBoxPrivate::itemRole | Prototype: | int QComboBoxPrivate::itemRole() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1330-1333 |
| | 1 | 1 |
QComboBoxPrivate::itemIconName: | QComboBoxPrivate::itemIcon | Prototype: | QIcon QComboBoxPrivate::itemIcon(const QModelIndex &index) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1719-1726 |
| | 4 | 2 |
QComboBoxPrivate::initName: | QComboBoxPrivate::init | Prototype: | void QComboBoxPrivate::init() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 966-988 |
| | 9 | 2 |
QComboBoxPrivate::emitActivatedName: | QComboBoxPrivate::emitActivated | Prototype: | void QComboBoxPrivate::emitActivated(const QModelIndex &index) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1290-1298 |
| | 6 | 2 |
QComboBoxPrivate::computeWidthHintName: | QComboBoxPrivate::computeWidthHint | Prototype: | int QComboBoxPrivate::computeWidthHint() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 288-310 |
| | 15 | 3 |
QComboBoxPrivate::adjustComboBoxSizeName: | QComboBoxPrivate::adjustComboBoxSize | Prototype: | void QComboBoxPrivate::adjustComboBoxSize() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 367-370 |
| | 1 | 1 |
QComboBoxPrivate::_q_updateIndexBeforeChangeName: | QComboBoxPrivate::_q_updateIndexBeforeChange | Prototype: | void QComboBoxPrivate::_q_updateIndexBeforeChange() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1067-1070 |
| | 1 | 1 |
QComboBoxPrivate::_q_rowsRemovedName: | QComboBoxPrivate::_q_rowsRemoved | Prototype: | void QComboBoxPrivate::_q_rowsRemoved(const QModelIndex &parent, int , int ) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1072-1097 |
| | 16 | 6 |
QComboBoxPrivate::_q_rowsInsertedName: | QComboBoxPrivate::_q_rowsInserted | Prototype: | void QComboBoxPrivate::_q_rowsInserted(const QModelIndex &parent, int start, int end) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1045-1065 |
| | 12 | 5 |
QComboBoxPrivate::_q_returnPressedName: | QComboBoxPrivate::_q_returnPressed | Prototype: | void QComboBoxPrivate::_q_returnPressed() | Coverage: | 0.000% (0/55) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1214-1276 |
| | 40 | 20 |
QComboBoxPrivate::_q_resetButtonName: | QComboBoxPrivate::_q_resetButton | Prototype: | void QComboBoxPrivate::_q_resetButton() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1012-1015 |
| | 1 | 1 |
QComboBoxPrivate::_q_modelResetName: | QComboBoxPrivate::_q_modelReset | Prototype: | void QComboBoxPrivate::_q_modelReset() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 226-237 |
| | 8 | 3 |
QComboBoxPrivate::_q_modelDestroyedName: | QComboBoxPrivate::_q_modelDestroyed | Prototype: | void QComboBoxPrivate::_q_modelDestroyed() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 239-242 |
| | 1 | 1 |
QComboBoxPrivate::_q_itemSelectedName: | QComboBoxPrivate::_q_itemSelected | Prototype: | void QComboBoxPrivate::_q_itemSelected(const QModelIndex &item) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1278-1288 |
| | 7 | 3 |
QComboBoxPrivate::_q_emitHighlightedName: | QComboBoxPrivate::_q_emitHighlighted | Prototype: | void QComboBoxPrivate::_q_emitHighlighted(const QModelIndex &index) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1300-1308 |
| | 6 | 2 |
QComboBoxPrivate::_q_emitCurrentIndexChangedName: | QComboBoxPrivate::_q_emitCurrentIndexChanged | Prototype: | void QComboBoxPrivate::_q_emitCurrentIndexChanged(const QModelIndex &index) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1310-1323 |
| | 8 | 2 |
QComboBoxPrivate::_q_editingFinishedName: | QComboBoxPrivate::_q_editingFinished | Prototype: | void QComboBoxPrivate::_q_editingFinished() | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1201-1212 |
| | 6 | 3 |
QComboBoxPrivate::_q_dataChangedName: | QComboBoxPrivate::_q_dataChanged | Prototype: | void QComboBoxPrivate::_q_dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1017-1043 |
| | 16 | 5 |
QComboBoxPrivate::_q_completerActivatedName: | QComboBoxPrivate::_q_completerActivated | Prototype: | void QComboBoxPrivate::_q_completerActivated(const QModelIndex &index) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 193-212 |
| | 6 | 3 |
QComboBoxPrivate::QComboBoxPrivateName: | QComboBoxPrivate::QComboBoxPrivate | Prototype: | QComboBoxPrivate::QComboBoxPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 83-110 |
| | 2 | 1 |
QComboBox::~QComboBoxName: | QComboBox::~QComboBox | Prototype: | QComboBox::~QComboBox() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1338-1349 |
| | 3 | 1 |
QComboBox::wheelEventName: | QComboBox::wheelEvent | Prototype: | void QComboBox::wheelEvent(QWheelEvent *e) | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 3269-3296 |
| | 16 | 7 |
QComboBox::viewName: | QComboBox::view | Prototype: | QAbstractItemView *QComboBox::view() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2393-2397 |
| | 2 | 1 |
QComboBox::validatorName: | QComboBox::validator | Prototype: | const QValidator *QComboBox::validator() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1860-1864 |
| | 2 | 1 |
QComboBox::sizeHintName: | QComboBox::sizeHint | Prototype: | QSize QComboBox::sizeHint() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2437-2441 |
| | 2 | 1 |
QComboBox::sizeAdjustPolicyName: | QComboBox::sizeAdjustPolicy | Prototype: | QComboBox::SizeAdjustPolicy QComboBox::sizeAdjustPolicy() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1597-1601 |
| | 2 | 1 |
QComboBox::showPopupName: | QComboBox::showPopup | Prototype: | void QComboBox::showPopup() | Coverage: | 0.000% (0/104) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2548-2767 |
| | 118 | 27 |
QComboBox::showEventName: | QComboBox::showEvent | Prototype: | void QComboBox::showEvent(QShowEvent *e) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2989-2998 |
| | 6 | 2 |
QComboBox::setViewName: | QComboBox::setView | Prototype: | void QComboBox::setView(QAbstractItemView *itemView) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2408-2419 |
| | 7 | 3 |
QComboBox::setValidatorName: | QComboBox::setValidator | Prototype: | void QComboBox::setValidator(const QValidator *v) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1847-1852 |
| | 3 | 2 |