Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QMainWindowTabBar::QMainWindowTabBarName: | QMainWindowTabBar::QMainWindowTabBar | Prototype: | QMainWindowTabBar::QMainWindowTabBar(QMainWindow *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1554-1558 |
| | 1 | 1 |
QMapDataBase::createDataName: | QMapDataBase::createData | Prototype: | QMapDataBase *QMapDataBase::createData() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | Lines: | 358-371 |
| | 8 | 1 |
QMapDataBase::freeDataName: | QMapDataBase::freeData | Prototype: | void QMapDataBase::freeData(QMapDataBase *d) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | Lines: | 373-376 |
| | 1 | 1 |
QMatrix4x4::QMatrix4x4Name: | QMatrix4x4::QMatrix4x4 | Prototype: | QMatrix4x4::QMatrix4x4(const QMatrix& matrix) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 201-220 |
| | 17 | 1 |
QMatrix4x4::QMatrix4x4Name: | QMatrix4x4::QMatrix4x4 | Prototype: | QMatrix4x4::QMatrix4x4(const QTransform& transform) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 233-252 |
| | 17 | 1 |
QMatrix4x4::operator/=Name: | QMatrix4x4::operator/= | Prototype: | QMatrix4x4& QMatrix4x4::operator/=(float divisor) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 628-648 |
| | 18 | 1 |
QMatrix4x4::orthoName: | QMatrix4x4::ortho | Prototype: | void QMatrix4x4::ortho(const QRect& rect) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 1376-1383 |
| | 1 | 1 |
QMatrix4x4::orthoName: | QMatrix4x4::ortho | Prototype: | void QMatrix4x4::ortho(const QRectF& rect) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 1394-1397 |
| | 1 | 1 |
QMatrix4x4::orthonormalInverseName: | QMatrix4x4::orthonormalInverse | Prototype: | QMatrix4x4 QMatrix4x4::orthonormalInverse() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 1903-1931 |
| | 19 | 1 |
QMatrix4x4::rotateName: | QMatrix4x4::rotate | Prototype: | void QMatrix4x4::rotate(float angle, const QVector3D& vector) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 1101-1104 |
| | 1 | 1 |
QMatrix4x4::rotateName: | QMatrix4x4::rotate | Prototype: | void QMatrix4x4::rotate(const QQuaternion& quaternion) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 1325-1363 |
| | 31 | 1 |
QMatrix4x4::toAffineName: | QMatrix4x4::toAffine | Prototype: | QMatrix QMatrix4x4::toAffine() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 1669-1674 |
| | 3 | 1 |
QMatrix4x4::toTransformName: | QMatrix4x4::toTransform | Prototype: | QTransform QMatrix4x4::toTransform() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 1687-1692 |
| | 3 | 1 |
QMatrix4x4::viewportName: | QMatrix4x4::viewport | Prototype: | void QMatrix4x4::viewport(float left, float bottom, float width, float height, float nearPlane, float farPlane) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 1592-1617 |
| | 21 | 1 |
QMatrix::QMatrixName: | QMatrix::QMatrix | Prototype: | QMatrix::QMatrix() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 220-228 |
| | 2 | 1 |
QMatrix::QMatrixName: | QMatrix::QMatrix | Prototype: | QMatrix::QMatrix(qreal m11, qreal m12, qreal m21, qreal m22, qreal dx, qreal dy) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 237-245 |
| | 2 | 1 |
QMatrix::QMatrixName: | QMatrix::QMatrix | Prototype: | QMatrix::QMatrix(const QMatrix &matrix) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 251-259 |
| | 2 | 1 |
QMatrix::mapName: | QMatrix::map | Prototype: | void QMatrix::map(qreal x, qreal y, qreal *tx, qreal *ty) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 355-358 |
| | 1 | 1 |
QMatrix::mapName: | QMatrix::map | Prototype: | void QMatrix::map(int x, int y, int *tx, int *ty) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 371-374 |
| | 1 | 1 |
QMatrix::mapName: | QMatrix::map | Prototype: | QLineF QMatrix::map(const QLineF &line) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 571-574 |
| | 1 | 1 |
QMatrix::mapName: | QMatrix::map | Prototype: | QLine QMatrix::map(const QLine &line) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 584-587 |
| | 1 | 1 |
QMatrix::mapName: | QMatrix::map | Prototype: | QPointF QMatrix::map(const QPointF &point) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 530-535 |
| | 3 | 1 |
QMatrix::mapName: | QMatrix::map | Prototype: | QPoint QMatrix::map(const QPoint &p) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 506-512 |
| | 4 | 1 |
QMatrix::operator *Name: | QMatrix::operator * | Prototype: | QMatrix QMatrix::operator *(const QMatrix &m) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 1055-1065 |
| | 7 | 1 |
QMatrix::operator *=Name: | QMatrix::operator *= | Prototype: | QMatrix &QMatrix::operator *=(const QMatrix &m) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 1029-1043 |
| | 10 | 1 |
QMatrix::operator!=Name: | QMatrix::operator!= | Prototype: | bool QMatrix::operator!=(const QMatrix &m) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 1011-1019 |
| | 6 | 1 |
QMatrix::operator=Name: | QMatrix::operator= | Prototype: | QMatrix &QMatrix::operator=(const QMatrix &matrix) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 1071-1080 |
| | 7 | 1 |
QMatrix::operator==Name: | QMatrix::operator== | Prototype: | bool QMatrix::operator==(const QMatrix &m) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 974-982 |
| | 6 | 1 |
QMatrix::resetName: | QMatrix::reset | Prototype: | void QMatrix::reset() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 812-816 |
| | 2 | 1 |
QMatrix::scaleName: | QMatrix::scale | Prototype: | QMatrix &QMatrix::scale(qreal sx, qreal sy) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 850-857 |
| | 5 | 1 |
QMatrix::setMatrixName: | QMatrix::setMatrix | Prototype: | void QMatrix::setMatrix(qreal m11, qreal m12, qreal m21, qreal m22, qreal dx, qreal dy) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 274-282 |
| | 6 | 1 |
QMatrix::shearName: | QMatrix::shear | Prototype: | QMatrix &QMatrix::shear(qreal sh, qreal sv) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 866-877 |
| | 9 | 1 |
QMatrix::translateName: | QMatrix::translate | Prototype: | QMatrix &QMatrix::translate(qreal dx, qreal dy) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 834-839 |
| | 3 | 1 |
QMaxHeap::QMaxHeapName: | QMaxHeap::QMaxHeap | Prototype: | QMaxHeap() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 387-387 |
| | 1 | 1 |
QMaxHeap::emptyName: | QMaxHeap::empty | Prototype: | inline bool empty() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 389-389 |
| | 1 | 1 |
QMaxHeap::isEmptyName: | QMaxHeap::isEmpty | Prototype: | inline bool isEmpty() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 390-390 |
| | 1 | 1 |
QMaxHeap::leftName: | 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 |
QMaxHeap::parentName: | 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::rightName: | 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::sizeName: | 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::topName: | 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 |
QMdi::ControllerWidget::getSubControlName: | 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 |
QMdi::ControllerWidget::hasVisibleControlsName: | 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 |
QMdiArea::QMdiAreaName: | 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 |
QMdiArea::activationOrderName: | 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::activeSubWindowName: | 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::backgroundName: | 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::documentModeName: | 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::setOptionName: | 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::setViewModeName: | 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::subWindowListName: | 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::tabPositionName: | 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::tabShapeName: | 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::tabsClosableName: | 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::tabsMovableName: | 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::testOptionName: | 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::viewModeName: | 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::~QMdiAreaName: | 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 |
QMdiAreaPrivate::QMdiAreaPrivateName: | 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 |
QMdiAreaPrivate::_q_closeTabName: | 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::_q_moveTabName: | 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::scrollBarsEnabledName: | 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 |
QMdiAreaTabBar::QMdiAreaTabBarName: | 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 |
QMdiSubWindow::focusInEventName: | 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::hideEventName: | 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::isShadedName: | 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::keyboardPageStepName: | 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::keyboardSingleStepName: | QMdiSubWindow::keyboardSingleStep | Prototype: | int QMdiSubWindow::keyboardSingleStep() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 2449-2452 |
| | 1 | 1 |
QMdiSubWindow::setKeyboardPageStepName: | QMdiSubWindow::setKeyboardPageStep | Prototype: | void QMdiSubWindow::setKeyboardPageStep(int step) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 2481-2487 |
| | 1 | 1 |
QMdiSubWindow::setKeyboardSingleStepName: | QMdiSubWindow::setKeyboardSingleStep | Prototype: | void QMdiSubWindow::setKeyboardSingleStep(int step) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 2454-2460 |
| | 1 | 1 |
QMdiSubWindow::systemMenuName: | QMdiSubWindow::systemMenu | Prototype: | QMenu *QMdiSubWindow::systemMenu() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 2535-2538 |
| | 1 | 1 |
QMdiSubWindow::testOptionName: | QMdiSubWindow::testOption | Prototype: | bool QMdiSubWindow::testOption(SubWindowOption option) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 2430-2433 |
| | 1 | 1 |
QMdiSubWindow::widgetName: | QMdiSubWindow::widget | Prototype: | QWidget *QMdiSubWindow::widget() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 2365-2368 |
| | 1 | 1 |
QMdiSubWindow::~QMdiSubWindowName: | QMdiSubWindow::~QMdiSubWindow | Prototype: | QMdiSubWindow::~QMdiSubWindow() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 2287-2294 |
| | 3 | 1 |
QMdiSubWindowPrivate::QMdiSubWindowPrivateName: | QMdiSubWindowPrivate::QMdiSubWindowPrivate | Prototype: | QMdiSubWindowPrivate::QMdiSubWindowPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 852-887 |
| | 1 | 1 |
QMdiSubWindowPrivate::createSystemMenuName: | QMdiSubWindowPrivate::createSystemMenu | Prototype: | void QMdiSubWindowPrivate::createSystemMenu() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 1037-1063 |
| | 28 | 1 |
QMdiSubWindowPrivate::initOperationMapName: | QMdiSubWindowPrivate::initOperationMap | Prototype: | void QMdiSubWindowPrivate::initOperationMap() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 1016-1030 |
| | 12 | 1 |
QMdiSubWindowPrivate::leaveRubberBandModeName: | QMdiSubWindowPrivate::leaveRubberBandMode | Prototype: | void QMdiSubWindowPrivate::leaveRubberBandMode() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 1909-1919 |
| | 8 | 1 |
QMdiSubWindowPrivate::setMinimizeModeName: | QMdiSubWindowPrivate::setMinimizeMode | Prototype: | void QMdiSubWindowPrivate::setMinimizeMode() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 1226-1249 |
| | 11 | 1 |
QMenu::QMenuName: | QMenu::QMenu | Prototype: | QMenu::QMenu(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1465-1470 |
| | 2 | 1 |
QMenu::QMenuName: | QMenu::QMenu | Prototype: | QMenu::QMenu(QMenuPrivate &dd, QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1491-1496 |
| | 2 | 1 |
QMenu::QMenuName: | QMenu::QMenu | Prototype: | QMenu::QMenu(const QString &title, QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1481-1487 |
| | 3 | 1 |
QMenu::actionGeometryName: | QMenu::actionGeometry | Prototype: | QRect QMenu::actionGeometry(QAction *act) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 2094-2097 |
| | 1 | 1 |
QMenu::activeActionName: | QMenu::activeAction | Prototype: | QAction *QMenu::activeAction() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 2026-2029 |
| | 1 | 1 |
QMenu::addActionName: | QMenu::addAction | Prototype: | QAction *QMenu::addAction(const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1531-1536 |
| | 3 | 1 |
QMenu::addActionName: | QMenu::addAction | Prototype: | QAction *QMenu::addAction(const QIcon &icon, const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1549-1554 |
| | 3 | 1 |
QMenu::addActionName: | QMenu::addAction | Prototype: | QAction *QMenu::addAction(const QString &text, const QObject *receiver, const char* member, const QKeySequence &shortcut) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1569-1580 |
| | 5 | 1 |
QMenu::addActionName: | QMenu::addAction | Prototype: | QAction *QMenu::addAction(const QIcon &icon, const QString &text, const QObject *receiver, const char* member, const QKeySequence &shortcut) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1689-1701 |
| | 5 | 1 |
QMenu::addMenuName: | QMenu::addMenu | Prototype: | QAction *QMenu::addMenu(QMenu *menu) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1710-1715 |
| | 3 | 1 |
QMenu::addMenuName: | QMenu::addMenu | Prototype: | QMenu *QMenu::addMenu(const QString &title) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1723-1728 |
| | 3 | 1 |
QMenu::addMenuName: | QMenu::addMenu | Prototype: | QMenu *QMenu::addMenu(const QIcon &icon, const QString &title) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1736-1742 |
| | 4 | 1 |
QMenu::addSectionName: | QMenu::addSection | Prototype: | QAction *QMenu::addSection(const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1778-1784 |
| | 4 | 1 |
QMenu::addSectionName: | QMenu::addSection | Prototype: | QAction *QMenu::addSection(const QIcon &icon, const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1802-1808 |
| | 4 | 1 |
QMenu::addSeparatorName: | QMenu::addSeparator | Prototype: | QAction *QMenu::addSeparator() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1754-1760 |
| | 4 | 1 |
QMenu::columnCountName: | QMenu::columnCount | Prototype: | int QMenu::columnCount() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 2076-2079 |
| | 1 | 1 |
QMenu::defaultActionName: | QMenu::defaultAction | Prototype: | QAction *QMenu::defaultAction() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1907-1910 |
| | 1 | 1 |
QMenu::enterEventName: | QMenu::enterEvent | Prototype: | void QMenu::enterEvent(QEvent *) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 3213-3219 |
| | 4 | 1 |
QMenu::execName: | QMenu::exec | Prototype: | QAction *QMenu::exec() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 2396-2399 |
| | 1 | 1 |
QMenu::execName: | QMenu::exec | Prototype: | QAction *QMenu::exec(QList<QAction*> actions, const QPoint &pos, QAction *at, QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 2482-2488 |
| | 3 | 1 |
QMenu::focusNextPrevChildName: | QMenu::focusNextPrevChild | Prototype: | bool QMenu::focusNextPrevChild(bool next) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 2805-2811 |
| | 4 | 1 |