| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QRasterPaintEngine::opacityChanged| Name: | QRasterPaintEngine::opacityChanged | | Prototype: | void QRasterPaintEngine::opacityChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 844-857 |
| | 6 | 1 |
QRasterPaintEngine::end| Name: | QRasterPaintEngine::end | | Prototype: | bool QRasterPaintEngine::end() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 506-517 |
| | 1 | 1 |
QRasterPaintEngine::coordinateOffset| Name: | QRasterPaintEngine::coordinateOffset | | Prototype: | QPoint QRasterPaintEngine::coordinateOffset() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3309-3312 |
| | 1 | 1 |
QRasterPaintEngine::compositionModeChanged| Name: | QRasterPaintEngine::compositionModeChanged | | Prototype: | void QRasterPaintEngine::compositionModeChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 862-878 |
| | 7 | 1 |
QRasterPaintEngine::brushOriginChanged| Name: | QRasterPaintEngine::brushOriginChanged | | Prototype: | void QRasterPaintEngine::brushOriginChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 769-777 |
| | 2 | 1 |
QRasterPaintEngine::brushChanged| Name: | QRasterPaintEngine::brushChanged | | Prototype: | void QRasterPaintEngine::brushChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 783-790 |
| | 2 | 1 |
QRasterPaintEngine::QRasterPaintEngine| Name: | QRasterPaintEngine::QRasterPaintEngine | | Prototype: | QRasterPaintEngine::QRasterPaintEngine(QPaintDevice *device) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 330-335 |
| | 2 | 1 |
QRasterPaintEngine::QRasterPaintEngine| Name: | QRasterPaintEngine::QRasterPaintEngine | | Prototype: | QRasterPaintEngine::QRasterPaintEngine(QRasterPaintEnginePrivate &dd, QPaintDevice *device) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 340-345 |
| | 2 | 1 |
QRasterBuffer::resetBuffer| Name: | QRasterBuffer::resetBuffer | | Prototype: | void QRasterBuffer::resetBuffer(int val) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3669-3672 |
| | 1 | 1 |
QRasterBuffer::init| Name: | QRasterBuffer::init | | Prototype: | void QRasterBuffer::init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3641-3647 |
| | 4 | 1 |
QRadioButtonPrivate::init| Name: | QRadioButtonPrivate::init | | Prototype: | void QRadioButtonPrivate::init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 60-68 |
| | 6 | 1 |
QRadioButtonPrivate::QRadioButtonPrivate| Name: | QRadioButtonPrivate::QRadioButtonPrivate | | Prototype: | QRadioButtonPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 52-52 |
| | 1 | 1 |
QRadioButton::paintEvent| Name: | QRadioButton::paintEvent | | Prototype: | void QRadioButton::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 246-252 |
| | 4 | 1 |
QRadioButton::minimumSizeHint| Name: | QRadioButton::minimumSizeHint | | Prototype: | QSize QRadioButton::minimumSizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 209-212 |
| | 1 | 1 |
QRadioButton::hitButton| Name: | QRadioButton::hitButton | | Prototype: | bool QRadioButton::hitButton(const QPoint &pos) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 217-222 |
| | 3 | 1 |
QRadioButton::QRadioButton| Name: | QRadioButton::QRadioButton | | Prototype: | QRadioButton::QRadioButton(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 131-136 |
| | 2 | 1 |
QRadioButton::QRadioButton| Name: | QRadioButton::QRadioButton | | Prototype: | QRadioButton::QRadioButton(const QString &text, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 151-157 |
| | 3 | 1 |
QRadialGradient::setRadius| Name: | QRadialGradient::setRadius | | Prototype: | void QRadialGradient::setRadius(qreal radius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2031-2035 |
| | 2 | 1 |
QRadialGradient::setFocalRadius| Name: | QRadialGradient::setFocalRadius | | Prototype: | void QRadialGradient::setFocalRadius(qreal radius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2088-2102 |
| | 4 | 1 |
QRadialGradient::setFocalPoint| Name: | QRadialGradient::setFocalPoint | | Prototype: | void QRadialGradient::setFocalPoint(const QPointF &focalPoint) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2137-2142 |
| | 3 | 1 |
QRadialGradient::setCenterRadius| Name: | QRadialGradient::setCenterRadius | | Prototype: | void QRadialGradient::setCenterRadius(qreal radius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2057-2061 |
| | 2 | 1 |
QRadialGradient::setCenter| Name: | QRadialGradient::setCenter | | Prototype: | void QRadialGradient::setCenter(const QPointF ¢er) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2000-2005 |
| | 3 | 1 |
QRadialGradient::radius| Name: | QRadialGradient::radius | | Prototype: | qreal QRadialGradient::radius() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2016-2020 |
| | 2 | 1 |
QRadialGradient::focalRadius| Name: | QRadialGradient::focalRadius | | Prototype: | qreal QRadialGradient::focalRadius() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2071-2080 |
| | 3 | 1 |
QRadialGradient::focalPoint| Name: | QRadialGradient::focalPoint | | Prototype: | QPointF QRadialGradient::focalPoint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2111-2115 |
| | 2 | 1 |
QRadialGradient::centerRadius| Name: | QRadialGradient::centerRadius | | Prototype: | qreal QRadialGradient::centerRadius() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2045-2049 |
| | 2 | 1 |
QRadialGradient::center| Name: | QRadialGradient::center | | Prototype: | QPointF QRadialGradient::center() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1974-1978 |
| | 2 | 1 |
QRadialGradient::QRadialGradient| Name: | QRadialGradient::QRadialGradient | | Prototype: | QRadialGradient::QRadialGradient(const QPointF ¢er, qreal radius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1856-1865 |
| | 7 | 1 |
QRadialGradient::QRadialGradient| Name: | QRadialGradient::QRadialGradient | | Prototype: | QRadialGradient::QRadialGradient(qreal cx, qreal cy, qreal radius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1902-1911 |
| | 7 | 1 |
QRadialGradient::QRadialGradient| Name: | QRadialGradient::QRadialGradient | | Prototype: | QRadialGradient::QRadialGradient() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1918-1927 |
| | 7 | 1 |
QRadialGradient::QRadialGradient| Name: | QRadialGradient::QRadialGradient | | Prototype: | QRadialGradient::QRadialGradient(const QPointF ¢er, qreal radius, const QPointF &focalPoint) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1837-1848 |
| | 8 | 1 |
QRadialGradient::QRadialGradient| Name: | QRadialGradient::QRadialGradient | | Prototype: | QRadialGradient::QRadialGradient(const QPointF ¢er, qreal centerRadius, const QPointF &focalPoint, qreal focalRadius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1935-1946 |
| | 8 | 1 |
QRadialGradient::QRadialGradient| Name: | QRadialGradient::QRadialGradient | | Prototype: | QRadialGradient::QRadialGradient(qreal cx, qreal cy, qreal centerRadius, qreal fx, qreal fy, qreal focalRadius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1955-1966 |
| | 8 | 1 |
QRadialGradient::QRadialGradient| Name: | QRadialGradient::QRadialGradient | | Prototype: | QRadialGradient::QRadialGradient(qreal cx, qreal cy, qreal radius, qreal fx, qreal fy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1880-1894 |
| | 10 | 1 |
QQuaternion::toRotationMatrix| Name: | QQuaternion::toRotationMatrix | | Prototype: | QMatrix3x3 QQuaternion::toRotationMatrix() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 605-636 |
| | 23 | 1 |
QQuaternion::rotatedVector| Name: | QQuaternion::rotatedVector | | Prototype: | QVector3D QQuaternion::rotatedVector(const QVector3D& vector) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 332-335 |
| | 1 | 1 |
QQuaternion::lengthSquared| Name: | QQuaternion::lengthSquared | | Prototype: | float QQuaternion::lengthSquared() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 239-242 |
| | 1 | 1 |
QQuaternion::length| Name: | QQuaternion::length | | Prototype: | float QQuaternion::length() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 229-232 |
| | 1 | 1 |
QQuaternion::getAxes| Name: | QQuaternion::getAxes | | Prototype: | void QQuaternion::getAxes(QVector3D *xAxis, QVector3D *yAxis, QVector3D *zAxis) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 692-701 |
| | 5 | 1 |
QQuaternion::fromEulerAngles| Name: | QQuaternion::fromEulerAngles | | Prototype: | QQuaternion QQuaternion::fromEulerAngles(float pitch, float yaw, float roll) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 565-593 |
| | 19 | 1 |
QQuaternion::fromAxisAndAngle| Name: | QQuaternion::fromAxisAndAngle | | Prototype: | QQuaternion QQuaternion::fromAxisAndAngle(const QVector3D& axis, float angle) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 399-410 |
| | 5 | 1 |
QQuaternion::fromAxes| Name: | QQuaternion::fromAxes | | Prototype: | QQuaternion QQuaternion::fromAxes(const QVector3D &xAxis, const QVector3D &yAxis, const QVector3D &zAxis) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 712-726 |
| | 11 | 1 |
QPushButtonPrivate::resetLayoutItemMargins| Name: | QPushButtonPrivate::resetLayoutItemMargins | | Prototype: | void QPushButtonPrivate::resetLayoutItemMargins() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 628-634 |
| | 4 | 1 |
QPushButton::paintEvent| Name: | QPushButton::paintEvent | | Prototype: | void QPushButton::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 444-450 |
| | 4 | 1 |
QPushButton::minimumSizeHint| Name: | QPushButton::minimumSizeHint | | Prototype: | QSize QPushButton::minimumSizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 436-439 |
| | 1 | 1 |
QPushButton::menu| Name: | QPushButton::menu | | Prototype: | QMenu* QPushButton::menu() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 546-550 |
| | 2 | 1 |
QPushButton::isFlat| Name: | QPushButton::isFlat | | Prototype: | bool QPushButton::isFlat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 648-652 |
| | 2 | 1 |
QPushButton::isDefault| Name: | QPushButton::isDefault | | Prototype: | bool QPushButton::isDefault() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 378-382 |
| | 2 | 1 |
QPushButton::QPushButton| Name: | QPushButton::QPushButton | | Prototype: | QPushButton::QPushButton(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 238-243 |
| | 2 | 1 |
QPushButton::QPushButton| Name: | QPushButton::QPushButton | | Prototype: | QPushButton::QPushButton(QPushButtonPrivate &dd, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 277-282 |
| | 2 | 1 |
QPushButton::QPushButton| Name: | QPushButton::QPushButton | | Prototype: | QPushButton::QPushButton(const QString &text, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 250-256 |
| | 3 | 1 |
QPushButton::QPushButton| Name: | QPushButton::QPushButton | | Prototype: | QPushButton::QPushButton(const QIcon& icon, const QString &text, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 266-273 |
| | 4 | 1 |
QProxyStyle::unpolish| Name: | QProxyStyle::unpolish | | Prototype: | void QProxyStyle::unpolish(QWidget *widget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 359-364 |
| | 3 | 1 |
QProxyStyle::unpolish| Name: | QProxyStyle::unpolish | | Prototype: | void QProxyStyle::unpolish(QApplication *app) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 368-373 |
| | 3 | 1 |
QProxyStyle::subElementRect| Name: | QProxyStyle::subElementRect | | Prototype: | QRect QProxyStyle::subElementRect(SubElement element, const QStyleOption *option, const QWidget *widget) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 242-247 |
| | 3 | 1 |
QProxyStyle::subControlRect| Name: | QProxyStyle::subControlRect | | Prototype: | QRect QProxyStyle::subControlRect(ComplexControl cc, const QStyleOptionComplex *option, SubControl sc, const QWidget *widget) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 251-256 |
| | 3 | 1 |
QProxyStyle::styleHint| Name: | QProxyStyle::styleHint | | Prototype: | int QProxyStyle::styleHint(StyleHint hint, const QStyleOption *option, const QWidget *widget, QStyleHintReturn *returnData) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 287-292 |
| | 3 | 1 |
QProxyStyle::standardPixmap| Name: | QProxyStyle::standardPixmap | | Prototype: | QPixmap QProxyStyle::standardPixmap(StandardPixmap standardPixmap, const QStyleOption *opt, const QWidget *widget) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 305-310 |
| | 3 | 1 |
QProxyStyle::standardPalette| Name: | QProxyStyle::standardPalette | | Prototype: | QPalette QProxyStyle::standardPalette() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 323-328 |
| | 3 | 1 |
QProxyStyle::standardIcon| Name: | QProxyStyle::standardIcon | | Prototype: | QIcon QProxyStyle::standardIcon(StandardPixmap standardIcon, const QStyleOption *option, const QWidget *widget) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 392-399 |
| | 3 | 1 |
QProxyStyle::sizeFromContents| Name: | QProxyStyle::sizeFromContents | | Prototype: | QSize QProxyStyle::sizeFromContents(ContentsType type, const QStyleOption *option, const QSize &size, const QWidget *widget) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 233-238 |
| | 3 | 1 |
QProxyStyle::polish| Name: | QProxyStyle::polish | | Prototype: | void QProxyStyle::polish(QWidget *widget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 332-337 |
| | 3 | 1 |
QProxyStyle::polish| Name: | QProxyStyle::polish | | Prototype: | void QProxyStyle::polish(QPalette &pal) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 341-346 |
| | 3 | 1 |
QProxyStyle::polish| Name: | QProxyStyle::polish | | Prototype: | void QProxyStyle::polish(QApplication *app) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 350-355 |
| | 3 | 1 |
QProxyStyle::pixelMetric| Name: | QProxyStyle::pixelMetric | | Prototype: | int QProxyStyle::pixelMetric(PixelMetric metric, const QStyleOption *option, const QWidget *widget) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 296-301 |
| | 3 | 1 |
QProxyStyle::layoutSpacing| Name: | QProxyStyle::layoutSpacing | | Prototype: | int QProxyStyle::layoutSpacing(QSizePolicy::ControlType control1, QSizePolicy::ControlType control2, Qt::Orientation orientation, const QStyleOption *option, const QWidget *widget) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 413-422 |
| | 3 | 1 |
QProxyStyle::itemTextRect| Name: | QProxyStyle::itemTextRect | | Prototype: | QRect QProxyStyle::itemTextRect(const QFontMetrics &fm, const QRect &r, int flags, bool enabled, const QString &text) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 260-265 |
| | 3 | 1 |
QProxyStyle::itemPixmapRect| Name: | QProxyStyle::itemPixmapRect | | Prototype: | QRect QProxyStyle::itemPixmapRect(const QRect &r, int flags, const QPixmap &pixmap) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 269-274 |
| | 3 | 1 |
QProxyStyle::hitTestComplexControl| Name: | QProxyStyle::hitTestComplexControl | | Prototype: | QStyle::SubControl QProxyStyle::hitTestComplexControl(ComplexControl control, const QStyleOptionComplex *option, const QPoint &pos, const QWidget *widget) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 278-283 |
| | 3 | 1 |
QProxyStyle::generatedIconPixmap| Name: | QProxyStyle::generatedIconPixmap | | Prototype: | QPixmap QProxyStyle::generatedIconPixmap(QIcon::Mode iconMode, const QPixmap &pixmap, const QStyleOption *opt) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 314-319 |
| | 3 | 1 |
QProxyStyle::event| Name: | QProxyStyle::event | | Prototype: | bool QProxyStyle::event(QEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 377-382 |
| | 3 | 1 |
QProxyStyle::drawPrimitive| Name: | QProxyStyle::drawPrimitive | | Prototype: | void QProxyStyle::drawPrimitive(PrimitiveElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 186-191 |
| | 3 | 1 |
QProxyStyle::drawItemText| Name: | QProxyStyle::drawItemText | | Prototype: | void QProxyStyle::drawItemText(QPainter *painter, const QRect &rect, int flags, const QPalette &pal, bool enabled, const QString &text, QPalette::ColorRole textRole) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 214-220 |
| | 3 | 1 |
QProxyStyle::drawItemPixmap| Name: | QProxyStyle::drawItemPixmap | | Prototype: | void QProxyStyle::drawItemPixmap(QPainter *painter, const QRect &rect, int alignment, const QPixmap &pixmap) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 224-229 |
| | 3 | 1 |
QProxyStyle::drawControl| Name: | QProxyStyle::drawControl | | Prototype: | void QProxyStyle::drawControl(ControlElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 196-201 |
| | 3 | 1 |
QProxyStyle::drawComplexControl| Name: | QProxyStyle::drawComplexControl | | Prototype: | void QProxyStyle::drawComplexControl(ComplexControl control, const QStyleOptionComplex *option, QPainter *painter, const QWidget *widget) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 205-210 |
| | 3 | 1 |
QProxyStyle::baseStyle| Name: | QProxyStyle::baseStyle | | Prototype: | QStyle *QProxyStyle::baseStyle() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 154-159 |
| | 3 | 1 |
QPropertyAnimation::~QPropertyAnimation| Name: | QPropertyAnimation::~QPropertyAnimation | | Prototype: | QPropertyAnimation::~QPropertyAnimation() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 167-170 |
| | 1 | 1 |
QPropertyAnimation::updateCurrentValue| Name: | QPropertyAnimation::updateCurrentValue | | Prototype: | void QPropertyAnimation::updateCurrentValue(const QVariant &value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 239-243 |
| | 2 | 1 |
QPropertyAnimation::targetObject| Name: | QPropertyAnimation::targetObject | | Prototype: | QObject *QPropertyAnimation::targetObject() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 178-181 |
| | 1 | 1 |
QPropertyAnimation::propertyName| Name: | QPropertyAnimation::propertyName | | Prototype: | QByteArray QPropertyAnimation::propertyName() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 205-209 |
| | 2 | 1 |
QPropertyAnimation::event| Name: | QPropertyAnimation::event | | Prototype: | bool QPropertyAnimation::event(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 227-230 |
| | 1 | 1 |
QPropertyAnimation::QPropertyAnimation| Name: | QPropertyAnimation::QPropertyAnimation | | Prototype: | QPropertyAnimation::QPropertyAnimation(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 145-148 |
| | 2 | 1 |
QPropertyAnimation::QPropertyAnimation| Name: | QPropertyAnimation::QPropertyAnimation | | Prototype: | QPropertyAnimation::QPropertyAnimation(QObject *target, const QByteArray &propertyName, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 157-162 |
| | 2 | 1 |
QProgressStyleAnimation::speed| Name: | QProgressStyleAnimation::speed | | Prototype: | int QProgressStyleAnimation::speed() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | | Lines: | 149-152 |
| | 1 | 1 |
QProgressStyleAnimation::setSpeed| Name: | QProgressStyleAnimation::setSpeed | | Prototype: | void QProgressStyleAnimation::setSpeed(int speed) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | | Lines: | 154-157 |
| | 1 | 1 |
QProgressStyleAnimation::animationStep| Name: | QProgressStyleAnimation::animationStep | | Prototype: | int QProgressStyleAnimation::animationStep() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | | Lines: | 135-138 |
| | 1 | 1 |
QProgressStyleAnimation::QProgressStyleAnimation| Name: | QProgressStyleAnimation::QProgressStyleAnimation | | Prototype: | QProgressStyleAnimation::QProgressStyleAnimation(int speed, QObject *target) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | | Lines: | 130-133 |
| | 2 | 1 |
QProgressDialogPrivate::QProgressDialogPrivate| Name: | QProgressDialogPrivate::QProgressDialogPrivate | | Prototype: | QProgressDialogPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 65-75 |
| | 2 | 1 |
QProgressDialog::wasCanceled| Name: | QProgressDialog::wasCanceled | | Prototype: | bool QProgressDialog::wasCanceled() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 517-521 |
| | 2 | 1 |
QProgressDialog::value| Name: | QProgressDialog::value | | Prototype: | int QProgressDialog::value() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 634-638 |
| | 2 | 1 |
QProgressDialog::showEvent| Name: | QProgressDialog::showEvent | | Prototype: | void QProgressDialog::showEvent(QShowEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 835-841 |
| | 4 | 1 |
QProgressDialog::setRange| Name: | QProgressDialog::setRange | | Prototype: | void QProgressDialog::setRange(int minimum, int maximum) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 578-582 |
| | 2 | 1 |
QProgressDialog::setMinimum| Name: | QProgressDialog::setMinimum | | Prototype: | void QProgressDialog::setMinimum(int minimum) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 560-564 |
| | 2 | 1 |
QProgressDialog::setMaximum| Name: | QProgressDialog::setMaximum | | Prototype: | void QProgressDialog::setMaximum(int maximum) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 539-543 |
| | 2 | 1 |
QProgressDialog::setCancelButtonText| Name: | QProgressDialog::setCancelButtonText | | Prototype: | void QProgressDialog::setCancelButtonText(const QString &cancelButtonText) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 434-439 |
| | 3 | 1 |
QProgressDialog::setAutoReset| Name: | QProgressDialog::setAutoReset | | Prototype: | void QProgressDialog::setAutoReset(bool b) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 798-802 |
| | 2 | 1 |
QProgressDialog::setAutoClose| Name: | QProgressDialog::setAutoClose | | Prototype: | void QProgressDialog::setAutoClose(bool close) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 819-823 |
| | 2 | 1 |
QProgressDialog::resizeEvent| Name: | QProgressDialog::resizeEvent | | Prototype: | void QProgressDialog::resizeEvent(QResizeEvent *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 728-732 |
| | 2 | 1 |
QProgressDialog::open| Name: | QProgressDialog::open | | Prototype: | void QProgressDialog::open(QObject *receiver, const char *member) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 870-877 |
| | 5 | 1 |