| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QMainWindow::setIconSize| Name: | QMainWindow::setIconSize | | Prototype: | void QMainWindow::setIconSize(const QSize &iconSize) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 470-483 |
| | 9 | 3 |
QMainWindow::insertToolBar| Name: | QMainWindow::insertToolBar | | Prototype: | void QMainWindow::insertToolBar(QToolBar *before, QToolBar *toolbar) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 842-856 |
| | 9 | 1 |
QMainWindow::addDockWidget| Name: | QMainWindow::addDockWidget | | Prototype: | void QMainWindow::addDockWidget(Qt::DockWidgetArea area, QDockWidget *dockwidget) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 1086-1117 |
| | 9 | 5 |
QLockFile::unlock| Name: | QLockFile::unlock | | Prototype: | void QLockFile::unlock() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile_unix.cpp | | Lines: | 320-333 |
| | 9 | 3 |
QLocalePrivate::countryToCode| Name: | QLocalePrivate::countryToCode | | Prototype: | QString QLocalePrivate::countryToCode(QLocale::Country country) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 198-213 |
| | 9 | 3 |
QLocalServerPrivate::closeServer| Name: | QLocalServerPrivate::closeServer | | Prototype: | void QLocalServerPrivate::closeServer() | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver_unix.cpp | | Lines: | 243-257 |
| | 9 | 4 |
QLocalServer::listen| Name: | QLocalServer::listen | | Prototype: | bool QLocalServer::listen(qintptr socketDescriptor) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 327-343 |
| | 9 | 3 |
QListWidget::findItems| Name: | QListWidget::findItems | | Prototype: | QList<QListWidgetItem*> QListWidget::findItems(const QString &text, Qt::MatchFlags flags) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1741-1752 |
| | 9 | 2 |
QListViewPrivate::itemSize| Name: | QListViewPrivate::itemSize | | Prototype: | QSize QListViewPrivate::itemSize(const QStyleOptionViewItem &option, const QModelIndex &index) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1784-1797 |
| | 9 | 3 |
QListViewPrivate::horizontalScrollToValue| Name: | QListViewPrivate::horizontalScrollToValue | | Prototype: | int QListViewPrivate::horizontalScrollToValue(const QModelIndex &index, const QRect &rect, QListView::ScrollHint hint) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 590-602 |
| | 9 | 1 |
QListModel::remove| Name: | QListModel::remove | | Prototype: | void QListModel::remove(QListWidgetItem *item) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 95-106 |
| | 9 | 2 |
QListModeViewBase::mapToViewport| Name: | QListModeViewBase::mapToViewport | | Prototype: | QRect QListModeViewBase::mapToViewport(const QRect &rect) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 2577-2592 |
| | 9 | 3 |
QListData::remove| Name: | QListData::remove | | Prototype: | void QListData::remove(int i) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 255-268 |
| | 9 | 4 |
QLineF::angleTo| Name: | QLineF::angleTo | | Prototype: | qreal QLineF::angleTo(const QLineF &l) const | | Coverage: | 54.545% (6/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | | Lines: | 769-784 |
| | 9 | 3 |
QLineEditPrivate::drag| Name: | QLineEditPrivate::drag | | Prototype: | void QLineEditPrivate::drag() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 301-312 |
| | 9 | 2 |
QLineEditPrivate::adjustedContentsRect| Name: | QLineEditPrivate::adjustedContentsRect | | Prototype: | QRect QLineEditPrivate::adjustedContentsRect() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 232-243 |
| | 9 | 1 |
QLineEditPrivate::_q_completionHighlighted| Name: | QLineEditPrivate::_q_completionHighlighted | | Prototype: | void QLineEditPrivate::_q_completionHighlighted(const QString &newText) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 92-109 |
| | 9 | 2 |
QLineEditIconButton::actionEvent| Name: | QLineEditIconButton::actionEvent | | Prototype: | void QLineEditIconButton::actionEvent(QActionEvent *e) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 350-366 |
| | 9 | 5 |
QLineEdit::getTextMargins| Name: | QLineEdit::getTextMargins | | Prototype: | void QLineEdit::getTextMargins(int *left, int *top, int *right, int *bottom) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 1130-1141 |
| | 9 | 5 |
QLayoutPrivate::doResize| Name: | QLayoutPrivate::doResize | | Prototype: | void QLayoutPrivate::doResize(const QSize &r) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 571-584 |
| | 9 | 2 |
QLayout::update| Name: | QLayout::update | | Prototype: | void QLayout::update() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 1038-1051 |
| | 9 | 3 |
QLayout::setSpacing| Name: | QLayout::setSpacing | | Prototype: | void QLayout::setSpacing(int spacing) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 344-357 |
| | 9 | 4 |
QLayout::setContentsMargins| Name: | QLayout::setContentsMargins | | Prototype: | void QLayout::setContentsMargins(int left, int top, int right, int bottom) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 374-387 |
| | 9 | 2 |
QLabel::setMovie| Name: | QLabel::setMovie | | Prototype: | void QLabel::setMovie(QMovie *movie) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 1259-1275 |
| | 9 | 3 |
QLCDNumber::paintEvent| Name: | QLCDNumber::paintEvent | | Prototype: | void QLCDNumber::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 709-722 |
| | 9 | 3 |
QJsonPrivate::Data::valid| Name: | QJsonPrivate::Data::valid | | Prototype: | bool Data::valid() const | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 132-146 |
| | 9 | 3 |
QJsonObject::erase| Name: | QJsonObject::erase | | Prototype: | QJsonObject::iterator QJsonObject::erase(QJsonObject::iterator it) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 625-640 |
| | 9 | 3 |
QJsonDocument::fromRawData| Name: | QJsonDocument::fromRawData | | Prototype: | QJsonDocument QJsonDocument::fromRawData(const char *data, int size, DataValidation validation) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 184-200 |
| | 9 | 3 |
QItemSelectionRange::isEmpty| Name: | QItemSelectionRange::isEmpty | | Prototype: | bool QItemSelectionRange::isEmpty() const | | Coverage: | 38.462% (5/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 344-358 |
| | 9 | 5 |
QItemSelectionRange::intersected| Name: | QItemSelectionRange::intersected | | Prototype: | QItemSelectionRange QItemSelectionRange::intersected(const QItemSelectionRange &other) const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 246-258 |
| | 9 | 2 |
QItemDelegate::textRectangle| Name: | QItemDelegate::textRectangle | | Prototype: | QRect QItemDelegate::textRectangle(QPainter * , const QRect &rect, const QFont &font, const QString &text) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 1064-1077 |
| | 9 | 1 |
QItemDelegate::setModelData| Name: | QItemDelegate::setModelData | | Prototype: | void QItemDelegate::setModelData(QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 522-541 |
| | 9 | 3 |
QItemDelegate::doCheck| Name: | QItemDelegate::doCheck | | Prototype: | QRect QItemDelegate::doCheck(const QStyleOptionViewItem &option, const QRect &bounding, const QVariant &value) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 1046-1059 |
| | 9 | 2 |
QItemDelegate::decoration| Name: | QItemDelegate::decoration | | Prototype: | QPixmap QItemDelegate::decoration(const QStyleOptionViewItem &option, const QVariant &variant) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 935-952 |
| | 9 | 4 |
QInternal::activateCallbacks| Name: | QInternal::activateCallbacks | | Prototype: | bool QInternal::activateCallbacks(Callback cb, void **parameters) | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 4030-4043 |
| | 9 | 3 |
QInputDialogPrivate::ensureComboBox| Name: | QInputDialogPrivate::ensureComboBox | | Prototype: | void QInputDialogPrivate::ensureComboBox() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 282-296 |
| | 9 | 2 |
QInputDialog::setTextValue| Name: | QInputDialog::setTextValue | | Prototype: | void QInputDialog::setTextValue(const QString &text) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 697-711 |
| | 9 | 4 |
QIdentityProxyModelPrivate::_q_sourceRowsMoved| Name: | QIdentityProxyModelPrivate::_q_sourceRowsMoved | | Prototype: | void QIdentityProxyModelPrivate::_q_sourceRowsMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destParent, int dest) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | | Lines: | 593-604 |
| | 9 | 1 |
QIdentityProxyModelPrivate::_q_sourceColumnsMoved| Name: | QIdentityProxyModelPrivate::_q_sourceColumnsMoved | | Prototype: | void QIdentityProxyModelPrivate::_q_sourceColumnsMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destParent, int dest) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | | Lines: | 458-469 |
| | 9 | 1 |
QIcuCodec::aliases| Name: | QIcuCodec::aliases | | Prototype: | QList<QByteArray> QIcuCodec::aliases() const | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | | Lines: | 671-687 |
| | 9 | 3 |
QIconModeViewBase::moveItem| Name: | QIconModeViewBase::moveItem | | Prototype: | void QIconModeViewBase::moveItem(int index, const QPoint &dest) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 3160-3178 |
| | 9 | 2 |
QIconModeViewBase::initBspTree| Name: | QIconModeViewBase::initBspTree | | Prototype: | void QIconModeViewBase::initBspTree(const QSize &contents) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 2905-2920 |
| | 9 | 4 |
QIconLoaderEngine::actualSize| Name: | QIconLoaderEngine::actualSize | | Prototype: | QSize QIconLoaderEngine::actualSize(const QSize &size, QIcon::Mode mode, QIcon::State state) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 642-658 |
| | 9 | 3 |
QIODevice::open| Name: | QIODevice::open | | Prototype: | bool QIODevice::open(OpenMode mode) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 756-770 |
| | 9 | 1 |
QHttpThreadDelegate::synchronousAuthenticationRequiredSlot| Name: | QHttpThreadDelegate::synchronousAuthenticationRequiredSlot | | Prototype: | void QHttpThreadDelegate::synchronousAuthenticationRequiredSlot(const QHttpNetworkRequest &request, QAuthenticator *a) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 700-720 |
| | 9 | 3 |
QHttpThreadDelegate::finishedWithErrorSlot| Name: | QHttpThreadDelegate::finishedWithErrorSlot | | Prototype: | void QHttpThreadDelegate::finishedWithErrorSlot(QNetworkReply::NetworkError errorCode, const QString &detail) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 539-559 |
| | 9 | 3 |
QHttpSocketEngineHandler::createSocketEngine| Name: | QHttpSocketEngineHandler::createSocketEngine | | Prototype: | QAbstractSocketEngine *QHttpSocketEngineHandler::createSocketEngine(QAbstractSocket::SocketType socketType, const QNetworkProxy &proxy, QObject *parent) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 847-865 |
| | 9 | 4 |
QHttpSocketEngine::setReadNotificationEnabled| Name: | QHttpSocketEngine::setReadNotificationEnabled | | Prototype: | void QHttpSocketEngine::setReadNotificationEnabled(bool enable) | | Coverage: | 93.333% (14/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 459-474 |
| | 9 | 5 |
QHttpNetworkRequest::uri| Name: | QHttpNetworkRequest::uri | | Prototype: | QByteArray QHttpNetworkRequest::uri(bool throughProxy) const | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 119-134 |
| | 9 | 5 |
QHttpNetworkConnectionPrivate::resumeConnection| Name: | QHttpNetworkConnectionPrivate::resumeConnection | | Prototype: | void QHttpNetworkConnectionPrivate::resumeConnection() | | Coverage: | 85.714% (12/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 160-181 |
| | 9 | 5 |
QHttpMultiPartPrivate::QHttpMultiPartPrivate| Name: | QHttpMultiPartPrivate::QHttpMultiPartPrivate | | Prototype: | QHttpMultiPartPrivate::QHttpMultiPartPrivate() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | | Lines: | 436-451 |
| | 9 | 3 |
QHttpMultiPartIODevice::size| Name: | QHttpMultiPartIODevice::size | | Prototype: | qint64 QHttpMultiPartIODevice::size() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | | Lines: | 453-470 |
| | 9 | 3 |
QHostInfoLookupManager::clear| Name: | QHostInfoLookupManager::clear | | Prototype: | void QHostInfoLookupManager::clear() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | | Lines: | 570-584 |
| | 9 | 1 |
QHostAddress::isLoopback| Name: | QHostAddress::isLoopback | | Prototype: | bool QHostAddress::isLoopback() const | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 1083-1101 |
| | 9 | 4 |
QHighDpiScaling::screenSubfactor| Name: | QHighDpiScaling::screenSubfactor | | Prototype: | qreal QHighDpiScaling::screenSubfactor(const QPlatformScreen *screen) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | | Lines: | 374-387 |
| | 9 | 5 |
QHeaderViewPrivate::updateSectionIndicator| Name: | QHeaderViewPrivate::updateSectionIndicator | | Prototype: | void QHeaderViewPrivate::updateSectionIndicator(int section, int position) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3169-3185 |
| | 9 | 4 |
QHeaderViewPrivate::maybeRestorePrevLastSectionAndStretchLast| Name: | QHeaderViewPrivate::maybeRestorePrevLastSectionAndStretchLast | | Prototype: | void QHeaderViewPrivate::maybeRestorePrevLastSectionAndStretchLast() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3275-3289 |
| | 9 | 3 |
QHeaderViewPrivate::flipSortIndicator| Name: | QHeaderViewPrivate::flipSortIndicator | | Prototype: | void QHeaderViewPrivate::flipSortIndicator(int section) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3473-3487 |
| | 9 | 3 |
QHeaderViewPrivate::clear| Name: | QHeaderViewPrivate::clear | | Prototype: | void QHeaderViewPrivate::clear() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3459-3471 |
| | 9 | 2 |
QHeaderView::setSortIndicatorShown| Name: | QHeaderView::setSortIndicatorShown | | Prototype: | void QHeaderView::setSortIndicatorShown(bool show) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1386-1401 |
| | 9 | 4 |
QHeaderView::setMaximumSectionSize| Name: | QHeaderView::setMaximumSectionSize | | Prototype: | void QHeaderView::setMaximumSectionSize(int size) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1637-1650 |
| | 9 | 4 |
QHeaderView::initialize| Name: | QHeaderView::initialize | | Prototype: | void QHeaderView::initialize() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 332-343 |
| | 9 | 1 |
QHeaderView::initStyleOption| Name: | QHeaderView::initStyleOption | | Prototype: | void QHeaderView::initStyleOption(QStyleOptionHeader *option) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3194-3205 |
| | 9 | 3 |
QGridLayoutPrivate::addHfwData| Name: | QGridLayoutPrivate::addHfwData | | Prototype: | void QGridLayoutPrivate::addHfwData(QGridBox *box, int width) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 865-878 |
| | 9 | 2 |
QGridLayoutPrivate::QGridLayoutPrivate| Name: | QGridLayoutPrivate::QGridLayoutPrivate | | Prototype: | QGridLayoutPrivate::QGridLayoutPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 339-350 |
| | 9 | 1 |
QGridLayoutItem::stretchFactor| Name: | QGridLayoutItem::stretchFactor | | Prototype: | int QGridLayoutItem::stretchFactor(Qt::Orientation orientation) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 560-575 |
| | 9 | 4 |
QGridLayoutEngine::insertItem| Name: | QGridLayoutEngine::insertItem | | Prototype: | void QGridLayoutEngine::insertItem(QGridLayoutItem *item, int index) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 959-975 |
| | 9 | 5 |
QGraphicsWidget::close| Name: | QGraphicsWidget::close | | Prototype: | bool QGraphicsWidget::close() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 2384-2399 |
| | 9 | 4 |
QGraphicsViewPrivate::processPendingUpdates| Name: | QGraphicsViewPrivate::processPendingUpdates | | Prototype: | void QGraphicsViewPrivate::processPendingUpdates() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 930-945 |
| | 9 | 4 |
QGraphicsScenePrivate::filterEvent| Name: | QGraphicsScenePrivate::filterEvent | | Prototype: | bool QGraphicsScenePrivate::filterEvent(QGraphicsItem *item, QEvent *event) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 1201-1215 |
| | 9 | 4 |
QGraphicsScenePrivate::filterDescendantEvent| Name: | QGraphicsScenePrivate::filterDescendantEvent | | Prototype: | bool QGraphicsScenePrivate::filterDescendantEvent(QGraphicsItem *item, QEvent *event) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 1183-1196 |
| | 9 | 5 |
QGraphicsSceneBspTreeIndexPrivate::purgeRemovedItems| Name: | QGraphicsSceneBspTreeIndexPrivate::purgeRemovedItems | | Prototype: | void QGraphicsSceneBspTreeIndexPrivate::purgeRemovedItems() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 188-203 |
| | 9 | 4 |
QGraphicsScene::setBspTreeDepth| Name: | QGraphicsScene::setBspTreeDepth | | Prototype: | void QGraphicsScene::setBspTreeDepth(int depth) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 1913-1927 |
| | 9 | 3 |
QGraphicsScene::eventFilter| Name: | QGraphicsScene::eventFilter | | Prototype: | bool QGraphicsScene::eventFilter(QObject *watched, QEvent *event) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 3534-3550 |
| | 9 | 5 |
QGraphicsScene::clearSelection| Name: | QGraphicsScene::clearSelection | | Prototype: | void QGraphicsScene::clearSelection() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 2353-2370 |
| | 9 | 3 |
QGraphicsScene::clear| Name: | QGraphicsScene::clear | | Prototype: | void QGraphicsScene::clear() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 2380-2394 |
| | 9 | 2 |
QGraphicsProxyWidget::setGeometry| Name: | QGraphicsProxyWidget::setGeometry | | Prototype: | void QGraphicsProxyWidget::setGeometry(const QRectF &rect) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | | Lines: | 759-772 |
| | 9 | 3 |
QGraphicsProxyWidget::focusNextPrevChild| Name: | QGraphicsProxyWidget::focusNextPrevChild | | Prototype: | bool QGraphicsProxyWidget::focusNextPrevChild(bool next) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | | Lines: | 1407-1421 |
| | 9 | 3 |
QGraphicsProxyWidget::dragEnterEvent| Name: | QGraphicsProxyWidget::dragEnterEvent | | Prototype: | void QGraphicsProxyWidget::dragEnterEvent(QGraphicsSceneDragDropEvent *event) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | | Lines: | 1056-1072 |
| | 9 | 3 |
QGraphicsLinearLayout::setStretchFactor| Name: | QGraphicsLinearLayout::setStretchFactor | | Prototype: | void QGraphicsLinearLayout::setStretchFactor(QGraphicsLayoutItem *item, int stretch) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslinearlayout.cpp | | Lines: | 401-413 |
| | 9 | 3 |
QGraphicsLayoutItemPrivate::setSizeComponent| Name: | QGraphicsLayoutItemPrivate::setSizeComponent | | Prototype: | void QGraphicsLayoutItemPrivate::setSizeComponent( Qt::SizeHint which, SizeComponent component, qreal value) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayoutitem.cpp | | Lines: | 260-272 |
| | 9 | 2 |
QGraphicsLayoutItemPrivate::setSize| Name: | QGraphicsLayoutItemPrivate::setSize | | Prototype: | void QGraphicsLayoutItemPrivate::setSize(Qt::SizeHint which, const QSizeF &size) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayoutitem.cpp | | Lines: | 239-253 |
| | 9 | 4 |
QGraphicsLayout::QGraphicsLayout| Name: | QGraphicsLayout::QGraphicsLayout | | Prototype: | QGraphicsLayout::QGraphicsLayout(QGraphicsLayoutItem *parent) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayout.cpp | | Lines: | 159-175 |
| | 9 | 3 |
QGraphicsLayout::QGraphicsLayout| Name: | QGraphicsLayout::QGraphicsLayout | | Prototype: | QGraphicsLayout::QGraphicsLayout(QGraphicsLayoutPrivate &dd, QGraphicsLayoutItem *parent) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayout.cpp | | Lines: | 180-196 |
| | 9 | 3 |
QGraphicsItemPrivate::prependGraphicsTransform| Name: | QGraphicsItemPrivate::prependGraphicsTransform | | Prototype: | void QGraphicsItemPrivate::prependGraphicsTransform(QGraphicsTransform *t) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4151-4163 |
| | 9 | 3 |
QGraphicsItemPrivate::genericMapFromScene| Name: | QGraphicsItemPrivate::genericMapFromScene | | Prototype: | QPointF QGraphicsItemPrivate::genericMapFromScene(const QPointF &pos, const QWidget *viewport) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1071-1084 |
| | 9 | 4 |
QGraphicsItemPrivate::appendGraphicsTransform| Name: | QGraphicsItemPrivate::appendGraphicsTransform | | Prototype: | void QGraphicsItemPrivate::appendGraphicsTransform(QGraphicsTransform *t) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4168-4180 |
| | 9 | 3 |
QGraphicsItemAnimation::clear| Name: | QGraphicsItemAnimation::clear | | Prototype: | void QGraphicsItemAnimation::clear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 510-521 |
| | 9 | 1 |
QGraphicsItem::setTransformations| Name: | QGraphicsItem::setTransformations | | Prototype: | void QGraphicsItem::setTransformations(const QList<QGraphicsTransform *> &transformations) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4135-4146 |
| | 9 | 3 |
QGraphicsItem::setPanelModality| Name: | QGraphicsItem::setPanelModality | | Prototype: | void QGraphicsItem::setPanelModality(PanelModality panelModality) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 2120-2132 |
| | 9 | 4 |
QGraphicsItem::setInputMethodHints| Name: | QGraphicsItem::setInputMethodHints | | Prototype: | void QGraphicsItem::setInputMethodHints(Qt::InputMethodHints hints) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7476-7487 |
| | 9 | 3 |
QGraphicsItem::isVisibleTo| Name: | QGraphicsItem::isVisibleTo | | Prototype: | bool QGraphicsItem::isVisibleTo(const QGraphicsItem *parent) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 2336-2348 |
| | 9 | 5 |
QGraphicsItem::isUnderMouse| Name: | QGraphicsItem::isUnderMouse | | Prototype: | bool QGraphicsItem::isUnderMouse() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 6608-6621 |
| | 9 | 4 |
QGraphicsItem::isAncestorOf| Name: | QGraphicsItem::isAncestorOf | | Prototype: | bool QGraphicsItem::isAncestorOf(const QGraphicsItem *child) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 6554-6566 |
| | 9 | 5 |
QGraphicsItem::installSceneEventFilter| Name: | QGraphicsItem::installSceneEventFilter | | Prototype: | void QGraphicsItem::installSceneEventFilter(QGraphicsItem *filterItem) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 6714-6727 |
| | 9 | 3 |
QGraphicsEllipseItem::shape| Name: | QGraphicsEllipseItem::shape | | Prototype: | QPainterPath QGraphicsEllipseItem::shape() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8926-8940 |
| | 9 | 3 |
QGraphicsEllipseItem::paint| Name: | QGraphicsEllipseItem::paint | | Prototype: | void QGraphicsEllipseItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8953-8967 |
| | 9 | 3 |
QGraphicsAnchorLayoutPrivate::constraintsFromPaths| Name: | QGraphicsAnchorLayoutPrivate::constraintsFromPaths | | Prototype: | void QGraphicsAnchorLayoutPrivate::constraintsFromPaths(Orientation orientation) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 2363-2377 |
| | 9 | 4 |
QGraphicsAnchorLayoutPrivate::QGraphicsAnchorLayoutPrivate| Name: | QGraphicsAnchorLayoutPrivate::QGraphicsAnchorLayoutPrivate | | Prototype: | QGraphicsAnchorLayoutPrivate::QGraphicsAnchorLayoutPrivate() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 623-639 |
| | 9 | 3 |
QGraphicsAnchorLayout::sizeHint| Name: | QGraphicsAnchorLayout::sizeHint | | Prototype: | QSizeF QGraphicsAnchorLayout::sizeHint(Qt::SizeHint which, const QSizeF &constraint) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout.cpp | | Lines: | 504-529 |
| | 9 | 1 |