| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
setCursor| Name: | QWidget::setCursor | | Prototype: | void QWidget::setCursor(const QCursor &cursor) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4968-4987 |
| | 11 | 2 |
resize| Name: | QWidget::resize | | Prototype: | void QWidget::resize(const QSize &s) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 7143-7155 |
| | 8 | 2 |
releaseShortcut| Name: | QWidget::releaseShortcut | | Prototype: | void QWidget::releaseShortcut(int id) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 11643-11648 |
| | 3 | 2 |
nativeParentWidget| Name: | QWidget::nativeParentWidget | | Prototype: | QWidget *QWidget::nativeParentWidget() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4356-4362 |
| | 4 | 2 |
mouseGrabber| Name: | QWidget::mouseGrabber | | Prototype: | QWidget *QWidget::mouseGrabber() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 12633-12638 |
| | 3 | 2 |
minimumSizeHint| Name: | QWidget::minimumSizeHint | | Prototype: | QSize QWidget::minimumSizeHint() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 8633-8639 |
| | 4 | 2 |
keyPressEvent| Name: | QWidget::keyPressEvent | | Prototype: | void QWidget::keyPressEvent(QKeyEvent *event) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 9441-9449 |
| | 4 | 2 |
isEnabledTo| Name: | QWidget::isEnabledTo | | Prototype: | bool QWidget::isEnabledTo(const QWidget *ancestor) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3245-3254 |
| | 7 | 2 |
insertActions| Name: | QWidget::insertActions | | Prototype: | void QWidget::insertActions(QAction *before, QList<QAction*> actions) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3335-3339 |
| | 2 | 2 |
inputMethodHints| Name: | QWidget::inputMethodHints | | Prototype: | Qt::InputMethodHints QWidget::inputMethodHints() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 9794-9806 |
| | 5 | 2 |
heightForWidth| Name: | QWidget::heightForWidth | | Prototype: | int QWidget::heightForWidth(int w) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10208-10213 |
| | 3 | 2 |
graphicsProxyWidget| Name: | QWidget::graphicsProxyWidget | | Prototype: | QGraphicsProxyWidget *QWidget::graphicsProxyWidget() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 12222-12229 |
| | 4 | 2 |
grabShortcut| Name: | QWidget::grabShortcut | | Prototype: | int QWidget::grabShortcut(const QKeySequence &key, Qt::ShortcutContext context) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 11619-11626 |
| | 5 | 2 |
frameSize| Name: | QWidget::frameSize | | Prototype: | QSize QWidget::frameSize() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 7071-7080 |
| | 6 | 2 |
frameGeometry| Name: | QWidget::frameGeometry | | Prototype: | QRect QWidget::frameGeometry() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3526-3537 |
| | 8 | 2 |
focusInEvent| Name: | QWidget::focusInEvent | | Prototype: | void QWidget::focusInEvent(QFocusEvent *) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 9497-9502 |
| | 2 | 2 |
backingStore| Name: | QWidget::backingStore | | Prototype: | QBackingStore *QWidget::backingStore() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 12084-12094 |
| | 6 | 2 |
addActions| Name: | QWidget::addActions | | Prototype: | void QWidget::addActions(QList<QAction*> actions) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3285-3290 |
| | 2 | 2 |
activateWindow| Name: | QWidget::activateWindow | | Prototype: | void QWidget::activateWindow() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 12679-12685 |
| | 3 | 2 |
windowState| Name: | QWidget::windowState | | Prototype: | Qt::WindowStates QWidget::windowState() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3006-3009 |
| | 1 | 1 |
windowRole| Name: | QWidget::windowRole | | Prototype: | QString QWidget::windowRole() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 6331-6335 |
| | 2 | 1 |
windowOpacity| Name: | QWidget::windowOpacity | | Prototype: | qreal QWidget::windowOpacity() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 11325-11329 |
| | 2 | 1 |
windowModality| Name: | QWidget::windowModality | | Prototype: | Qt::WindowModality QWidget::windowModality() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 2912-2915 |
| | 1 | 1 |
windowIconText| Name: | QWidget::windowIconText | | Prototype: | QString QWidget::windowIconText() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 6251-6255 |
| | 2 | 1 |
windowFilePath| Name: | QWidget::windowFilePath | | Prototype: | QString QWidget::windowFilePath() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 6281-6285 |
| | 2 | 1 |
wheelEvent| Name: | QWidget::wheelEvent | | Prototype: | void QWidget::wheelEvent(QWheelEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 9391-9394 |
| | 1 | 1 |
whatsThis| Name: | QWidget::whatsThis | | Prototype: | QString QWidget::whatsThis() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 11521-11525 |
| | 2 | 1 |
updateGeometry| Name: | QWidget::updateGeometry | | Prototype: | void QWidget::updateGeometry() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10312-10316 |
| | 2 | 1 |
update| Name: | QWidget::update | | Prototype: | void QWidget::update() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10907-10910 |
| | 1 | 1 |
unsetLocale| Name: | QWidget::unsetLocale | | Prototype: | void QWidget::unsetLocale() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 5981-5986 |
| | 3 | 1 |
unsetLayoutDirection| Name: | QWidget::unsetLayoutDirection | | Prototype: | void QWidget::unsetLayoutDirection() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4905-4910 |
| | 3 | 1 |
toolTipDuration| Name: | QWidget::toolTipDuration | | Prototype: | int QWidget::toolTipDuration() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 11474-11478 |
| | 2 | 1 |
toolTip| Name: | QWidget::toolTip | | Prototype: | QString QWidget::toolTip() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 11451-11455 |
| | 2 | 1 |
testAttribute_helper| Name: | QWidget::testAttribute_helper | | Prototype: | bool QWidget::testAttribute_helper(Qt::WidgetAttribute attribute) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 11290-11296 |
| | 4 | 1 |
tabletEvent| Name: | QWidget::tabletEvent | | Prototype: | void QWidget::tabletEvent(QTabletEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 9412-9415 |
| | 1 | 1 |
statusTip| Name: | QWidget::statusTip | | Prototype: | QString QWidget::statusTip() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 11498-11502 |
| | 2 | 1 |
sizePolicy| Name: | QWidget::sizePolicy | | Prototype: | QSizePolicy QWidget::sizePolicy() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10157-10161 |
| | 2 | 1 |
sizeIncrement| Name: | QWidget::sizeIncrement | | Prototype: | QSize QWidget::sizeIncrement() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3911-3917 |
| | 4 | 1 |
showNormal| Name: | QWidget::showNormal | | Prototype: | void QWidget::showNormal() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3203-3223 |
| | 5 | 1 |
showMaximized| Name: | QWidget::showMaximized | | Prototype: | void QWidget::showMaximized() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3175-3194 |
| | 4 | 1 |
showFullScreen| Name: | QWidget::showFullScreen | | Prototype: | void QWidget::showFullScreen() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3143-3163 |
| | 5 | 1 |
setWindowModified| Name: | QWidget::setWindowModified | | Prototype: | void QWidget::setWindowModified(bool mod) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 11394-11403 |
| | 5 | 1 |
setWindowModality| Name: | QWidget::setWindowModality | | Prototype: | void QWidget::setWindowModality(Qt::WindowModality windowModality) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 2917-2923 |
| | 3 | 1 |
setWindowFlags| Name: | QWidget::setWindowFlags | | Prototype: | void QWidget::setWindowFlags(Qt::WindowFlags flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10336-10340 |
| | 2 | 1 |
setWhatsThis| Name: | QWidget::setWhatsThis | | Prototype: | void QWidget::setWhatsThis(const QString &s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 11515-11519 |
| | 2 | 1 |
setUpdatesEnabled| Name: | QWidget::setUpdatesEnabled | | Prototype: | void QWidget::setUpdatesEnabled(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 7717-7722 |
| | 3 | 1 |
setToolTipDuration| Name: | QWidget::setToolTipDuration | | Prototype: | void QWidget::setToolTipDuration(int msec) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 11468-11472 |
| | 2 | 1 |
setToolTip| Name: | QWidget::setToolTip | | Prototype: | void QWidget::setToolTip(const QString &s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 11442-11449 |
| | 4 | 1 |
setStatusTip| Name: | QWidget::setStatusTip | | Prototype: | void QWidget::setStatusTip(const QString &s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 11492-11496 |
| | 2 | 1 |
setPalette| Name: | QWidget::setPalette | | Prototype: | void QWidget::setPalette(const QPalette &palette) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4562-4574 |
| | 5 | 1 |
setMinimumWidth| Name: | QWidget::setMinimumWidth | | Prototype: | void QWidget::setMinimumWidth(int w) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4170-4177 |
| | 5 | 1 |
setMinimumHeight| Name: | QWidget::setMinimumHeight | | Prototype: | void QWidget::setMinimumHeight(int h) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4179-4186 |
| | 5 | 1 |
setMaximumWidth| Name: | QWidget::setMaximumWidth | | Prototype: | void QWidget::setMaximumWidth(int w) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4188-4195 |
| | 5 | 1 |
setMaximumHeight| Name: | QWidget::setMaximumHeight | | Prototype: | void QWidget::setMaximumHeight(int h) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4197-4204 |
| | 5 | 1 |
setMask| Name: | QWidget::setMask | | Prototype: | void QWidget::setMask(const QBitmap &bitmap) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 12898-12901 |
| | 1 | 1 |
setLocale| Name: | QWidget::setLocale | | Prototype: | void QWidget::setLocale(const QLocale &locale) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 5955-5961 |
| | 3 | 1 |
setHidden| Name: | QWidget::setHidden | | Prototype: | void QWidget::setHidden(bool hidden) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 8242-8245 |
| | 1 | 1 |
setForegroundRole| Name: | QWidget::setForegroundRole | | Prototype: | void QWidget::setForegroundRole(QPalette::ColorRole role) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4479-4485 |
| | 4 | 1 |
setFixedWidth| Name: | QWidget::setFixedWidth | | Prototype: | void QWidget::setFixedWidth(int w) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4213-4223 |
| | 8 | 1 |
setFixedSize| Name: | QWidget::setFixedSize | | Prototype: | void QWidget::setFixedSize(const QSize & s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4140-4143 |
| | 1 | 1 |
setFixedHeight| Name: | QWidget::setFixedHeight | | Prototype: | void QWidget::setFixedHeight(int h) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4233-4243 |
| | 8 | 1 |
setEnabled| Name: | QWidget::setEnabled | | Prototype: | void QWidget::setEnabled(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3401-3406 |
| | 3 | 1 |
setDisabled| Name: | QWidget::setDisabled | | Prototype: | void QWidget::setDisabled(bool disable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3508-3511 |
| | 1 | 1 |
setContextMenuPolicy| Name: | QWidget::setContextMenuPolicy | | Prototype: | void QWidget::setContextMenuPolicy(Qt::ContextMenuPolicy policy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 7649-7652 |
| | 1 | 1 |
setContentsMargins| Name: | QWidget::setContentsMargins | | Prototype: | void QWidget::setContentsMargins(const QMargins &margins) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 7559-7563 |
| | 2 | 1 |
setBackgroundRole| Name: | QWidget::setBackgroundRole | | Prototype: | void QWidget::setBackgroundRole(QPalette::ColorRole role) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4414-4421 |
| | 5 | 1 |
setAccessibleName| Name: | QWidget::setAccessibleName | | Prototype: | void QWidget::setAccessibleName(const QString &name) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 11550-11556 |
| | 4 | 1 |
setAccessibleDescription| Name: | QWidget::setAccessibleDescription | | Prototype: | void QWidget::setAccessibleDescription(const QString &description) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 11580-11586 |
| | 4 | 1 |
setAcceptDrops| Name: | QWidget::setAcceptDrops | | Prototype: | void QWidget::setAcceptDrops(bool on) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3489-3493 |
| | 1 | 1 |
saveGeometry| Name: | QWidget::saveGeometry | | Prototype: | QByteArray QWidget::saveGeometry() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 7298-7337 |
| | 22 | 1 |
repaint| Name: | QWidget::repaint | | Prototype: | void QWidget::repaint() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10806-10809 |
| | 1 | 1 |
render| Name: | QWidget::render | | Prototype: | void QWidget::render(QPaintDevice *target, const QPoint &targetOffset, const QRegion &sourceRegion, RenderFlags renderFlags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 5107-5112 |
| | 2 | 1 |
releaseMouse| Name: | QWidget::releaseMouse | | Prototype: | void QWidget::releaseMouse() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 12565-12568 |
| | 1 | 1 |
redirected| Name: | QWidget::redirected | | Prototype: | QPaintDevice *QWidget::redirected(QPoint *offset) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 12772-12775 |
| | 1 | 1 |
previousInFocusChain| Name: | QWidget::previousInFocusChain | | Prototype: | QWidget *QWidget::previousInFocusChain() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 6808-6811 |
| | 1 | 1 |
paintEngine| Name: | QWidget::paintEngine | | Prototype: | QPaintEngine *QWidget::paintEngine() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 12330-12353 |
| | 2 | 1 |
overrideWindowState| Name: | QWidget::overrideWindowState | | Prototype: | void QWidget::overrideWindowState(Qt::WindowStates newstate) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3018-3023 |
| | 3 | 1 |
overrideWindowFlags| Name: | QWidget::overrideWindowFlags | | Prototype: | void QWidget::overrideWindowFlags(Qt::WindowFlags flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10379-10382 |
| | 1 | 1 |
nextInFocusChain| Name: | QWidget::nextInFocusChain | | Prototype: | QWidget *QWidget::nextInFocusChain() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 6795-6798 |
| | 1 | 1 |
nativeEvent| Name: | QWidget::nativeEvent | | Prototype: | bool QWidget::nativeEvent(const QByteArray &eventType, void *message, long *result) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 9961-9967 |
| | 4 | 1 |
mouseReleaseEvent| Name: | QWidget::mouseReleaseEvent | | Prototype: | void QWidget::mouseReleaseEvent(QMouseEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 9351-9354 |
| | 1 | 1 |
mouseMoveEvent| Name: | QWidget::mouseMoveEvent | | Prototype: | void QWidget::mouseMoveEvent(QMouseEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 9304-9307 |
| | 1 | 1 |
mouseDoubleClickEvent| Name: | QWidget::mouseDoubleClickEvent | | Prototype: | void QWidget::mouseDoubleClickEvent(QMouseEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 9371-9374 |
| | 1 | 1 |
minimumSize| Name: | QWidget::minimumSize | | Prototype: | QSize QWidget::minimumSize() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3810-3814 |
| | 2 | 1 |
maximumSize| Name: | QWidget::maximumSize | | Prototype: | QSize QWidget::maximumSize() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3832-3837 |
| | 3 | 1 |
mask| Name: | QWidget::mask | | Prototype: | QRegion QWidget::mask() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10026-10030 |
| | 2 | 1 |
mapToParent| Name: | QWidget::mapToParent | | Prototype: | QPoint QWidget::mapToParent(const QPoint &pos) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4304-4307 |
| | 1 | 1 |
mapToGlobal| Name: | QWidget::mapToGlobal | | Prototype: | QPoint QWidget::mapToGlobal(const QPoint &pos) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 12417-12422 |
| | 3 | 1 |
mapFromParent| Name: | QWidget::mapFromParent | | Prototype: | QPoint QWidget::mapFromParent(const QPoint &pos) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4318-4321 |
| | 1 | 1 |
mapFromGlobal| Name: | QWidget::mapFromGlobal | | Prototype: | QPoint QWidget::mapFromGlobal(const QPoint &pos) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 12432-12437 |
| | 3 | 1 |
locale| Name: | QWidget::locale | | Prototype: | QLocale QWidget::locale() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 5963-5968 |
| | 2 | 1 |
layoutDirection| Name: | QWidget::layoutDirection | | Prototype: | Qt::LayoutDirection QWidget::layoutDirection() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4900-4903 |
| | 1 | 1 |
layout| Name: | QWidget::layout | | Prototype: | QLayout *QWidget::layout() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10041-10044 |
| | 1 | 1 |
keyboardGrabber| Name: | QWidget::keyboardGrabber | | Prototype: | QWidget *QWidget::keyboardGrabber() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 12650-12653 |
| | 1 | 1 |
keyReleaseEvent| Name: | QWidget::keyReleaseEvent | | Prototype: | void QWidget::keyReleaseEvent(QKeyEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 9473-9476 |
| | 1 | 1 |
isWindowModified| Name: | QWidget::isWindowModified | | Prototype: | bool QWidget::isWindowModified() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 11389-11392 |
| | 1 | 1 |
isMinimized| Name: | QWidget::isMinimized | | Prototype: | bool QWidget::isMinimized() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 2954-2955 |
| | 1 | 1 |
isMaximized| Name: | QWidget::isMaximized | | Prototype: | bool QWidget::isMaximized() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 2994-2995 |
| | 1 | 1 |
isFullScreen| Name: | QWidget::isFullScreen | | Prototype: | bool QWidget::isFullScreen() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3111-3112 |
| | 1 | 1 |
inputMethodEvent| Name: | QWidget::inputMethodEvent | | Prototype: | void QWidget::inputMethodEvent(QInputMethodEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 9737-9740 |
| | 1 | 1 |