| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
~QAction| Name: | QAction::~QAction | | Prototype: | QAction::~QAction() | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 564-588 |
| | 14 | 6 |
whatsThis| Name: | QAction::whatsThis | | Prototype: | QString QAction::whatsThis() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 861-865 |
| | 2 | 1 |
toolTip| Name: | QAction::toolTip | | Prototype: | QString QAction::toolTip() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 803-812 |
| | 6 | 3 |
toggle| Name: | QAction::toggle | | Prototype: | void QAction::toggle() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 956-960 |
| | 2 | 1 |
text| Name: | QAction::text | | Prototype: | QString QAction::text() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 730-739 |
| | 6 | 2 |
statusTip| Name: | QAction::statusTip | | Prototype: | QString QAction::statusTip() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 835-839 |
| | 2 | 1 |
showStatusText| Name: | QAction::showStatusText | | Prototype: | bool QAction::showStatusText(QWidget *widget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 1135-1139 |
| | 1 | 1 |
shortcuts| Name: | QAction::shortcuts | | Prototype: | QList<QKeySequence> QAction::shortcuts() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 466-475 |
| | 7 | 3 |
shortcutContext| Name: | QAction::shortcutContext | | Prototype: | Qt::ShortcutContext QAction::shortcutContext() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 496-500 |
| | 2 | 1 |
shortcut| Name: | QAction::shortcut | | Prototype: | QKeySequence QAction::shortcut() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 452-456 |
| | 2 | 1 |
setWhatsThis| Name: | QAction::setWhatsThis | | Prototype: | void QAction::setWhatsThis(const QString &whatsthis) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 851-859 |
| | 5 | 2 |
setVisible| Name: | QAction::setVisible | | Prototype: | void QAction::setVisible(bool b) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 1054-1067 |
| | 9 | 3 |
setToolTip| Name: | QAction::setToolTip | | Prototype: | void QAction::setToolTip(const QString &tooltip) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 793-801 |
| | 5 | 2 |
setText| Name: | QAction::setText | | Prototype: | void QAction::setText(const QString &text) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 720-728 |
| | 5 | 2 |
setStatusTip| Name: | QAction::setStatusTip | | Prototype: | void QAction::setStatusTip(const QString &statustip) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 825-833 |
| | 5 | 2 |
setShortcuts| Name: | QAction::setShortcuts | | Prototype: | void QAction::setShortcuts(const QList<QKeySequence> &shortcuts) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 409-429 |
| | 13 | 4 |
setShortcuts| Name: | QAction::setShortcuts | | Prototype: | void QAction::setShortcuts(QKeySequence::StandardKey key) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 441-445 |
| | 2 | 1 |
setShortcutContext| Name: | QAction::setShortcutContext | | Prototype: | void QAction::setShortcutContext(Qt::ShortcutContext context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 484-494 |
| | 8 | 3 |
setShortcut| Name: | QAction::setShortcut | | Prototype: | void QAction::setShortcut(const QKeySequence &shortcut) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 388-399 |
| | 7 | 3 |
setSeparator| Name: | QAction::setSeparator | | Prototype: | void QAction::setSeparator(bool b) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 686-694 |
| | 5 | 2 |
setPriority| Name: | QAction::setPriority | | Prototype: | void QAction::setPriority(Priority priority) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 898-906 |
| | 5 | 2 |
setMenuRole| Name: | QAction::setMenuRole | | Prototype: | void QAction::setMenuRole(MenuRole menuRole) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 1241-1249 |
| | 5 | 2 |
setMenu| Name: | QAction::setMenu | | Prototype: | void QAction::setMenu(QMenu *menu) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 665-674 |
| | 7 | 3 |
setIconVisibleInMenu| Name: | QAction::setIconVisibleInMenu | | Prototype: | void QAction::setIconVisibleInMenu(bool visible) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 1275-1288 |
| | 8 | 3 |
setIconText| Name: | QAction::setIconText | | Prototype: | void QAction::setIconText(const QString &text) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 764-772 |
| | 5 | 2 |
setIcon| Name: | QAction::setIcon | | Prototype: | void QAction::setIcon(const QIcon &icon) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 635-640 |
| | 3 | 1 |
setFont| Name: | QAction::setFont | | Prototype: | void QAction::setFont(const QFont &font) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 543-552 |
| | 6 | 2 |
setEnabled| Name: | QAction::setEnabled | | Prototype: | void QAction::setEnabled(bool b) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 1019-1033 |
| | 10 | 4 |
setData| Name: | QAction::setData | | Prototype: | void QAction::setData(const QVariant &data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 1117-1123 |
| | 3 | 1 |
setChecked| Name: | QAction::setChecked | | Prototype: | void QAction::setChecked(bool b) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 971-982 |
| | 8 | 3 |
setCheckable| Name: | QAction::setCheckable | | Prototype: | void QAction::setCheckable(bool b) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 933-942 |
| | 6 | 2 |
setAutoRepeat| Name: | QAction::setAutoRepeat | | Prototype: | void QAction::setAutoRepeat(bool on) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 512-522 |
| | 8 | 3 |
setActionGroup| Name: | QAction::setActionGroup | | Prototype: | void QAction::setActionGroup(QActionGroup *group) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 598-609 |
| | 8 | 4 |
priority| Name: | QAction::priority | | Prototype: | QAction::Priority QAction::priority() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 908-912 |
| | 2 | 1 |
parentWidget| Name: | QAction::parentWidget | | Prototype: | QWidget *QAction::parentWidget() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 346-352 |
| | 4 | 2 |
menuRole| Name: | QAction::menuRole | | Prototype: | QAction::MenuRole QAction::menuRole() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 1251-1255 |
| | 2 | 1 |
menu| Name: | QAction::menu | | Prototype: | QMenu *QAction::menu() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 656-660 |
| | 2 | 1 |
isVisible| Name: | QAction::isVisible | | Prototype: | bool QAction::isVisible() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 1070-1074 |
| | 2 | 1 |
isSeparator| Name: | QAction::isSeparator | | Prototype: | bool QAction::isSeparator() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 702-706 |
| | 2 | 1 |
isIconVisibleInMenu| Name: | QAction::isIconVisibleInMenu | | Prototype: | bool QAction::isIconVisibleInMenu() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 1290-1297 |
| | 4 | 2 |
isEnabled| Name: | QAction::isEnabled | | Prototype: | bool QAction::isEnabled() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 1035-1039 |
| | 2 | 1 |
isChecked| Name: | QAction::isChecked | | Prototype: | bool QAction::isChecked() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 984-988 |
| | 2 | 1 |
isCheckable| Name: | QAction::isCheckable | | Prototype: | bool QAction::isCheckable() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 944-948 |
| | 2 | 1 |
iconText| Name: | QAction::iconText | | Prototype: | QString QAction::iconText() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 774-780 |
| | 4 | 2 |
icon| Name: | QAction::icon | | Prototype: | QIcon QAction::icon() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 642-646 |
| | 2 | 1 |
font| Name: | QAction::font | | Prototype: | QFont QAction::font() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 554-558 |
| | 2 | 1 |
event| Name: | QAction::event | | Prototype: | bool QAction::event(QEvent *e) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 1079-1096 |
| | 18 | 3 |
data| Name: | QAction::data | | Prototype: | QVariant QAction::data() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 1103-1108 |
| | 2 | 1 |
autoRepeat| Name: | QAction::autoRepeat | | Prototype: | bool QAction::autoRepeat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 524-528 |
| | 2 | 1 |
associatedWidgets| Name: | QAction::associatedWidgets | | Prototype: | QList<QWidget *> QAction::associatedWidgets() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 360-364 |
| | 2 | 1 |
associatedGraphicsWidgets| Name: | QAction::associatedGraphicsWidgets | | Prototype: | QList<QGraphicsWidget *> QAction::associatedGraphicsWidgets() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 373-377 |
| | 2 | 1 |
activate| Name: | QAction::activate | | Prototype: | void QAction::activate(ActionEvent event) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 1147-1167 |
| | 14 | 7 |
actionGroup| Name: | QAction::actionGroup | | Prototype: | QActionGroup *QAction::actionGroup() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 617-621 |
| | 2 | 1 |
QAction| Name: | QAction::QAction | | Prototype: | QAction::QAction(QObject* parent) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 275-282 |
| | 4 | 2 |
QAction| Name: | QAction::QAction | | Prototype: | QAction::QAction(const QString &text, QObject* parent) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 298-306 |
| | 5 | 2 |
QAction| Name: | QAction::QAction | | Prototype: | QAction::QAction(const QIcon &icon, const QString &text, QObject* parent) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 320-329 |
| | 6 | 2 |
QAction| Name: | QAction::QAction | | Prototype: | QAction::QAction(QActionPrivate &dd, QObject *parent) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 334-341 |
| | 4 | 2 |