| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QComboBox::lineEdit| Name: | 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: | 1824-1828 |
| | 2 | 1 |
QComboBox::maxCount| Name: | 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: | 1409-1413 |
| | 2 | 1 |
QComboBox::maxVisibleItems| Name: | 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: | 1354-1358 |
| | 2 | 1 |
QComboBox::minimumContentsLength| Name: | 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: | 1620-1624 |
| | 2 | 1 |
QComboBox::minimumSizeHint| Name: | 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: | 2416-2420 |
| | 2 | 1 |
QComboBox::model| Name: | 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: | 1937-1945 |
| | 5 | 2 |
QComboBox::modelColumn| Name: | 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: | 3419-3423 |
| | 2 | 1 |
QComboBox::mousePressEvent| Name: | 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: | 3043-3048 |
| | 3 | 2 |
QComboBox::mouseReleaseEvent| Name: | 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: | 3094-3100 |
| | 4 | 2 |
QComboBox::paintEvent| Name: | 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: | 2964-2976 |
| | 6 | 1 |
QComboBox::removeItem| Name: | 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: | 2337-2343 |
| | 4 | 2 |
QComboBox::resizeEvent| Name: | 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: | 2955-2959 |
| | 2 | 1 |
QComboBox::rootModelIndex| Name: | 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: | 2042-2046 |
| | 2 | 1 |
QComboBox::setAutoCompletion| Name: | 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: | 1446-1471 |
| | 15 | 4 |
QComboBox::setAutoCompletionCaseSensitivity| Name: | 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: | 1502-1508 |
| | 4 | 2 |
QComboBox::setCompleter| Name: | 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: | 1873-1883 |
| | 7 | 3 |
QComboBox::setCurrentIndex| Name: | 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: | 2078-2083 |
| | 3 | 1 |
QComboBox::setCurrentText| Name: | 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: | 2085-2094 |
| | 5 | 3 |
QComboBox::setDuplicatesEnabled| Name: | 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: | 1527-1531 |
| | 2 | 1 |
QComboBox::setEditText| Name: | 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: | 2863-2872 |
| | 5 | 2 |
QComboBox::setEditable| Name: | 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: | 1722-1754 |
| | 23 | 6 |
QComboBox::setFrame| Name: | 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: | 3401-3407 |
| | 4 | 1 |
QComboBox::setIconSize| Name: | 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: | 1662-1672 |
| | 7 | 2 |
QComboBox::setInsertPolicy| Name: | 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: | 1575-1579 |
| | 2 | 1 |
QComboBox::setItemData| Name: | 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: | 2373-2380 |
| | 4 | 2 |
QComboBox::setItemDelegate| Name: | 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: | 1923-1931 |
| | 5 | 2 |
QComboBox::setItemIcon| Name: | 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: | 2360-2367 |
| | 4 | 2 |
QComboBox::setItemText| Name: | 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: | 2348-2355 |
| | 4 | 2 |
QComboBox::setLineEdit| Name: | 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: | 1761-1816 |
| | 30 | 5 |
QComboBox::setMaxCount| Name: | 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: | 1395-1407 |
| | 7 | 3 |
QComboBox::setMaxVisibleItems| Name: | 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: | 1360-1369 |
| | 6 | 2 |
QComboBox::setMinimumContentsLength| Name: | 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: | 1626-1641 |
| | 10 | 3 |
QComboBox::setModel| Name: | 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: | 1953-2034 |
| | 61 | 10 |
QComboBox::setModelColumn| Name: | 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: | 3425-3438 |
| | 9 | 3 |
QComboBox::setRootModelIndex| Name: | 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: | 2053-2061 |
| | 6 | 2 |
QComboBox::setSizeAdjustPolicy| Name: | 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: | 1597-1607 |
| | 7 | 2 |
QComboBox::setValidator| Name: | 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: | 1839-1844 |
| | 3 | 2 |
QComboBox::setView| Name: | 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: | 2400-2411 |
| | 7 | 3 |
QComboBox::showEvent| Name: | 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: | 2981-2990 |
| | 6 | 2 |
QComboBox::showPopup| Name: | 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: | 2540-2759 |
| | 118 | 27 |
QComboBox::sizeAdjustPolicy| Name: | 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: | 1591-1595 |
| | 2 | 1 |
QComboBox::sizeHint| Name: | 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: | 2429-2433 |
| | 2 | 1 |
QComboBox::validator| Name: | QComboBox::validator | | Prototype: | const QValidator *QComboBox::validator() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1852-1856 |
| | 2 | 1 |
QComboBox::view| Name: | 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: | 2385-2389 |
| | 2 | 1 |
QComboBox::wheelEvent| Name: | 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: | 3259-3285 |
| | 15 | 7 |
QComboBox::~QComboBox| Name: | 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: | 1332-1343 |
| | 3 | 1 |
QComboBoxPrivate::QComboBoxPrivate| Name: | 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: | 77-104 |
| | 2 | 1 |
QComboBoxPrivate::_q_completerActivated| Name: | 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: | 187-206 |
| | 6 | 3 |
QComboBoxPrivate::_q_dataChanged| Name: | 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: | 1011-1037 |
| | 16 | 5 |
QComboBoxPrivate::_q_editingFinished| Name: | 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: | 1195-1206 |
| | 6 | 3 |
QComboBoxPrivate::_q_emitCurrentIndexChanged| Name: | 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: | 1304-1317 |
| | 8 | 2 |
QComboBoxPrivate::_q_emitHighlighted| Name: | 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: | 1294-1302 |
| | 6 | 2 |
QComboBoxPrivate::_q_itemSelected| Name: | 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: | 1272-1282 |
| | 7 | 3 |
QComboBoxPrivate::_q_modelDestroyed| Name: | 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: | 233-236 |
| | 1 | 1 |
QComboBoxPrivate::_q_modelReset| Name: | 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: | 220-231 |
| | 8 | 3 |
QComboBoxPrivate::_q_resetButton| Name: | 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: | 1006-1009 |
| | 1 | 1 |
QComboBoxPrivate::_q_returnPressed| Name: | 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: | 1208-1270 |
| | 40 | 20 |
QComboBoxPrivate::_q_rowsInserted| Name: | 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: | 1039-1059 |
| | 12 | 5 |
QComboBoxPrivate::_q_rowsRemoved| Name: | 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: | 1066-1091 |
| | 16 | 6 |
QComboBoxPrivate::_q_updateIndexBeforeChange| Name: | 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: | 1061-1064 |
| | 1 | 1 |
QComboBoxPrivate::adjustComboBoxSize| Name: | 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: | 361-364 |
| | 1 | 1 |
QComboBoxPrivate::computeWidthHint| Name: | 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: | 282-304 |
| | 15 | 3 |
QComboBoxPrivate::emitActivated| Name: | 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: | 1284-1292 |
| | 6 | 2 |
QComboBoxPrivate::init| Name: | 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: | 960-982 |
| | 9 | 2 |
QComboBoxPrivate::itemIcon| Name: | 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: | 1713-1720 |
| | 4 | 2 |
QComboBoxPrivate::itemRole| Name: | QComboBoxPrivate::itemRole | | Prototype: | int QComboBoxPrivate::itemRole() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1324-1327 |
| | 1 | 1 |
QComboBoxPrivate::itemText| Name: | QComboBoxPrivate::itemText | | Prototype: | QString QComboBoxPrivate::itemText(const QModelIndex &index) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1319-1322 |
| | 1 | 1 |
QComboBoxPrivate::keyboardSearchString| Name: | 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: | 3304-3315 |
| | 7 | 2 |
QComboBoxPrivate::matchFlags| Name: | 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: | 1183-1192 |
| | 4 | 2 |
QComboBoxPrivate::modelChanged| Name: | 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: | 3317-3326 |
| | 5 | 2 |
QComboBoxPrivate::newHoverControl| Name: | 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: | 265-276 |
| | 9 | 1 |
QComboBoxPrivate::popupGeometry| Name: | QComboBoxPrivate::popupGeometry | | Prototype: | QRect QComboBoxPrivate::popupGeometry(int screen) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 240-248 |
| | 6 | 2 |
QComboBoxPrivate::recomputeSizeHint| Name: | 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: | 306-359 |
| | 29 | 14 |
QComboBoxPrivate::setCurrentIndex| Name: | 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: | 2096-2122 |
| | 17 | 7 |
QComboBoxPrivate::showPopupFromMouseEvent| Name: | 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: | 3050-3089 |
| | 16 | 4 |
QComboBoxPrivate::updateArrow| Name: | 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: | 209-218 |
| | 7 | 2 |
QComboBoxPrivate::updateDelegate| Name: | 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: | 1699-1711 |
| | 8 | 4 |
QComboBoxPrivate::updateHoverControl| Name: | 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: | 250-263 |
| | 9 | 2 |
QComboBoxPrivate::updateLayoutDirection| Name: | 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: | 366-377 |
| | 9 | 3 |
QComboBoxPrivate::updateLineEditGeometry| Name: | 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: | 1164-1181 |
| | 13 | 3 |
QComboBoxPrivate::updateViewContainerPaletteAndOpacity| Name: | 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: | 1094-1115 |
| | 14 | 4 |
QComboBoxPrivate::viewContainer| Name: | 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: | 984-1003 |
| | 16 | 2 |
QComboBoxPrivateContainer::QComboBoxPrivateContainer| Name: | 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: | 419-467 |
| | 27 | 4 |
QComboBoxPrivateContainer::changeEvent| Name: | 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: | 641-651 |
| | 6 | 2 |
QComboBoxPrivateContainer::comboStyleOption| Name: | 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: | 765-775 |
| | 6 | 1 |
QComboBoxPrivateContainer::eventFilter| Name: | 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: | 654-721 |
| | 41 | 18 |
QComboBoxPrivateContainer::hideEvent| Name: | 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: | 728-739 |
| | 4 | 2 |
QComboBoxPrivateContainer::itemView| Name: | 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: | 524-527 |
| | 1 | 1 |
QComboBoxPrivateContainer::mousePressEvent| Name: | 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: | 741-754 |
| | 10 | 2 |
QComboBoxPrivateContainer::mouseReleaseEvent| Name: | 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: | 756-763 |
| | 4 | 2 |
QComboBoxPrivateContainer::resizeEvent| Name: | 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: | 392-406 |
| | 9 | 3 |
QComboBoxPrivateContainer::scrollItemView| Name: | 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: | 469-475 |
| | 2 | 2 |
QComboBoxPrivateContainer::setItemView| Name: | 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: | 532-585 |
| | 38 | 5 |
QComboBoxPrivateContainer::showEvent| Name: | 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: | 723-726 |
| | 1 | 1 |
QComboBoxPrivateContainer::spacing| Name: | QComboBoxPrivateContainer::spacing | | Prototype: | int QComboBoxPrivateContainer::spacing() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 604-615 |
| | 7 | 3 |
QComboBoxPrivateContainer::timerEvent| Name: | 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: | 380-390 |
| | 6 | 3 |
QComboBoxPrivateContainer::topMargin| Name: | QComboBoxPrivateContainer::topMargin | | Prototype: | int QComboBoxPrivateContainer::topMargin() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 590-599 |
| | 5 | 3 |
QComboBoxPrivateContainer::updateScrollers| Name: | 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: | 480-510 |
| | 19 | 6 |
QComboBoxPrivateContainer::updateTopBottomMargin| Name: | 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: | 617-639 |
| | 15 | 5 |
QComboBoxPrivateContainer::viewDestroyed| Name: | 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: | 515-519 |
| | 2 | 1 |