| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QMdiSubWindow::keyboardPageStep| Name: | QMdiSubWindow::keyboardPageStep | | Prototype: | int QMdiSubWindow::keyboardPageStep() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 2476-2479 |
| | 1 | 1 |
QMdiSubWindow::keyPressEvent| Name: | QMdiSubWindow::keyPressEvent | | Prototype: | void QMdiSubWindow::keyPressEvent(QKeyEvent *keyEvent) | | Coverage: | 0.000% (0/52) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 3354-3431 |
| | 50 | 17 |
QMdiSubWindow::isShaded| Name: | QMdiSubWindow::isShaded | | Prototype: | bool QMdiSubWindow::isShaded() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 2403-2406 |
| | 1 | 1 |
QMdiSubWindow::hideEvent| Name: | QMdiSubWindow::hideEvent | | Prototype: | void QMdiSubWindow::hideEvent(QHideEvent * ) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 2965-2970 |
| | 1 | 1 |
QMdiSubWindow::focusInEvent| Name: | QMdiSubWindow::focusInEvent | | Prototype: | void QMdiSubWindow::focusInEvent(QFocusEvent *focusInEvent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 3457-3460 |
| | 1 | 1 |
QMdiSubWindow::eventFilter| Name: | QMdiSubWindow::eventFilter | | Prototype: | bool QMdiSubWindow::eventFilter(QObject *object, QEvent *event) | | Coverage: | 0.000% (0/106) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 2684-2788 |
| | 73 | 30 |
QMdiSubWindow::event| Name: | QMdiSubWindow::event | | Prototype: | bool QMdiSubWindow::event(QEvent *event) | | Coverage: | 0.000% (0/85) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 2793-2922 |
| | 91 | 30 |
QMdiSubWindow::contextMenuEvent| Name: | QMdiSubWindow::contextMenuEvent | | Prototype: | void QMdiSubWindow::contextMenuEvent(QContextMenuEvent *contextMenuEvent) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 3437-3451 |
| | 8 | 3 |
QMdiSubWindow::closeEvent| Name: | QMdiSubWindow::closeEvent | | Prototype: | void QMdiSubWindow::closeEvent(QCloseEvent *closeEvent) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 3031-3050 |
| | 13 | 4 |
QMdiSubWindow::childEvent| Name: | 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 |
QMdiSubWindow::changeEvent| Name: | QMdiSubWindow::changeEvent | | Prototype: | void QMdiSubWindow::changeEvent(QEvent *changeEvent) | | Coverage: | 0.000% (0/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 2975-3026 |
| | 33 | 13 |
QMdiSubWindow::QMdiSubWindow| Name: | QMdiSubWindow::QMdiSubWindow | | Prototype: | QMdiSubWindow::QMdiSubWindow(QWidget *parent, Qt::WindowFlags flags) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 2252-2280 |
| | 19 | 2 |
QMdiAreaTabBar::subWindowFromIndex| Name: | QMdiAreaTabBar::subWindowFromIndex | | Prototype: | QMdiSubWindow *QMdiAreaTabBar::subWindowFromIndex(int index) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 649-664 |
| | 9 | 2 |
QMdiAreaTabBar::mousePressEvent| Name: | 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 |
QMdiAreaTabBar::contextMenuEvent| Name: | QMdiAreaTabBar::contextMenuEvent | | Prototype: | void QMdiAreaTabBar::contextMenuEvent(QContextMenuEvent *event) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 606-643 |
| | 21 | 5 |
QMdiAreaTabBar::QMdiAreaTabBar| Name: | QMdiAreaTabBar::QMdiAreaTabBar | | Prototype: | QMdiAreaTabBar(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 571-571 |
| | 1 | 1 |
QMdiAreaPrivate::updateTabBarGeometry| Name: | QMdiAreaPrivate::updateTabBarGeometry | | Prototype: | void QMdiAreaPrivate::updateTabBarGeometry() | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1628-1678 |
| | 31 | 11 |
QMdiAreaPrivate::updateScrollBars| Name: | QMdiAreaPrivate::updateScrollBars | | Prototype: | void QMdiAreaPrivate::updateScrollBars() | | Coverage: | 0.000% (0/51) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1173-1234 |
| | 45 | 11 |
QMdiAreaPrivate::updateActiveWindow| Name: | QMdiAreaPrivate::updateActiveWindow | | Prototype: | void QMdiAreaPrivate::updateActiveWindow(int removedIndex, bool activeRemoved) | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1124-1168 |
| | 23 | 10 |
QMdiAreaPrivate::subWindowList| Name: | QMdiAreaPrivate::subWindowList | | Prototype: | QList<QMdiSubWindow*> QMdiAreaPrivate::subWindowList(QMdiArea::WindowOrder order, bool reversed) const | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1385-1424 |
| | 27 | 13 |
QMdiAreaPrivate::showRubberBandFor| Name: | 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 |
QMdiAreaPrivate::setViewMode| Name: | QMdiAreaPrivate::setViewMode | | Prototype: | void QMdiAreaPrivate::setViewMode(QMdiArea::ViewMode mode) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1554-1622 |
| | 39 | 9 |
QMdiAreaPrivate::setChildActivationEnabled| Name: | QMdiAreaPrivate::setChildActivationEnabled | | Prototype: | void QMdiAreaPrivate::setChildActivationEnabled(bool enable, bool onlyNextActivationEvent) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1353-1363 |
| | 6 | 4 |
QMdiAreaPrivate::scrollBarsEnabled| Name: | QMdiAreaPrivate::scrollBarsEnabled | | Prototype: | bool QMdiAreaPrivate::scrollBarsEnabled() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1327-1330 |
| | 1 | 1 |
QMdiAreaPrivate::scrollBarPolicyChanged| Name: | QMdiAreaPrivate::scrollBarPolicyChanged | | Prototype: | void QMdiAreaPrivate::scrollBarPolicyChanged(Qt::Orientation orientation, Qt::ScrollBarPolicy policy) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1369-1383 |
| | 10 | 4 |
QMdiAreaPrivate::resizeToMinimumTileSize| Name: | QMdiAreaPrivate::resizeToMinimumTileSize | | Prototype: | QRect QMdiAreaPrivate::resizeToMinimumTileSize(const QSize &minSubWindowSize, int subWindowCount) | | Coverage: | 0.000% (0/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1267-1322 |
| | 36 | 11 |
QMdiAreaPrivate::resetActiveWindow| Name: | QMdiAreaPrivate::resetActiveWindow | | Prototype: | void QMdiAreaPrivate::resetActiveWindow(QMdiSubWindow *deactivatedWindow) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1099-1119 |
| | 14 | 5 |
QMdiAreaPrivate::refreshTabBar| Name: | QMdiAreaPrivate::refreshTabBar | | Prototype: | void QMdiAreaPrivate::refreshTabBar() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1683-1695 |
| | 7 | 2 |
QMdiAreaPrivate::rearrange| Name: | QMdiAreaPrivate::rearrange | | Prototype: | void QMdiAreaPrivate::rearrange(Rearranger *rearranger) | | Coverage: | 0.000% (0/56) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 921-978 |
| | 39 | 15 |
QMdiAreaPrivate::place| Name: | QMdiAreaPrivate::place | | Prototype: | void QMdiAreaPrivate::place(Placer *placer, QMdiSubWindow *child) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 882-916 |
| | 22 | 6 |
QMdiAreaPrivate::nextVisibleSubWindow| Name: | QMdiAreaPrivate::nextVisibleSubWindow | | Prototype: | QMdiSubWindow *QMdiAreaPrivate::nextVisibleSubWindow(int increaseFactor, QMdiArea::WindowOrder order, int removedIndex, int fromIndex) const | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1442-1491 |
| | 28 | 9 |
QMdiAreaPrivate::lastWindowAboutToBeDestroyed| Name: | QMdiAreaPrivate::lastWindowAboutToBeDestroyed | | Prototype: | bool QMdiAreaPrivate::lastWindowAboutToBeDestroyed() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1335-1348 |
| | 8 | 4 |
QMdiAreaPrivate::internalRaise| Name: | QMdiAreaPrivate::internalRaise | | Prototype: | void QMdiAreaPrivate::internalRaise(QMdiSubWindow *mdiChild) const | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1239-1265 |
| | 17 | 8 |
QMdiAreaPrivate::highlightNextSubWindow| Name: | QMdiAreaPrivate::highlightNextSubWindow | | Prototype: | void QMdiAreaPrivate::highlightNextSubWindow(int increaseFactor) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1496-1534 |
| | 21 | 7 |
QMdiAreaPrivate::emitWindowActivated| Name: | QMdiAreaPrivate::emitWindowActivated | | Prototype: | void QMdiAreaPrivate::emitWindowActivated(QMdiSubWindow *activeWindow) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1047-1094 |
| | 30 | 8 |
QMdiAreaPrivate::disconnectSubWindow| Name: | QMdiAreaPrivate::disconnectSubWindow | | Prototype: | void QMdiAreaPrivate::disconnectSubWindow(QObject *subWindow) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1429-1437 |
| | 5 | 2 |
QMdiAreaPrivate::arrangeMinimizedSubWindows| Name: | QMdiAreaPrivate::arrangeMinimizedSubWindows | | Prototype: | void QMdiAreaPrivate::arrangeMinimizedSubWindows() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 985-990 |
| | 3 | 2 |
QMdiAreaPrivate::appendChild| Name: | QMdiAreaPrivate::appendChild | | Prototype: | void QMdiAreaPrivate::appendChild(QMdiSubWindow *child) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 829-877 |
| | 31 | 9 |
QMdiAreaPrivate::activateWindow| Name: | QMdiAreaPrivate::activateWindow | | Prototype: | void QMdiAreaPrivate::activateWindow(QMdiSubWindow *child) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 995-1015 |
| | 13 | 5 |
QMdiAreaPrivate::activateHighlightedWindow| Name: | 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::activateCurrentWindow| Name: | QMdiAreaPrivate::activateCurrentWindow | | Prototype: | void QMdiAreaPrivate::activateCurrentWindow() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1020-1027 |
| | 4 | 2 |
QMdiAreaPrivate::_q_processWindowStateChanged| Name: | QMdiAreaPrivate::_q_processWindowStateChanged | | Prototype: | void QMdiAreaPrivate::_q_processWindowStateChanged(Qt::WindowStates oldState, Qt::WindowStates newState) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 748-779 |
| | 19 | 9 |
QMdiAreaPrivate::_q_moveTab| Name: | QMdiAreaPrivate::_q_moveTab | | Prototype: | void QMdiAreaPrivate::_q_moveTab(int from, int to) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 816-824 |
| | 1 | 1 |
QMdiAreaPrivate::_q_deactivateAllWindows| Name: | QMdiAreaPrivate::_q_deactivateAllWindows | | Prototype: | void QMdiAreaPrivate::_q_deactivateAllWindows(QMdiSubWindow *aboutToActivate) | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 712-743 |
| | 22 | 9 |
QMdiAreaPrivate::_q_currentTabChanged| Name: | QMdiAreaPrivate::_q_currentTabChanged | | Prototype: | void QMdiAreaPrivate::_q_currentTabChanged(int index) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 781-803 |
| | 12 | 4 |
QMdiAreaPrivate::_q_closeTab| Name: | QMdiAreaPrivate::_q_closeTab | | Prototype: | void QMdiAreaPrivate::_q_closeTab(int index) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 805-814 |
| | 3 | 1 |
QMdiAreaPrivate::QMdiAreaPrivate| Name: | QMdiAreaPrivate::QMdiAreaPrivate | | Prototype: | QMdiAreaPrivate::QMdiAreaPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 670-707 |
| | 2 | 1 |
QMdiArea::~QMdiArea| Name: | QMdiArea::~QMdiArea | | Prototype: | QMdiArea::~QMdiArea() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1717-1731 |
| | 9 | 1 |
QMdiArea::viewportEvent| Name: | QMdiArea::viewportEvent | | Prototype: | bool QMdiArea::viewportEvent(QEvent *event) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2406-2446 |
| | 28 | 8 |
QMdiArea::viewMode| Name: | QMdiArea::viewMode | | Prototype: | QMdiArea::ViewMode QMdiArea::viewMode() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2129-2133 |
| | 2 | 1 |
QMdiArea::timerEvent| Name: | QMdiArea::timerEvent | | Prototype: | void QMdiArea::timerEvent(QTimerEvent *timerEvent) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2339-2358 |
| | 13 | 4 |
QMdiArea::tileSubWindows| Name: | QMdiArea::tileSubWindows | | Prototype: | void QMdiArea::tileSubWindows() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2468-2474 |
| | 4 | 2 |
QMdiArea::testOption| Name: | QMdiArea::testOption | | Prototype: | bool QMdiArea::testOption(AreaOption option) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2115-2118 |
| | 1 | 1 |
QMdiArea::tabsMovable| Name: | QMdiArea::tabsMovable | | Prototype: | bool QMdiArea::tabsMovable() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2201-2205 |
| | 2 | 1 |
QMdiArea::tabsClosable| Name: | QMdiArea::tabsClosable | | Prototype: | bool QMdiArea::tabsClosable() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2176-2180 |
| | 2 | 1 |
QMdiArea::tabShape| Name: | QMdiArea::tabShape | | Prototype: | QTabWidget::TabShape QMdiArea::tabShape() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2229-2233 |
| | 2 | 1 |
QMdiArea::tabPosition| Name: | QMdiArea::tabPosition | | Prototype: | QTabWidget::TabPosition QMdiArea::tabPosition() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2255-2259 |
| | 2 | 1 |
QMdiArea::subWindowList| Name: | QMdiArea::subWindowList | | Prototype: | QList<QMdiSubWindow *> QMdiArea::subWindowList(WindowOrder order) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1875-1879 |
| | 2 | 1 |
QMdiArea::sizeHint| Name: | QMdiArea::sizeHint | | Prototype: | QSize QMdiArea::sizeHint() const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1736-1757 |
| | 14 | 5 |
QMdiArea::showEvent| Name: | QMdiArea::showEvent | | Prototype: | void QMdiArea::showEvent(QShowEvent *showEvent) | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2363-2401 |
| | 24 | 10 |
QMdiArea::setupViewport| Name: | QMdiArea::setupViewport | | Prototype: | void QMdiArea::setupViewport(QWidget *viewport) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2685-2695 |
| | 7 | 4 |
QMdiArea::setViewMode| Name: | QMdiArea::setViewMode | | Prototype: | void QMdiArea::setViewMode(ViewMode mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2135-2139 |
| | 2 | 1 |
QMdiArea::setTabsMovable| Name: | QMdiArea::setTabsMovable | | Prototype: | void QMdiArea::setTabsMovable(bool movable) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2207-2215 |
| | 5 | 2 |
QMdiArea::setTabsClosable| Name: | QMdiArea::setTabsClosable | | Prototype: | void QMdiArea::setTabsClosable(bool closable) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2182-2190 |
| | 5 | 2 |
QMdiArea::setTabShape| Name: | QMdiArea::setTabShape | | Prototype: | void QMdiArea::setTabShape(QTabWidget::TabShape shape) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2235-2243 |
| | 5 | 2 |
QMdiArea::setTabPosition| Name: | QMdiArea::setTabPosition | | Prototype: | void QMdiArea::setTabPosition(QTabWidget::TabPosition position) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2261-2269 |
| | 5 | 2 |
QMdiArea::setOption| Name: | QMdiArea::setOption | | Prototype: | void QMdiArea::setOption(AreaOption option, bool on) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2104-2108 |
| | 2 | 1 |
QMdiArea::setDocumentMode| Name: | QMdiArea::setDocumentMode | | Prototype: | void QMdiArea::setDocumentMode(bool enabled) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2157-2165 |
| | 5 | 2 |
QMdiArea::setBackground| Name: | QMdiArea::setBackground | | Prototype: | void QMdiArea::setBackground(const QBrush &brush) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2063-2071 |
| | 5 | 2 |
QMdiArea::setActiveSubWindow| Name: | QMdiArea::setActiveSubWindow | | Prototype: | void QMdiArea::setActiveSubWindow(QMdiSubWindow *window) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1831-1850 |
| | 11 | 4 |
QMdiArea::setActivationOrder| Name: | QMdiArea::setActivationOrder | | Prototype: | void QMdiArea::setActivationOrder(WindowOrder order) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2091-2096 |
| | 3 | 2 |
QMdiArea::scrollContentsBy| Name: | QMdiArea::scrollContentsBy | | Prototype: | void QMdiArea::scrollContentsBy(int dx, int dy) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2451-2461 |
| | 8 | 2 |
QMdiArea::resizeEvent| Name: | QMdiArea::resizeEvent | | Prototype: | void QMdiArea::resizeEvent(QResizeEvent *resizeEvent) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2289-2334 |
| | 23 | 7 |
QMdiArea::removeSubWindow| Name: | QMdiArea::removeSubWindow | | Prototype: | void QMdiArea::removeSubWindow(QWidget *widget) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2009-2048 |
| | 28 | 9 |
QMdiArea::paintEvent| Name: | QMdiArea::paintEvent | | Prototype: | void QMdiArea::paintEvent(QPaintEvent *paintEvent) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2669-2676 |
| | 5 | 2 |
QMdiArea::minimumSizeHint| Name: | QMdiArea::minimumSizeHint | | Prototype: | QSize QMdiArea::minimumSizeHint() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1762-1776 |
| | 10 | 4 |
QMdiArea::eventFilter| Name: | QMdiArea::eventFilter | | Prototype: | bool QMdiArea::eventFilter(QObject *object, QEvent *event) | | Coverage: | 0.000% (0/90) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2549-2664 |
| | 57 | 32 |
QMdiArea::event| Name: | QMdiArea::event | | Prototype: | bool QMdiArea::event(QEvent *event) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2492-2544 |
| | 27 | 13 |
QMdiArea::documentMode| Name: | QMdiArea::documentMode | | Prototype: | bool QMdiArea::documentMode() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2151-2155 |
| | 2 | 1 |
QMdiArea::currentSubWindow| Name: | QMdiArea::currentSubWindow | | Prototype: | QMdiSubWindow *QMdiArea::currentSubWindow() const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1787-1805 |
| | 13 | 4 |
QMdiArea::closeAllSubWindows| Name: | QMdiArea::closeAllSubWindows | | Prototype: | void QMdiArea::closeAllSubWindows() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1891-1905 |
| | 9 | 4 |
QMdiArea::closeActiveSubWindow| Name: | QMdiArea::closeActiveSubWindow | | Prototype: | void QMdiArea::closeActiveSubWindow() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1857-1862 |
| | 3 | 2 |
QMdiArea::childEvent| Name: | QMdiArea::childEvent | | Prototype: | void QMdiArea::childEvent(QChildEvent *childEvent) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2275-2284 |
| | 5 | 4 |
QMdiArea::cascadeSubWindows| Name: | QMdiArea::cascadeSubWindows | | Prototype: | void QMdiArea::cascadeSubWindows() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2481-2487 |
| | 4 | 2 |
QMdiArea::background| Name: | QMdiArea::background | | Prototype: | QBrush QMdiArea::background() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2058-2061 |
| | 1 | 1 |
QMdiArea::addSubWindow| Name: | QMdiArea::addSubWindow | | Prototype: | QMdiSubWindow *QMdiArea::addSubWindow(QWidget *widget, Qt::WindowFlags windowFlags) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1966-1997 |
| | 19 | 5 |
QMdiArea::activeSubWindow| Name: | QMdiArea::activeSubWindow | | Prototype: | QMdiSubWindow *QMdiArea::activeSubWindow() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1819-1823 |
| | 2 | 1 |
QMdiArea::activationOrder| Name: | QMdiArea::activationOrder | | Prototype: | QMdiArea::WindowOrder QMdiArea::activationOrder() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2085-2089 |
| | 2 | 1 |
QMdiArea::activatePreviousSubWindow| Name: | 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 |
QMdiArea::activateNextSubWindow| Name: | 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::QMdiArea| Name: | QMdiArea::QMdiArea | | Prototype: | QMdiArea::QMdiArea(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1702-1712 |
| | 7 | 1 |
QMdi::ControllerWidget::hasVisibleControls| Name: | QMdi::ControllerWidget::hasVisibleControls | | Prototype: | inline bool hasVisibleControls() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 499-504 |
| | 3 | 1 |
QMdi::ControllerWidget::getSubControl| Name: | QMdi::ControllerWidget::getSubControl | | Prototype: | inline QStyle::SubControl getSubControl(const QPoint &pos) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 525-530 |
| | 3 | 1 |
QMaxHeap::top| Name: | QMaxHeap::top | | Prototype: | inline const T &top() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 393-393 |
| | 1 | 1 |
QMaxHeap::size| Name: | QMaxHeap::size | | Prototype: | inline int size() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 388-388 |
| | 1 | 1 |
QMaxHeap::right| Name: | QMaxHeap::right | | Prototype: | static inline int right(int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 397-397 |
| | 1 | 1 |
QMaxHeap::push| Name: | QMaxHeap::push | | Prototype: | template <class T> void QMaxHeap<T>::push(const T &x) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 402-414 |
| | 8 | 2 |
QMaxHeap::pop| Name: | QMaxHeap::pop | | Prototype: | template <class T> T QMaxHeap<T>::pop() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 416-440 |
| | 19 | 6 |
QMaxHeap::parent| Name: | QMaxHeap::parent | | Prototype: | static inline int parent(int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 395-395 |
| | 1 | 1 |
QMaxHeap::left| Name: | QMaxHeap::left | | Prototype: | static inline int left(int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 396-396 |
| | 1 | 1 |