Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QComboBox::initStyleOptionName: | QComboBox::initStyleOption | Prototype: | void QComboBox::initStyleOption(QStyleOptionComboBox *option) const | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1143-1168 |
| | 19 | 6 |
QComboBox::inputMethodEventName: | QComboBox::inputMethodEvent | Prototype: | void QComboBox::inputMethodEvent(QInputMethodEvent *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 3342-3353 |
| | 6 | 3 |
QComboBox::inputMethodQueryName: | QComboBox::inputMethodQuery | Prototype: | QVariant QComboBox::inputMethodQuery(Qt::InputMethodQuery query) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 3358-3364 |
| | 4 | 2 |
QComboBox::inputMethodQueryName: | QComboBox::inputMethodQuery | Prototype: | QVariant QComboBox::inputMethodQuery(Qt::InputMethodQuery query, const QVariant &argument) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 3368-3374 |
| | 4 | 2 |
QComboBox::insertItemName: | QComboBox::insertItem | Prototype: | void QComboBox::insertItem(int index, const QIcon &icon, const QString &text, const QVariant &userData) | Coverage: | 0.000% (0/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2228-2267 |
| | 27 | 12 |
QComboBox::insertItemsName: | QComboBox::insertItems | Prototype: | void QComboBox::insertItems(int index, const QStringList &list) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2279-2315 |
| | 26 | 8 |
QComboBox::insertPolicyName: | QComboBox::insertPolicy | Prototype: | QComboBox::InsertPolicy QComboBox::insertPolicy() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1575-1579 |
| | 2 | 1 |
QComboBox::insertSeparatorName: | QComboBox::insertSeparator | Prototype: | void QComboBox::insertSeparator(int index) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2328-2337 |
| | 7 | 2 |
QComboBox::isEditableName: | QComboBox::isEditable | Prototype: | bool QComboBox::isEditable() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1692-1696 |
| | 2 | 1 |
QComboBox::itemDataName: | QComboBox::itemData | Prototype: | QVariant QComboBox::itemData(int index, int role) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2195-2200 |
| | 3 | 1 |
QComboBox::itemDelegateName: | QComboBox::itemDelegate | Prototype: | QAbstractItemDelegate *QComboBox::itemDelegate() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1914-1917 |
| | 1 | 1 |
QComboBox::itemIconName: | QComboBox::itemIcon | Prototype: | QIcon QComboBox::itemIcon(int index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2184-2189 |
| | 3 | 1 |
QComboBox::itemTextName: | QComboBox::itemText | Prototype: | QString QComboBox::itemText(int index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2174-2179 |
| | 3 | 1 |
QComboBox::keyPressEventName: | QComboBox::keyPressEvent | Prototype: | void QComboBox::keyPressEvent(QKeyEvent *e) | Coverage: | 0.000% (0/95) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 3113-3250 |
| | 63 | 34 |
QComboBox::keyReleaseEventName: | QComboBox::keyReleaseEvent | Prototype: | void QComboBox::keyReleaseEvent(QKeyEvent *e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 3256-3263 |
| | 4 | 2 |
QComboBox::lineEditName: | QComboBox::lineEdit | Prototype: | QLineEdit *QComboBox::lineEdit() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1832-1836 |
| | 2 | 1 |
QComboBox::maxCountName: | QComboBox::maxCount | Prototype: | int QComboBox::maxCount() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1416-1420 |
| | 2 | 1 |
QComboBox::maxVisibleItemsName: | QComboBox::maxVisibleItems | Prototype: | int QComboBox::maxVisibleItems() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1360-1364 |
| | 2 | 1 |
QComboBox::minimumContentsLengthName: | QComboBox::minimumContentsLength | Prototype: | int QComboBox::minimumContentsLength() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1626-1630 |
| | 2 | 1 |
QComboBox::minimumSizeHintName: | QComboBox::minimumSizeHint | Prototype: | QSize QComboBox::minimumSizeHint() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2424-2428 |
| | 2 | 1 |
QComboBox::modelName: | QComboBox::model | Prototype: | QAbstractItemModel *QComboBox::model() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1945-1953 |
| | 5 | 2 |
QComboBox::modelColumnName: | QComboBox::modelColumn | Prototype: | int QComboBox::modelColumn() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 3440-3444 |
| | 2 | 1 |
QComboBox::mousePressEventName: | QComboBox::mousePressEvent | Prototype: | void QComboBox::mousePressEvent(QMouseEvent *e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 3051-3056 |
| | 3 | 2 |
QComboBox::mouseReleaseEventName: | QComboBox::mouseReleaseEvent | Prototype: | void QComboBox::mouseReleaseEvent(QMouseEvent *e) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 3102-3108 |
| | 4 | 2 |
QComboBox::paintEventName: | QComboBox::paintEvent | Prototype: | void QComboBox::paintEvent(QPaintEvent *) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2972-2984 |
| | 6 | 1 |
QComboBox::removeItemName: | QComboBox::removeItem | Prototype: | void QComboBox::removeItem(int index) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2345-2351 |
| | 4 | 2 |
QComboBox::resizeEventName: | QComboBox::resizeEvent | Prototype: | void QComboBox::resizeEvent(QResizeEvent *) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2963-2967 |
| | 2 | 1 |
QComboBox::rootModelIndexName: | QComboBox::rootModelIndex | Prototype: | QModelIndex QComboBox::rootModelIndex() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2050-2054 |
| | 2 | 1 |
QComboBox::setAutoCompletionName: | QComboBox::setAutoCompletion | Prototype: | void QComboBox::setAutoCompletion(bool enable) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1453-1478 |
| | 15 | 4 |
QComboBox::setAutoCompletionCaseSensitivityName: | QComboBox::setAutoCompletionCaseSensitivity | Prototype: | void QComboBox::setAutoCompletionCaseSensitivity(Qt::CaseSensitivity sensitivity) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1509-1515 |
| | 4 | 2 |
QComboBox::setCompleterName: | QComboBox::setCompleter | Prototype: | void QComboBox::setCompleter(QCompleter *c) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1881-1891 |
| | 7 | 3 |
QComboBox::setCurrentIndexName: | QComboBox::setCurrentIndex | Prototype: | void QComboBox::setCurrentIndex(int index) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2086-2091 |
| | 3 | 1 |
QComboBox::setCurrentTextName: | QComboBox::setCurrentText | Prototype: | void QComboBox::setCurrentText(const QString &text) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2093-2102 |
| | 5 | 3 |
QComboBox::setDuplicatesEnabledName: | QComboBox::setDuplicatesEnabled | Prototype: | void QComboBox::setDuplicatesEnabled(bool enable) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1534-1538 |
| | 2 | 1 |
QComboBox::setEditTextName: | QComboBox::setEditText | Prototype: | void QComboBox::setEditText(const QString &text) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2871-2880 |
| | 5 | 2 |
QComboBox::setEditableName: | QComboBox::setEditable | Prototype: | void QComboBox::setEditable(bool editable) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1728-1760 |
| | 23 | 6 |
QComboBox::setFrameName: | QComboBox::setFrame | Prototype: | void QComboBox::setFrame(bool enable) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 3422-3428 |
| | 4 | 1 |
QComboBox::setIconSizeName: | QComboBox::setIconSize | Prototype: | void QComboBox::setIconSize(const QSize &size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1668-1678 |
| | 7 | 2 |
QComboBox::setInsertPolicyName: | QComboBox::setInsertPolicy | Prototype: | void QComboBox::setInsertPolicy(InsertPolicy policy) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1581-1585 |
| | 2 | 1 |
QComboBox::setItemDataName: | QComboBox::setItemData | Prototype: | void QComboBox::setItemData(int index, const QVariant &value, int role) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2381-2388 |
| | 4 | 2 |
QComboBox::setItemDelegateName: | QComboBox::setItemDelegate | Prototype: | void QComboBox::setItemDelegate(QAbstractItemDelegate *delegate) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1931-1939 |
| | 5 | 2 |
QComboBox::setItemIconName: | QComboBox::setItemIcon | Prototype: | void QComboBox::setItemIcon(int index, const QIcon &icon) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2368-2375 |
| | 4 | 2 |
QComboBox::setItemTextName: | QComboBox::setItemText | Prototype: | void QComboBox::setItemText(int index, const QString &text) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2356-2363 |
| | 4 | 2 |
QComboBox::setLineEditName: | QComboBox::setLineEdit | Prototype: | void QComboBox::setLineEdit(QLineEdit *edit) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1767-1824 |
| | 30 | 5 |
QComboBox::setMaxCountName: | QComboBox::setMaxCount | Prototype: | void QComboBox::setMaxCount(int max) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1401-1414 |
| | 8 | 3 |
QComboBox::setMaxVisibleItemsName: | QComboBox::setMaxVisibleItems | Prototype: | void QComboBox::setMaxVisibleItems(int maxItems) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1366-1375 |
| | 6 | 2 |
QComboBox::setMinimumContentsLengthName: | QComboBox::setMinimumContentsLength | Prototype: | void QComboBox::setMinimumContentsLength(int characters) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1632-1647 |
| | 10 | 3 |
QComboBox::setModelName: | QComboBox::setModel | Prototype: | void QComboBox::setModel(QAbstractItemModel *model) | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1961-2042 |
| | 61 | 10 |
QComboBox::setModelColumnName: | QComboBox::setModelColumn | Prototype: | void QComboBox::setModelColumn(int visibleColumn) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 3446-3459 |
| | 9 | 3 |
QComboBox::setRootModelIndexName: | QComboBox::setRootModelIndex | Prototype: | void QComboBox::setRootModelIndex(const QModelIndex &index) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 2061-2069 |
| | 6 | 2 |
QComboBox::setSizeAdjustPolicyName: | QComboBox::setSizeAdjustPolicy | Prototype: | void QComboBox::setSizeAdjustPolicy(QComboBox::SizeAdjustPolicy policy) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 1603-1613 |
| | 7 | 2 |
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 |
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::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::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::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::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::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::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::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::~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 |
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 |
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::_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_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_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_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_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_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_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_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_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_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_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_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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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 |
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 |
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::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 |