Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
~QShortcutName: | 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 |
whatsThisName: | 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 |
setWhatsThisName: | 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 |
setKeyName: | 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 |
setEnabledName: | 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 |
setContextName: | 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 |
setAutoRepeatName: | 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 |
keyName: | 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 |
isEnabledName: | 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 |
idName: | 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 |
eventName: | 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 |
contextName: | 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 |
autoRepeatName: | 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 |
QShortcutName: | 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 |
QShortcutName: | 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 |