Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QLayoutPrivate::createSpacerItemName: | QLayoutPrivate::createSpacerItem | Prototype: | QSpacerItem *QLayoutPrivate::createSpacerItem(const QLayout *layout, int w, int h, QSizePolicy::Policy hPolicy, QSizePolicy::Policy vPolicy) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 194-200 |
| | 4 | 3 |
QLayoutPrivate::createWidgetItemName: | QLayoutPrivate::createWidgetItem | Prototype: | QWidgetItem *QLayoutPrivate::createWidgetItem(const QLayout *layout, QWidget *widget) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 186-192 |
| | 4 | 3 |
QLibrary::loadName: | QLibrary::load | Prototype: | bool QLibrary::load() | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 787-795 |
| | 6 | 3 |
QLibraryInfoPrivate::configurationName: | QLibraryInfoPrivate::configuration | Prototype: | static QSettings *configuration() | Coverage: | 77.778% (7/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | Lines: | 103-115 |
| | 6 | 3 |
QLibrarySettings::loadName: | QLibrarySettings::load | Prototype: | void QLibrarySettings::load() | Coverage: | 82.609% (19/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | Lines: | 125-162 |
| | 15 | 3 |
QLibraryStore::releaseLibraryName: | QLibraryStore::releaseLibrary | Prototype: | inline void QLibraryStore::releaseLibrary(QLibraryPrivate *lib) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 466-485 |
| | 10 | 3 |
QLineEdit::initStyleOptionName: | QLineEdit::initStyleOption | Prototype: | void QLineEdit::initStyleOption(QStyleOptionFrame *option) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | Lines: | 101-120 |
| | 12 | 3 |
QLineEdit::keyPressEventName: | QLineEdit::keyPressEvent | Prototype: | void QLineEdit::keyPressEvent(QKeyEvent *event) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | Lines: | 1648-1699 |
| | 6 | 3 |
QLineEdit::setClearButtonEnabledName: | QLineEdit::setClearButtonEnabled | Prototype: | void QLineEdit::setClearButtonEnabled(bool enable) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | Lines: | 486-502 |
| | 12 | 3 |
QLineEdit::setPlaceholderTextName: | QLineEdit::setPlaceholderText | Prototype: | void QLineEdit::setPlaceholderText(const QString& placeholderText) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | Lines: | 349-357 |
| | 5 | 3 |
QLineEditIconButton::paintEventName: | QLineEditIconButton::paintEvent | Prototype: | void QLineEditIconButton::paintEvent(QPaintEvent *) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | Lines: | 329-348 |
| | 15 | 3 |
QLineEditPrivate::setClearButtonEnabledName: | QLineEditPrivate::setClearButtonEnabled | Prototype: | void QLineEditPrivate::setClearButtonEnabled(bool enabled) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | Lines: | 443-451 |
| | 4 | 3 |
QLineEditPrivate::setCursorVisibleName: | QLineEditPrivate::setCursorVisible | Prototype: | void QLineEditPrivate::setCursorVisible(bool visible) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | Lines: | 245-255 |
| | 7 | 3 |
QLineF::angleName: | QLineF::angle | Prototype: | qreal QLineF::angle(const QLineF &l) const | Coverage: | 63.636% (7/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | Lines: | 808-817 |
| | 6 | 3 |
QLineF::angleToName: | 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 |
QListData::appendName: | QListData::append | Prototype: | void **QListData::append(int n) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 167-184 |
| | 11 | 3 |
QListData::detachName: | QListData::detach | Prototype: | QListData::Data *QListData::detach(int alloc) | Coverage: | 75.000% (6/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 117-135 |
| | 12 | 3 |
QListData::reallocName: | QListData::realloc | Prototype: | void QListData::realloc(int alloc) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 137-147 |
| | 7 | 3 |
QListModeViewBase::mapToViewportName: | 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 |
QListModeViewBase::updateHorizontalScrollBarName: | QListModeViewBase::updateHorizontalScrollBar | Prototype: | void QListModeViewBase::updateHorizontalScrollBar(const QSize &step) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 2180-2197 |
| | 11 | 3 |
QListModeViewBase::updateVerticalScrollBarName: | QListModeViewBase::updateVerticalScrollBar | Prototype: | void QListModeViewBase::updateVerticalScrollBar(const QSize &step) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 2159-2178 |
| | 11 | 3 |
QListModel::clearName: | QListModel::clear | Prototype: | void QListModel::clear() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | Lines: | 76-88 |
| | 8 | 3 |
QListModel::dropMimeDataName: | QListModel::dropMimeData | Prototype: | bool QListModel::dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &index) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | Lines: | 448-459 |
| | 7 | 3 |
QListModel::insertRowsName: | QListModel::insertRows | Prototype: | bool QListModel::insertRows(int row, int count, const QModelIndex &parent) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | Lines: | 246-264 |
| | 12 | 3 |
QListModel::itemDataName: | QListModel::itemData | Prototype: | QMap<int, QVariant> QListModel::itemData(const QModelIndex &index) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | Lines: | 233-244 |
| | 8 | 3 |
QListModel::removeRowsName: | QListModel::removeRows | Prototype: | bool QListModel::removeRows(int row, int count, const QModelIndex &parent) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | Lines: | 266-281 |
| | 11 | 3 |
QListView::currentChangedName: | QListView::currentChanged | Prototype: | void QListView::currentChanged(const QModelIndex ¤t, const QModelIndex &previous) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 3236-3249 |
| | 7 | 3 |
QListView::dragMoveEventName: | QListView::dragMoveEvent | Prototype: | void QListView::dragMoveEvent(QDragMoveEvent *e) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 890-899 |
| | 5 | 3 |
QListView::mouseMoveEventName: | QListView::mouseMoveEvent | Prototype: | void QListView::mouseMoveEvent(QMouseEvent *e) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 780-795 |
| | 12 | 3 |
QListView::selectedIndexesName: | QListView::selectedIndexes | Prototype: | QModelIndexList QListView::selectedIndexes() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 1436-1449 |
| | 8 | 3 |
QListView::setRowHiddenName: | QListView::setRowHidden | Prototype: | void QListView::setRowHidden(int row, bool hide) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 546-556 |
| | 8 | 3 |
QListView::timerEventName: | QListView::timerEvent | Prototype: | void QListView::timerEvent(QTimerEvent *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 843-854 |
| | 7 | 3 |
QListView::visualIndexName: | QListView::visualIndex | Prototype: | int QListView::visualIndex(const QModelIndex &index) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 3279-3290 |
| | 8 | 3 |
QListViewPrivate::doItemsLayoutName: | QListViewPrivate::doItemsLayout | Prototype: | bool QListViewPrivate::doItemsLayout(int delta) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 1700-1726 |
| | 18 | 3 |
QListViewPrivate::draggablePaintPairsName: | QListViewPrivate::draggablePaintPairs | Prototype: | QItemViewPaintPairs QListViewPrivate::draggablePaintPairs(const QModelIndexList &indexes, QRect *r) const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 654-673 |
| | 15 | 3 |
QListViewPrivate::itemSizeName: | 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 |
QListWidget::mimeDataName: | QListWidget::mimeData | Prototype: | QMimeData *QListWidget::mimeData(const QList<QListWidgetItem*> items) const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | Lines: | 1825-1845 |
| | 10 | 3 |
QListWidget::setCurrentRowName: | QListWidget::setCurrentRow | Prototype: | void QListWidget::setCurrentRow(int row) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | Lines: | 1516-1526 |
| | 7 | 3 |
QListWidget::setItemSelectedName: | QListWidget::setItemSelected | Prototype: | void QListWidget::setItemSelected(const QListWidgetItem *item, bool select) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | Lines: | 1703-1718 |
| | 10 | 3 |
QListWidget::setSelectionModelName: | QListWidget::setSelectionModel | Prototype: | void QListWidget::setSelectionModel(QItemSelectionModel *selectionModel) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | Lines: | 1357-1376 |
| | 12 | 3 |
QListWidgetItem::dataName: | QListWidgetItem::data | Prototype: | QVariant QListWidgetItem::data(int role) const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | Lines: | 721-728 |
| | 5 | 3 |
QLocalServer::listenName: | 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 |
QLocalServer::nextPendingConnectionName: | QLocalServer::nextPendingConnection | Prototype: | QLocalSocket *QLocalServer::nextPendingConnection() | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 378-393 |
| | 7 | 3 |
QLocalServer::waitForNewConnectionName: | QLocalServer::waitForNewConnection | Prototype: | bool QLocalServer::waitForNewConnection(int msec, bool *timedOut) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 485-497 |
| | 7 | 3 |
QLocalServerPrivate::_q_onNewConnectionName: | QLocalServerPrivate::_q_onNewConnection | Prototype: | void QLocalServerPrivate::_q_onNewConnection() | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver_unix.cpp | Lines: | 265-282 |
| | 12 | 3 |
QLocalServerPrivate::removeServerName: | QLocalServerPrivate::removeServer | Prototype: | bool QLocalServerPrivate::removeServer(const QString &name) | Coverage: | 75.000% (6/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver_unix.cpp | Lines: | 66-79 |
| | 8 | 3 |
QLocale::amTextName: | QLocale::amText | Prototype: | QString QLocale::amText() const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 2484-2494 |
| | 5 | 3 |
QLocale::dateTimeFormatName: | QLocale::dateTimeFormat | Prototype: | QString QLocale::dateTimeFormat(FormatType format) const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1746-1760 |
| | 8 | 3 |
QLocale::firstDayOfWeekName: | QLocale::firstDayOfWeek | Prototype: | Qt::DayOfWeek QLocale::firstDayOfWeek() const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 2318-2328 |
| | 5 | 3 |
QLocale::measurementSystemName: | QLocale::measurementSystem | Prototype: | QLocale::MeasurementSystem QLocale::measurementSystem() const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 2371-2382 |
| | 5 | 3 |
QLocale::nameName: | QLocale::name | Prototype: | QString QLocale::name() const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1073-1090 |
| | 10 | 3 |
QLocale::nativeCountryNameName: | QLocale::nativeCountryName | Prototype: | QString QLocale::nativeCountryName() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 3595-3605 |
| | 5 | 3 |
QLocale::nativeLanguageNameName: | QLocale::nativeLanguageName | Prototype: | QString QLocale::nativeLanguageName() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 3575-3585 |
| | 5 | 3 |
QLocale::pmTextName: | QLocale::pmText | Prototype: | QString QLocale::pmText() const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 2504-2514 |
| | 5 | 3 |
QLocaleData::bytearrayToDoubleName: | QLocaleData::bytearrayToDouble | Prototype: | double QLocaleData::bytearrayToDouble(const char *num, bool *ok, bool *overflow) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 3297-3309 |
| | 10 | 3 |
QLocaleData::stringToLongLongName: | QLocaleData::stringToLongLong | Prototype: | qlonglong QLocaleData::stringToLongLong(const QChar *begin, int len, int base, bool *ok, QLocale::NumberOptions number_options) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 3271-3282 |
| | 6 | 3 |
QLocaleData::stringToUnsLongLongName: | QLocaleData::stringToUnsLongLong | Prototype: | qulonglong QLocaleData::stringToUnsLongLong(const QChar *begin, int len, int base, bool *ok, QLocale::NumberOptions number_options) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 3284-3295 |
| | 6 | 3 |
QLocalePrivate::countryToCodeName: | 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 |
QLocalePrivate::getLangAndCountryName: | QLocalePrivate::getLangAndCountry | Prototype: | void QLocalePrivate::getLangAndCountry(const QString &name, QLocale::Language &lang, QLocale::Script &script, QLocale::Country &cntry) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 460-478 |
| | 13 | 3 |
QLocalePrivate::measurementSystemName: | QLocalePrivate::measurementSystem | Prototype: | QLocale::MeasurementSystem QLocalePrivate::measurementSystem() const | Coverage: | 44.444% (4/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 2330-2339 |
| | 5 | 3 |
QLockFile::unlockName: | 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 |
QLoggingCategory::initName: | QLoggingCategory::init | Prototype: | void QLoggingCategory::init(const char *category, QtMsgType severityLevel) | Coverage: | 87.500% (7/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | Lines: | 238-249 |
| | 6 | 3 |
QLoggingRegistry::installFilterName: | QLoggingRegistry::installFilter | Prototype: | QLoggingCategory::CategoryFilter QLoggingRegistry::installFilter(QLoggingCategory::CategoryFilter filter) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | Lines: | 378-393 |
| | 8 | 3 |
QLoggingRegistry::setApiRulesName: | QLoggingRegistry::setApiRules | Prototype: | void QLoggingRegistry::setApiRules(const QString &content) | Coverage: | 60.000% (3/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | Lines: | 344-358 |
| | 7 | 3 |
QMainWindow::restoreStateName: | QMainWindow::restoreState | Prototype: | bool QMainWindow::restoreState(const QByteArray &state, int version) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | Lines: | 1320-1333 |
| | 11 | 3 |
QMainWindow::setIconSizeName: | 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 |
QMainWindowLayout::QMainWindowLayoutName: | QMainWindowLayout::QMainWindowLayout | Prototype: | QMainWindowLayout::QMainWindowLayout(QMainWindow *mainwindow, QLayout *parentLayout) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 2168-2205 |
| | 7 | 3 |
QMainWindowLayout::itemAtName: | QMainWindowLayout::itemAt | Prototype: | QLayoutItem *QMainWindowLayout::itemAt(int index) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1776-1787 |
| | 6 | 3 |
QMainWindowLayout::raiseName: | QMainWindowLayout::raise | Prototype: | void QMainWindowLayout::raise(QDockWidget *widget) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1751-1761 |
| | 6 | 3 |
QMainWindowLayout::restoreName: | QMainWindowLayout::restore | Prototype: | void QMainWindowLayout::restore(bool keepSavedState) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 2154-2166 |
| | 9 | 3 |
QMainWindowLayout::revertName: | QMainWindowLayout::revert | Prototype: | void QMainWindowLayout::revert(QLayoutItem *widgetItem) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1929-1945 |
| | 12 | 3 |
QMainWindowLayout::setCentralWidgetName: | QMainWindowLayout::setCentralWidget | Prototype: | void QMainWindowLayout::setCentralWidget(QWidget *widget) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 2252-2266 |
| | 7 | 3 |
QMainWindowLayout::setCornerName: | QMainWindowLayout::setCorner | Prototype: | void QMainWindowLayout::setCorner(Qt::Corner corner, Qt::DockWidgetArea area) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1340-1348 |
| | 6 | 3 |
QMainWindowLayout::setGeometryName: | QMainWindowLayout::setGeometry | Prototype: | void QMainWindowLayout::setGeometry(const QRect &_r) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1830-1852 |
| | 15 | 3 |
QMainWindowLayout::setTabPositionName: | QMainWindowLayout::setTabPosition | Prototype: | void QMainWindowLayout::setTabPosition(Qt::DockWidgetAreas areas, QTabWidget::TabPosition tabPosition) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1445-1465 |
| | 16 | 3 |
QMainWindowLayout::toggleToolBarsVisibleName: | QMainWindowLayout::toggleToolBarsVisible | Prototype: | void QMainWindowLayout::toggleToolBarsVisible() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1230-1297 |
| | 10 | 3 |
QMainWindowLayoutState::gapRectName: | QMainWindowLayoutState::gapRect | Prototype: | QRect QMainWindowLayoutState::gapRect(const QList<int> &path) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 778-793 |
| | 6 | 3 |
QMainWindowLayoutState::itemName: | QMainWindowLayoutState::item | Prototype: | QLayoutItem *QMainWindowLayoutState::item(const QList<int> &path) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 741-759 |
| | 8 | 3 |
QMainWindowLayoutState::itemAtName: | QMainWindowLayoutState::itemAt | Prototype: | QLayoutItem *QMainWindowLayoutState::itemAt(int index, int *x) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 521-537 |
| | 5 | 3 |
QMainWindowLayoutState::itemRectName: | QMainWindowLayoutState::itemRect | Prototype: | QRect QMainWindowLayoutState::itemRect(const QList<int> &path) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 761-776 |
| | 6 | 3 |
QMainWindowLayoutState::plugName: | QMainWindowLayoutState::plug | Prototype: | QLayoutItem *QMainWindowLayoutState::plug(const QList<int> &path) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 795-810 |
| | 6 | 3 |
QMainWindowLayoutState::removeName: | QMainWindowLayoutState::remove | Prototype: | void QMainWindowLayoutState::remove(const QList<int> &path) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 690-703 |
| | 5 | 3 |
QMainWindowLayoutState::removeName: | QMainWindowLayoutState::remove | Prototype: | void QMainWindowLayoutState::remove(QLayoutItem *item) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 705-719 |
| | 5 | 3 |
QMainWindowLayoutState::saveStateName: | QMainWindowLayoutState::saveState | Prototype: | void QMainWindowLayoutState::saveState(QDataStream &stream) const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 831-850 |
| | 9 | 3 |
QMainWindowLayoutState::takeAtName: | QMainWindowLayoutState::takeAt | Prototype: | QLayoutItem *QMainWindowLayoutState::takeAt(int index, int *x) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 539-558 |
| | 5 | 3 |
QMainWindowLayoutState::unplugName: | QMainWindowLayoutState::unplug | Prototype: | QLayoutItem *QMainWindowLayoutState::unplug(const QList<int> &path, QMainWindowLayoutState *other) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 812-829 |
| | 6 | 3 |
QMainWindowTabBar::mouseReleaseEventName: | QMainWindowTabBar::mouseReleaseEvent | Prototype: | void QMainWindowTabBar::mouseReleaseEvent(QMouseEvent *e) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1610-1620 |
| | 6 | 3 |
QMapDataBase::freeTreeName: | QMapDataBase::freeTree | Prototype: | void QMapDataBase::freeTree(QMapNodeBase *root, int alignment) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | Lines: | 349-356 |
| | 5 | 3 |
QMatrix4x4::QMatrix4x4Name: | QMatrix4x4::QMatrix4x4 | Prototype: | QMatrix4x4::QMatrix4x4(const float *values) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 104-110 |
| | 4 | 3 |
QMatrix4x4::copyDataToName: | QMatrix4x4::copyDataTo | Prototype: | void QMatrix4x4::copyDataTo(float *values) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 1655-1660 |
| | 3 | 3 |
QMatrix4x4::perspectiveName: | QMatrix4x4::perspective | Prototype: | void QMatrix4x4::perspective(float verticalAngle, float aspectRatio, float nearPlane, float farPlane) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 1491-1525 |
| | 27 | 3 |
QMatrix4x4::toTransformName: | QMatrix4x4::toTransform | Prototype: | QTransform QMatrix4x4::toTransform(float distanceToPlane) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 1711-1736 |
| | 12 | 3 |
QMatrix4x4::transposedName: | QMatrix4x4::transposed | Prototype: | QMatrix4x4 QMatrix4x4::transposed() const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 585-596 |
| | 6 | 3 |
QMatrix::mapName: | QMatrix::map | Prototype: | QRegion QMatrix::map(const QRegion &r) const | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 672-684 |
| | 8 | 3 |
QMdiArea::activateNextSubWindowName: | QMdiArea::activateNextSubWindow | Prototype: | void QMdiArea::activateNextSubWindow() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1914-1923 |
| | 6 | 3 |
QMdiArea::activatePreviousSubWindowName: | QMdiArea::activatePreviousSubWindow | Prototype: | void QMdiArea::activatePreviousSubWindow() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1932-1941 |
| | 6 | 3 |
QMdiAreaPrivate::activateHighlightedWindowName: | QMdiAreaPrivate::activateHighlightedWindow | Prototype: | void QMdiAreaPrivate::activateHighlightedWindow() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1029-1042 |
| | 7 | 3 |
QMdiAreaPrivate::showRubberBandForName: | QMdiAreaPrivate::showRubberBandFor | Prototype: | void QMdiAreaPrivate::showRubberBandFor(QMdiSubWindow *subWindow) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1536-1548 |
| | 7 | 3 |
QMdiAreaTabBar::mousePressEventName: | QMdiAreaTabBar::mousePressEvent | Prototype: | void QMdiAreaTabBar::mousePressEvent(QMouseEvent *event) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 586-600 |
| | 8 | 3 |
QMdiSubWindow::childEventName: | QMdiSubWindow::childEvent | Prototype: | void QMdiSubWindow::childEvent(QChildEvent *childEvent) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 3473-3481 |
| | 4 | 3 |