| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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 |
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 |
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 |
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 |
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::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::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::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::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::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::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::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::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 |
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 |
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::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::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::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::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::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::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: | 1004-1012 |
| | 6 | 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: | 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::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::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::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::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::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 |
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 |
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::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::toTransform| Name: | 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: | 1681-1686 |
| | 3 | 1 |
QMatrix4x4::toTransform| Name: | QMatrix4x4::toTransform | | Prototype: | QTransform QMatrix4x4::toTransform(float distanceToPlane) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 1705-1730 |
| | 12 | 3 |
QMatrix4x4::toAffine| Name: | 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: | 1663-1668 |
| | 3 | 1 |
QMatrix4x4::scale| Name: | QMatrix4x4::scale | | Prototype: | void QMatrix4x4::scale(const QVector3D& vector) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 817-851 |
| | 30 | 4 |
QMatrix4x4::scale| Name: | QMatrix4x4::scale | | Prototype: | void QMatrix4x4::scale(float x, float y) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 863-887 |
| | 20 | 4 |
QMatrix4x4::scale| Name: | QMatrix4x4::scale | | Prototype: | void QMatrix4x4::scale(float x, float y, float z) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 897-928 |
| | 27 | 4 |
QMatrix4x4::scale| Name: | QMatrix4x4::scale | | Prototype: | void QMatrix4x4::scale(float factor) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 938-969 |
| | 27 | 4 |
QMatrix4x4::rotate| Name: | 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: | 1095-1098 |
| | 1 | 1 |
QMatrix4x4::rotate| Name: | QMatrix4x4::rotate | | Prototype: | void QMatrix4x4::rotate(float angle, float x, float y, float z) | | Coverage: | 0.000% (0/51) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 1110-1212 |
| | 87 | 14 |
QMatrix4x4::rotate| Name: | 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: | 1319-1357 |
| | 31 | 1 |
QMatrix4x4::projectedRotate| Name: | QMatrix4x4::projectedRotate | | Prototype: | void QMatrix4x4::projectedRotate(float angle, float x, float y, float z) | | Coverage: | 0.000% (0/51) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 1217-1308 |
| | 77 | 14 |
QMatrix4x4::perspective| Name: | QMatrix4x4::perspective | | Prototype: | void QMatrix4x4::perspective(float verticalAngle, float aspectRatio, float nearPlane, float farPlane) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 1485-1519 |
| | 27 | 3 |
QMatrix4x4::orthonormalInverse| Name: | 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: | 1897-1925 |
| | 19 | 1 |
QMatrix4x4::ortho| Name: | 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: | 1370-1377 |
| | 1 | 1 |
QMatrix4x4::ortho| Name: | 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: | 1388-1391 |
| | 1 | 1 |
QMatrix4x4::ortho| Name: | QMatrix4x4::ortho | | Prototype: | void QMatrix4x4::ortho(float left, float right, float bottom, float top, float nearPlane, float farPlane) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 1401-1432 |
| | 24 | 2 |
QMatrix4x4::optimize| Name: | QMatrix4x4::optimize | | Prototype: | void QMatrix4x4::optimize() | | Coverage: | 0.000% (0/56) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 1947-1997 |
| | 30 | 8 |
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: | 622-642 |
| | 18 | 1 |
QMatrix4x4::normalMatrix| Name: | QMatrix4x4::normalMatrix | | Prototype: | QMatrix3x3 QMatrix4x4::normalMatrix() const | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 523-574 |
| | 39 | 6 |