| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QShortcut| Name: | QShortcut::QShortcut | | Prototype: | QShortcut::QShortcut(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 442-446 |
| | 1 | 1 |
QShortcut| Name: | QShortcut::QShortcut | | Prototype: | QShortcut::QShortcut(const QKeySequence &key, QWidget *parent, const char *member, const char *ambiguousMember, Qt::ShortcutContext context) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 456-472 |
| | 10 | 4 |
autoRepeat| Name: | QShortcut::autoRepeat | | Prototype: | bool QShortcut::autoRepeat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 616-620 |
| | 2 | 1 |
context| Name: | QShortcut::context | | Prototype: | Qt::ShortcutContext QShortcut::context() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 564-568 |
| | 2 | 1 |
event| Name: | QShortcut::event | | Prototype: | bool QShortcut::event(QEvent *e) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 636-657 |
| | 13 | 5 |
id| Name: | QShortcut::id | | Prototype: | int QShortcut::id() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 627-631 |
| | 2 | 1 |
isEnabled| Name: | QShortcut::isEnabled | | Prototype: | bool QShortcut::isEnabled() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 536-540 |
| | 2 | 1 |
key| Name: | QShortcut::key | | Prototype: | QKeySequence QShortcut::key() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 505-509 |
| | 2 | 1 |
setAutoRepeat| Name: | QShortcut::setAutoRepeat | | Prototype: | void QShortcut::setAutoRepeat(bool on) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 606-614 |
| | 6 | 3 |
setContext| Name: | QShortcut::setContext | | Prototype: | void QShortcut::setContext(Qt::ShortcutContext context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 554-562 |
| | 6 | 3 |
setEnabled| Name: | QShortcut::setEnabled | | Prototype: | void QShortcut::setEnabled(bool enable) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 526-534 |
| | 6 | 3 |
setKey| Name: | QShortcut::setKey | | Prototype: | void QShortcut::setKey(const QKeySequence &key) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 495-503 |
| | 6 | 3 |
setWhatsThis| Name: | QShortcut::setWhatsThis | | Prototype: | void QShortcut::setWhatsThis(const QString &text) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 584-588 |
| | 2 | 1 |
whatsThis| Name: | QShortcut::whatsThis | | Prototype: | QString QShortcut::whatsThis() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 590-594 |
| | 2 | 1 |
~QShortcut| Name: | QShortcut::~QShortcut | | Prototype: | QShortcut::~QShortcut() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 477-482 |
| | 3 | 2 |