Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QMatrix4x4::translateName: | QMatrix4x4::translate | Prototype: | void QMatrix4x4::translate(const QVector3D& vector) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 979-1011 |
| | 28 | 6 |
QMatrix4x4::translateName: | QMatrix4x4::translate | Prototype: | void QMatrix4x4::translate(float x, float y) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 1022-1046 |
| | 20 | 6 |
QMatrix4x4::translateName: | QMatrix4x4::translate | Prototype: | void QMatrix4x4::translate(float x, float y, float z) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 1056-1085 |
| | 25 | 6 |
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: | 579-590 |
| | 6 | 3 |
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: | 1586-1611 |
| | 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: | 214-222 |
| | 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: | 231-239 |
| | 2 | 1 |
QMatrix::QMatrixName: | QMatrix::QMatrix | Prototype: | QMatrix::QMatrix(const QMatrix &matrix) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 245-253 |
| | 2 | 1 |
QMatrix::invertedName: | QMatrix::inverted | Prototype: | QMatrix QMatrix::inverted(bool *invertible) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 939-957 |
| | 13 | 4 |
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: | 348-351 |
| | 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: | 364-367 |
| | 1 | 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: | 499-505 |
| | 4 | 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: | 523-528 |
| | 3 | 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: | 564-567 |
| | 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: | 577-580 |
| | 1 | 1 |
QMatrix::mapName: | QMatrix::map | Prototype: | QPolygon QMatrix::map(const QPolygon &a) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 600-611 |
| | 8 | 2 |
QMatrix::mapName: | QMatrix::map | Prototype: | QPolygonF QMatrix::map(const QPolygonF &a) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 621-632 |
| | 8 | 2 |
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: | 665-677 |
| | 8 | 3 |
QMatrix::mapName: | QMatrix::map | Prototype: | QPainterPath QMatrix::map(const QPainterPath &path) const | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 695-727 |
| | 17 | 6 |
QMatrix::mapRectName: | QMatrix::mapRect | Prototype: | QRect QMatrix::mapRect(const QRect &rect) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 369-413 |
| | 37 | 4 |
QMatrix::mapRectName: | QMatrix::mapRect | Prototype: | QRectF QMatrix::mapRect(const QRectF &rect) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 434-477 |
| | 37 | 4 |
QMatrix::mapToPolygonName: | QMatrix::mapToPolygon | Prototype: | QPolygon QMatrix::mapToPolygon(const QRect &rect) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 749-794 |
| | 30 | 4 |
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: | 1048-1058 |
| | 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: | 1022-1036 |
| | 10 | 1 |
QMatrix::operator!=Name: | QMatrix::operator!= | Prototype: | bool QMatrix::operator!=(const QMatrix &m) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 1004-1012 |
| | 6 | 1 |
QMatrix::operator=Name: | QMatrix::operator= | Prototype: | QMatrix &QMatrix::operator=(const QMatrix &matrix) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 1063-1072 |
| | 7 | 1 |
QMatrix::operator==Name: | QMatrix::operator== | Prototype: | bool QMatrix::operator==(const QMatrix &m) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 967-975 |
| | 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: | 805-809 |
| | 2 | 1 |
QMatrix::rotateName: | QMatrix::rotate | Prototype: | QMatrix &QMatrix::rotate(qreal a) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 889-911 |
| | 18 | 4 |
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: | 843-850 |
| | 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: | 267-275 |
| | 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: | 859-870 |
| | 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: | 827-832 |
| | 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: | 381-381 |
| | 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: | 383-383 |
| | 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: | 384-384 |
| | 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: | 390-390 |
| | 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: | 389-389 |
| | 1 | 1 |
QMaxHeap::popName: | 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: | 410-434 |
| | 19 | 6 |
QMaxHeap::pushName: | 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: | 396-408 |
| | 8 | 2 |
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: | 391-391 |
| | 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: | 382-382 |
| | 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: | 387-387 |
| | 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: | 519-524 |
| | 3 | 1 |
QMdi::ControllerWidget::hasVisibleControlsName: | QMdi::ControllerWidget::hasVisibleControls | Prototype: | inline bool hasVisibleControls() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 493-498 |
| | 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: | 1697-1707 |
| | 7 | 1 |
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: | 1909-1918 |
| | 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: | 1927-1936 |
| | 6 | 3 |
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: | 2080-2084 |
| | 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: | 1814-1818 |
| | 2 | 1 |
QMdiArea::addSubWindowName: | 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: | 1961-1992 |
| | 19 | 5 |
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: | 2053-2056 |
| | 1 | 1 |
QMdiArea::cascadeSubWindowsName: | 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: | 2479-2485 |
| | 4 | 2 |
QMdiArea::childEventName: | 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: | 2273-2282 |
| | 5 | 4 |
QMdiArea::closeActiveSubWindowName: | 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: | 1852-1857 |
| | 3 | 2 |
QMdiArea::closeAllSubWindowsName: | 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: | 1886-1900 |
| | 9 | 4 |
QMdiArea::currentSubWindowName: | 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: | 1782-1800 |
| | 13 | 4 |
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: | 2149-2153 |
| | 2 | 1 |
QMdiArea::eventName: | 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: | 2490-2542 |
| | 27 | 13 |
QMdiArea::eventFilterName: | 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: | 2547-2662 |
| | 57 | 32 |
QMdiArea::minimumSizeHintName: | 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: | 1757-1771 |
| | 10 | 4 |
QMdiArea::paintEventName: | 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: | 2667-2674 |
| | 5 | 2 |
QMdiArea::removeSubWindowName: | 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: | 2004-2043 |
| | 28 | 9 |
QMdiArea::resizeEventName: | 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: | 2287-2332 |
| | 23 | 7 |
QMdiArea::scrollContentsByName: | 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: | 2449-2459 |
| | 8 | 2 |
QMdiArea::setActivationOrderName: | 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: | 2086-2091 |
| | 3 | 2 |
QMdiArea::setActiveSubWindowName: | 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: | 1826-1845 |
| | 11 | 4 |
QMdiArea::setBackgroundName: | 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: | 2058-2066 |
| | 5 | 2 |
QMdiArea::setDocumentModeName: | 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: | 2155-2163 |
| | 5 | 2 |
QMdiArea::setOptionName: | QMdiArea::setOption | Prototype: | void QMdiArea::setOption(AreaOption option, bool on) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 2099-2106 |
| | 5 | 3 |
QMdiArea::setTabPositionName: | 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: | 2259-2267 |
| | 5 | 2 |
QMdiArea::setTabShapeName: | 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: | 2233-2241 |
| | 5 | 2 |
QMdiArea::setTabsClosableName: | 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: | 2180-2188 |
| | 5 | 2 |
QMdiArea::setTabsMovableName: | 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: | 2205-2213 |
| | 5 | 2 |
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: | 2133-2137 |
| | 2 | 1 |
QMdiArea::setupViewportName: | 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: | 2683-2693 |
| | 7 | 4 |
QMdiArea::showEventName: | 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: | 2361-2399 |
| | 24 | 10 |
QMdiArea::sizeHintName: | 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: | 1731-1752 |
| | 14 | 5 |
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: | 1870-1874 |
| | 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: | 2253-2257 |
| | 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: | 2227-2231 |
| | 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: | 2174-2178 |
| | 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: | 2199-2203 |
| | 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: | 2113-2116 |
| | 1 | 1 |
QMdiArea::tileSubWindowsName: | 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: | 2466-2472 |
| | 4 | 2 |
QMdiArea::timerEventName: | 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: | 2337-2356 |
| | 13 | 4 |
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: | 2127-2131 |
| | 2 | 1 |
QMdiArea::viewportEventName: | 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: | 2404-2444 |
| | 28 | 8 |
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: | 1712-1726 |
| | 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: | 666-703 |
| | 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: | 801-810 |
| | 3 | 1 |
QMdiAreaPrivate::_q_currentTabChangedName: | 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: | 777-799 |
| | 12 | 4 |
QMdiAreaPrivate::_q_deactivateAllWindowsName: | 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: | 708-739 |
| | 22 | 9 |
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: | 812-820 |
| | 1 | 1 |
QMdiAreaPrivate::_q_processWindowStateChangedName: | 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: | 744-775 |
| | 19 | 9 |
QMdiAreaPrivate::activateCurrentWindowName: | 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: | 1016-1023 |
| | 4 | 2 |
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: | 1025-1038 |
| | 7 | 3 |
QMdiAreaPrivate::activateWindowName: | 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: | 991-1011 |
| | 13 | 5 |
QMdiAreaPrivate::appendChildName: | 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: | 825-873 |
| | 31 | 9 |
QMdiAreaPrivate::arrangeMinimizedSubWindowsName: | 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: | 981-986 |
| | 3 | 2 |