| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QMatrix4x4::translate| Name: | 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::translate| Name: | 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::translate| Name: | 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::transposed| Name: | 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::viewport| Name: | 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::QMatrix| Name: | 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::QMatrix| Name: | 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::QMatrix| Name: | 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::inverted| Name: | 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::map| Name: | 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::map| Name: | 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::map| Name: | 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::map| Name: | 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::map| Name: | 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::map| Name: | 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::map| Name: | 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::map| Name: | 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::map| Name: | 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::map| Name: | 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::mapRect| Name: | 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::mapRect| Name: | 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::mapToPolygon| Name: | 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::reset| Name: | 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::rotate| Name: | 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::scale| Name: | 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::setMatrix| Name: | 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::shear| Name: | 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::translate| Name: | 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::QMaxHeap| Name: | 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::empty| Name: | 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::isEmpty| Name: | 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::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: | 390-390 |
| | 1 | 1 |
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: | 389-389 |
| | 1 | 1 |
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: | 410-434 |
| | 19 | 6 |
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: | 396-408 |
| | 8 | 2 |
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: | 391-391 |
| | 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: | 382-382 |
| | 1 | 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: | 387-387 |
| | 1 | 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: | 519-524 |
| | 3 | 1 |
QMdi::ControllerWidget::hasVisibleControls| Name: | 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::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: | 1697-1707 |
| | 7 | 1 |
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: | 1909-1918 |
| | 6 | 3 |
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: | 1927-1936 |
| | 6 | 3 |
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: | 2080-2084 |
| | 2 | 1 |
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: | 1814-1818 |
| | 2 | 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: | 1961-1992 |
| | 19 | 5 |
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: | 2053-2056 |
| | 1 | 1 |
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: | 2479-2485 |
| | 4 | 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: | 2273-2282 |
| | 5 | 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: | 1852-1857 |
| | 3 | 2 |
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: | 1886-1900 |
| | 9 | 4 |
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: | 1782-1800 |
| | 13 | 4 |
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: | 2149-2153 |
| | 2 | 1 |
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: | 2490-2542 |
| | 27 | 13 |
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: | 2547-2662 |
| | 57 | 32 |
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: | 1757-1771 |
| | 10 | 4 |
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: | 2667-2674 |
| | 5 | 2 |
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: | 2004-2043 |
| | 28 | 9 |
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: | 2287-2332 |
| | 23 | 7 |
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: | 2449-2459 |
| | 8 | 2 |
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: | 2086-2091 |
| | 3 | 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: | 1826-1845 |
| | 11 | 4 |
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: | 2058-2066 |
| | 5 | 2 |
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: | 2155-2163 |
| | 5 | 2 |
QMdiArea::setOption| Name: | 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::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: | 2259-2267 |
| | 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: | 2233-2241 |
| | 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: | 2180-2188 |
| | 5 | 2 |
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: | 2205-2213 |
| | 5 | 2 |
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: | 2133-2137 |
| | 2 | 1 |
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: | 2683-2693 |
| | 7 | 4 |
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: | 2361-2399 |
| | 24 | 10 |
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: | 1731-1752 |
| | 14 | 5 |
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: | 1870-1874 |
| | 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: | 2253-2257 |
| | 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: | 2227-2231 |
| | 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: | 2174-2178 |
| | 2 | 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: | 2199-2203 |
| | 2 | 1 |
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: | 2113-2116 |
| | 1 | 1 |
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: | 2466-2472 |
| | 4 | 2 |
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: | 2337-2356 |
| | 13 | 4 |
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: | 2127-2131 |
| | 2 | 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: | 2404-2444 |
| | 28 | 8 |
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: | 1712-1726 |
| | 9 | 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: | 666-703 |
| | 2 | 1 |
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: | 801-810 |
| | 3 | 1 |
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: | 777-799 |
| | 12 | 4 |
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: | 708-739 |
| | 22 | 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: | 812-820 |
| | 1 | 1 |
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: | 744-775 |
| | 19 | 9 |
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: | 1016-1023 |
| | 4 | 2 |
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: | 1025-1038 |
| | 7 | 3 |
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: | 991-1011 |
| | 13 | 5 |
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: | 825-873 |
| | 31 | 9 |
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: | 981-986 |
| | 3 | 2 |