Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QVariantAnimation::keyValueAtName: | QVariantAnimation::keyValueAt | Prototype: | QVariant QVariantAnimation::keyValueAt(qreal step) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qvariantanimation.cpp | Lines: | 572-575 |
| | 1 | 1 |
QVariantAnimation::keyValuesName: | QVariantAnimation::keyValues | Prototype: | QVariantAnimation::KeyValues QVariantAnimation::keyValues() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qvariantanimation.cpp | Lines: | 604-607 |
| | 1 | 1 |
QVariantAnimation::setEasingCurveName: | QVariantAnimation::setEasingCurve | Prototype: | void QVariantAnimation::setEasingCurve(const QEasingCurve &easing) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qvariantanimation.cpp | Lines: | 394-399 |
| | 3 | 1 |
QVariantAnimation::setEndValueName: | QVariantAnimation::setEndValue | Prototype: | void QVariantAnimation::setEndValue(const QVariant &value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qvariantanimation.cpp | Lines: | 559-562 |
| | 1 | 1 |
QVariantAnimation::setKeyValueAtName: | QVariantAnimation::setKeyValueAt | Prototype: | void QVariantAnimation::setKeyValueAt(qreal step, const QVariant &value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qvariantanimation.cpp | Lines: | 594-597 |
| | 1 | 1 |
QVariantAnimation::setKeyValuesName: | QVariantAnimation::setKeyValues | Prototype: | void QVariantAnimation::setKeyValues(const KeyValues &keyValues) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qvariantanimation.cpp | Lines: | 615-621 |
| | 4 | 1 |
QVariantAnimation::setStartValueName: | QVariantAnimation::setStartValue | Prototype: | void QVariantAnimation::setStartValue(const QVariant &value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qvariantanimation.cpp | Lines: | 541-544 |
| | 1 | 1 |
QVariantAnimation::startValueName: | QVariantAnimation::startValue | Prototype: | QVariant QVariantAnimation::startValue() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qvariantanimation.cpp | Lines: | 536-539 |
| | 1 | 1 |
QVariantAnimation::updateCurrentTimeName: | QVariantAnimation::updateCurrentTime | Prototype: | void QVariantAnimation::updateCurrentTime(int) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qvariantanimation.cpp | Lines: | 695-698 |
| | 1 | 1 |
QVariantAnimation::updateStateName: | QVariantAnimation::updateState | Prototype: | void QVariantAnimation::updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qvariantanimation.cpp | Lines: | 660-665 |
| | 2 | 1 |
QVariantAnimationPrivate::QVariantAnimationPrivateName: | QVariantAnimationPrivate::QVariantAnimationPrivate | Prototype: | QVariantAnimationPrivate::QVariantAnimationPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qvariantanimation.cpp | Lines: | 197-198 |
| | 1 | 1 |
QVariantAnimationPrivate::setDefaultStartEndValueName: | QVariantAnimationPrivate::setDefaultStartEndValue | Prototype: | void QVariantAnimationPrivate::setDefaultStartEndValue(const QVariant &value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qvariantanimation.cpp | Lines: | 338-342 |
| | 2 | 1 |
QVariantPrivate::registerHandlerName: | QVariantPrivate::registerHandler | Prototype: | void QVariantPrivate::registerHandler(const int name, const QVariant::Handler *handler) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 1138-1141 |
| | 1 | 1 |
QVector2D::QVector2DName: | QVector2D::QVector2D | Prototype: | QVector2D::QVector2D(const QVector3D& vector) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector2d.cpp | Lines: | 106-110 |
| | 2 | 1 |
QVector2D::QVector2DName: | QVector2D::QVector2D | Prototype: | QVector2D::QVector2D(const QVector4D& vector) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector2d.cpp | Lines: | 122-126 |
| | 2 | 1 |
QVector2D::distanceToPointName: | QVector2D::distanceToPoint | Prototype: | float QVector2D::distanceToPoint(const QVector2D& point) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector2d.cpp | Lines: | 264-267 |
| | 1 | 1 |
QVector2D::dotProductName: | QVector2D::dotProduct | Prototype: | float QVector2D::dotProduct(const QVector2D& v1, const QVector2D& v2) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector2d.cpp | Lines: | 345-348 |
| | 1 | 1 |
QVector2D::lengthName: | QVector2D::length | Prototype: | float QVector2D::length() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector2d.cpp | Lines: | 193-199 |
| | 3 | 1 |
QVector2D::lengthSquaredName: | QVector2D::lengthSquared | Prototype: | float QVector2D::lengthSquared() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector2d.cpp | Lines: | 207-210 |
| | 1 | 1 |
QVector2D::toVector3DName: | QVector2D::toVector3D | Prototype: | QVector3D QVector2D::toVector3D() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector2d.cpp | Lines: | 459-462 |
| | 1 | 1 |
QVector2D::toVector4DName: | QVector2D::toVector4D | Prototype: | QVector4D QVector2D::toVector4D() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector2d.cpp | Lines: | 473-476 |
| | 1 | 1 |
QVector3D::QVector3DName: | QVector3D::QVector3D | Prototype: | QVector3D::QVector3D(const QVector2D& vector) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | Lines: | 113-118 |
| | 3 | 1 |
QVector3D::QVector3DName: | QVector3D::QVector3D | Prototype: | QVector3D::QVector3D(const QVector2D& vector, float zpos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | Lines: | 126-131 |
| | 3 | 1 |
QVector3D::QVector3DName: | QVector3D::QVector3D | Prototype: | QVector3D::QVector3D(const QVector4D& vector) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | Lines: | 143-148 |
| | 3 | 1 |
QVector3D::crossProductName: | QVector3D::crossProduct | Prototype: | QVector3D QVector3D::crossProduct(const QVector3D& v1, const QVector3D& v2) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | Lines: | 348-353 |
| | 3 | 1 |
QVector3D::distanceToPlaneName: | QVector3D::distanceToPlane | Prototype: | float QVector3D::distanceToPlane (const QVector3D& plane, const QVector3D& normal) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | Lines: | 473-477 |
| | 1 | 1 |
QVector3D::distanceToPlaneName: | QVector3D::distanceToPlane | Prototype: | float QVector3D::distanceToPlane (const QVector3D& plane1, const QVector3D& plane2, const QVector3D& plane3) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | Lines: | 493-498 |
| | 2 | 1 |
QVector3D::distanceToPointName: | QVector3D::distanceToPoint | Prototype: | float QVector3D::distanceToPoint(const QVector3D& point) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | Lines: | 458-461 |
| | 1 | 1 |
QVector3D::dotProductName: | QVector3D::dotProduct | Prototype: | float QVector3D::dotProduct(const QVector3D& v1, const QVector3D& v2) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | Lines: | 337-340 |
| | 1 | 1 |
QVector3D::lengthName: | QVector3D::length | Prototype: | float QVector3D::length() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | Lines: | 682-689 |
| | 4 | 1 |
QVector3D::lengthSquaredName: | QVector3D::lengthSquared | Prototype: | float QVector3D::lengthSquared() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | Lines: | 697-700 |
| | 1 | 1 |
QVector3D::normalName: | QVector3D::normal | Prototype: | QVector3D QVector3D::normal(const QVector3D& v1, const QVector3D& v2) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | Lines: | 364-367 |
| | 1 | 1 |
QVector3D::normalName: | QVector3D::normal | Prototype: | QVector3D QVector3D::normal (const QVector3D& v1, const QVector3D& v2, const QVector3D& v3) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | Lines: | 381-385 |
| | 1 | 1 |
QVector3D::toVector2DName: | QVector3D::toVector2D | Prototype: | QVector2D QVector3D::toVector2D() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | Lines: | 630-633 |
| | 1 | 1 |
QVector3D::toVector4DName: | QVector3D::toVector4D | Prototype: | QVector4D QVector3D::toVector4D() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | Lines: | 644-647 |
| | 1 | 1 |
QVector4D::QVector4DName: | QVector4D::QVector4D | Prototype: | QVector4D::QVector4D(const QVector2D& vector) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 107-113 |
| | 4 | 1 |
QVector4D::QVector4DName: | QVector4D::QVector4D | Prototype: | QVector4D::QVector4D(const QVector2D& vector, float zpos, float wpos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 121-127 |
| | 4 | 1 |
QVector4D::QVector4DName: | QVector4D::QVector4D | Prototype: | QVector4D::QVector4D(const QVector3D& vector) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 139-145 |
| | 4 | 1 |
QVector4D::QVector4DName: | QVector4D::QVector4D | Prototype: | QVector4D::QVector4D(const QVector3D& vector, float wpos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 153-159 |
| | 4 | 1 |
QVector4D::dotProductName: | QVector4D::dotProduct | Prototype: | float QVector4D::dotProduct(const QVector4D& v1, const QVector4D& v2) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 388-391 |
| | 1 | 1 |
QVector4D::lengthName: | QVector4D::length | Prototype: | float QVector4D::length() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 258-266 |
| | 5 | 1 |
QVector4D::lengthSquaredName: | QVector4D::lengthSquared | Prototype: | float QVector4D::lengthSquared() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 274-277 |
| | 1 | 1 |
QVector4D::toVector2DName: | QVector4D::toVector2D | Prototype: | QVector2D QVector4D::toVector2D() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 504-507 |
| | 1 | 1 |
QVector4D::toVector3DName: | QVector4D::toVector3D | Prototype: | QVector3D QVector4D::toVector3D() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 532-535 |
| | 1 | 1 |
QVertexSet::QVertexSetName: | QVertexSet::QVertexSet | Prototype: | inline QVertexSet(const QVertexSet<T> &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 68-68 |
| | 1 | 1 |
QVertexSet::operator =Name: | QVertexSet::operator = | Prototype: | QVertexSet<T> &operator = (const QVertexSet<T> &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 69-69 |
| | 1 | 1 |
QWaitCondition::QWaitConditionName: | QWaitCondition::QWaitCondition | Prototype: | QWaitCondition::QWaitCondition() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qwaitcondition_unix.cpp | Lines: | 170-176 |
| | 4 | 1 |
QWaitCondition::wakeAllName: | QWaitCondition::wakeAll | Prototype: | void QWaitCondition::wakeAll() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qwaitcondition_unix.cpp | Lines: | 194-200 |
| | 4 | 1 |
QWaitCondition::wakeOneName: | QWaitCondition::wakeOne | Prototype: | void QWaitCondition::wakeOne() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qwaitcondition_unix.cpp | Lines: | 186-192 |
| | 4 | 1 |
QWaitCondition::~QWaitConditionName: | QWaitCondition::~QWaitCondition | Prototype: | QWaitCondition::~QWaitCondition() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qwaitcondition_unix.cpp | Lines: | 179-184 |
| | 3 | 1 |
QWaitConditionPrivate::wait_relativeName: | QWaitConditionPrivate::wait_relative | Prototype: | int wait_relative(unsigned long time) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qwaitcondition_unix.cpp | Lines: | 122-134 |
| | 3 | 1 |
QWatermarkLabel::sideWidgetName: | QWatermarkLabel::sideWidget | Prototype: | QWidget *sideWidget() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | Lines: | 474-476 |
| | 1 | 1 |
QWellArray::QWellArrayName: | QWellArray::QWellArray | Prototype: | QWellArray::QWellArray(int rows, int cols, QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 311-322 |
| | 7 | 1 |
QWellArray::cellHeightName: | QWellArray::cellHeight | Prototype: | inline int cellHeight() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 199-200 |
| | 1 | 1 |
QWellArray::cellRectName: | QWellArray::cellRect | Prototype: | inline QRect cellRect() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 220-221 |
| | 1 | 1 |
QWellArray::cellWidthName: | QWellArray::cellWidth | Prototype: | inline int cellWidth() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 196-197 |
| | 1 | 1 |
QWellArray::focusInEventName: | QWellArray::focusInEvent | Prototype: | void QWellArray::focusInEvent(QFocusEvent*) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 438-442 |
| | 2 | 1 |
QWellArray::focusOutEventName: | QWellArray::focusOutEvent | Prototype: | void QWellArray::focusOutEvent(QFocusEvent*) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 447-450 |
| | 1 | 1 |
QWellArray::gridSizeName: | QWellArray::gridSize | Prototype: | inline QSize gridSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 223-224 |
| | 1 | 1 |
QWellArray::mousePressEventName: | QWellArray::mousePressEvent | Prototype: | void QWellArray::mousePressEvent(QMouseEvent *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 371-376 |
| | 2 | 1 |
QWellArray::mouseReleaseEventName: | QWellArray::mouseReleaseEvent | Prototype: | void QWellArray::mouseReleaseEvent(QMouseEvent * ) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 378-382 |
| | 1 | 1 |
QWellArray::numColsName: | QWellArray::numCols | Prototype: | inline int numCols() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 217-218 |
| | 1 | 1 |
QWellArray::numRowsName: | QWellArray::numRows | Prototype: | inline int numRows() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 214-215 |
| | 1 | 1 |
QWellArray::paintCellContentsName: | QWellArray::paintCellContents | Prototype: | void QWellArray::paintCellContents(QPainter *p, int row, int col, const QRect &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 361-369 |
| | 6 | 1 |
QWellArray::rowAtName: | QWellArray::rowAt | Prototype: | inline int rowAt(int y) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 202-203 |
| | 1 | 1 |
QWellArray::rowYName: | QWellArray::rowY | Prototype: | inline int rowY(int row) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 208-209 |
| | 1 | 1 |
QWellArray::selectedColumnName: | QWellArray::selectedColumn | Prototype: | int selectedColumn() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 188-188 |
| | 1 | 1 |
QWellArray::selectedRowName: | QWellArray::selectedRow | Prototype: | int selectedRow() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 189-189 |
| | 1 | 1 |
QWellArray::sizeHintName: | QWellArray::sizeHint | Prototype: | QSize QWellArray::sizeHint() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 324-328 |
| | 2 | 1 |
QWellArray::updateCellName: | QWellArray::updateCell | Prototype: | inline void updateCell(int row, int column) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 234-234 |
| | 1 | 1 |
QWhatsThat::keyPressEventName: | QWhatsThat::keyPressEvent | Prototype: | void QWhatsThat::keyPressEvent(QKeyEvent*) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwhatsthis.cpp | Lines: | 287-290 |
| | 1 | 1 |
QWhatsThat::showEventName: | QWhatsThat::showEvent | Prototype: | void QWhatsThat::showEvent(QShowEvent *) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwhatsthis.cpp | Lines: | 236-240 |
| | 2 | 1 |
QWhatsThis::createActionName: | QWhatsThis::createAction | Prototype: | QAction *QWhatsThis::createAction(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwhatsthis.cpp | Lines: | 674-677 |
| | 1 | 1 |
QWhatsThis::hideTextName: | QWhatsThis::hideText | Prototype: | void QWhatsThis::hideText() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwhatsthis.cpp | Lines: | 662-665 |
| | 1 | 1 |
QWhatsThis::inWhatsThisModeName: | QWhatsThis::inWhatsThisMode | Prototype: | bool QWhatsThis::inWhatsThisMode() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwhatsthis.cpp | Lines: | 545-548 |
| | 1 | 1 |
QWhatsThis::leaveWhatsThisModeName: | QWhatsThis::leaveWhatsThisMode | Prototype: | void QWhatsThis::leaveWhatsThisMode() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwhatsthis.cpp | Lines: | 559-564 |
| | 3 | 1 |
QWhatsThis::showTextName: | QWhatsThis::showText | Prototype: | void QWhatsThis::showText(const QPoint &pos, const QString &text, QWidget *w) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwhatsthis.cpp | Lines: | 651-655 |
| | 2 | 1 |
QWhatsThisAction::QWhatsThisActionName: | QWhatsThisAction::QWhatsThisAction | Prototype: | QWhatsThisAction::QWhatsThisAction(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwhatsthis.cpp | Lines: | 498-509 |
| | 5 | 1 |
QWhatsThisClickedEvent::QWhatsThisClickedEventName: | QWhatsThisClickedEvent::QWhatsThisClickedEvent | Prototype: | QWhatsThisClickedEvent::QWhatsThisClickedEvent(const QString &href) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 3338-3340 |
| | 1 | 1 |
QWheelEvent::QWheelEventName: | QWheelEvent::QWheelEvent | Prototype: | QWheelEvent::QWheelEvent(const QPointF &pos, const QPointF& globalPos, QPoint pixelDelta, QPoint angleDelta, int qt4Delta, Qt::Orientation qt4Orientation, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 829-835 |
| | 1 | 1 |
QWheelEvent::QWheelEventName: | QWheelEvent::QWheelEvent | Prototype: | QWheelEvent::QWheelEvent(const QPointF &pos, const QPointF& globalPos, QPoint pixelDelta, QPoint angleDelta, int qt4Delta, Qt::Orientation qt4Orientation, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::ScrollPhase phase) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 860-866 |
| | 1 | 1 |
QWheelEvent::QWheelEventName: | QWheelEvent::QWheelEvent | Prototype: | QWheelEvent::QWheelEvent(const QPointF &pos, const QPointF& globalPos, QPoint pixelDelta, QPoint angleDelta, int qt4Delta, Qt::Orientation qt4Orientation, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::ScrollPhase phase, Qt::MouseEventSource source) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 896-902 |
| | 1 | 1 |
QWheelEvent::QWheelEventName: | QWheelEvent::QWheelEvent | Prototype: | QWheelEvent::QWheelEvent(const QPointF &pos, const QPointF& globalPos, QPoint pixelDelta, QPoint angleDelta, int qt4Delta, Qt::Orientation qt4Orientation, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::ScrollPhase phase, Qt::MouseEventSource source, bool inverted) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 937-943 |
| | 1 | 1 |
QWidget::QWidgetName: | QWidget::QWidget | Prototype: | QWidget::QWidget(QWidget *parent, Qt::WindowFlags f) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 1035-1044 |
| | 1 | 1 |
QWidget::QWidgetName: | QWidget::QWidget | Prototype: | QWidget::QWidget(QWidgetPrivate &dd, QWidget* parent, Qt::WindowFlags f) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 1049-1059 |
| | 2 | 1 |
QWidget::acceptDropsName: | QWidget::acceptDrops | Prototype: | bool QWidget::acceptDrops() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 3506-3509 |
| | 1 | 1 |
QWidget::accessibleDescriptionName: | QWidget::accessibleDescription | Prototype: | QString QWidget::accessibleDescription() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 11622-11626 |
| | 2 | 1 |
QWidget::accessibleNameName: | QWidget::accessibleName | Prototype: | QString QWidget::accessibleName() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 11592-11596 |
| | 2 | 1 |
QWidget::actionsName: | QWidget::actions | Prototype: | QList<QAction*> QWidget::actions() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 3388-3392 |
| | 2 | 1 |
QWidget::addActionName: | QWidget::addAction | Prototype: | void QWidget::addAction(QAction *action) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 3290-3293 |
| | 1 | 1 |
QWidget::autoFillBackgroundName: | QWidget::autoFillBackground | Prototype: | bool QWidget::autoFillBackground() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 480-484 |
| | 2 | 1 |
QWidget::baseSizeName: | QWidget::baseSize | Prototype: | QSize QWidget::baseSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 3954-3960 |
| | 4 | 1 |
QWidget::childAtName: | QWidget::childAt | Prototype: | QWidget *QWidget::childAt(const QPoint &p) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 10274-10277 |
| | 1 | 1 |
QWidget::clearMaskName: | QWidget::clearMask | Prototype: | void QWidget::clearMask() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 12947-12950 |
| | 1 | 1 |
QWidget::closeName: | QWidget::close | Prototype: | bool QWidget::close() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 8442-8445 |
| | 1 | 1 |
QWidget::closeEventName: | QWidget::closeEvent | Prototype: | void QWidget::closeEvent(QCloseEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 9725-9728 |
| | 1 | 1 |
QWidget::contentsMarginsName: | QWidget::contentsMargins | Prototype: | QMargins QWidget::contentsMargins() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 7621-7625 |
| | 2 | 1 |
QWidget::contentsRectName: | QWidget::contentsRect | Prototype: | QRect QWidget::contentsRect() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 7633-7640 |
| | 4 | 1 |
QWidget::contextMenuEventName: | QWidget::contextMenuEvent | Prototype: | void QWidget::contextMenuEvent(QContextMenuEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 9744-9747 |
| | 1 | 1 |
QWidget::contextMenuPolicyName: | QWidget::contextMenuPolicy | Prototype: | Qt::ContextMenuPolicy QWidget::contextMenuPolicy() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 7674-7677 |
| | 1 | 1 |