Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QActionName: | 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 |
QActionName: | 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 |
QActionName: | 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 |
QActionName: | 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 |
actionGroupName: | 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 |
activateName: | 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 |
associatedGraphicsWidgetsName: | 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 |
associatedWidgetsName: | 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 |
autoRepeatName: | 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 |
dataName: | 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 |
eventName: | 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 |
fontName: | 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 |
iconName: | 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 |
iconTextName: | 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 |
isCheckableName: | 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 |
isCheckedName: | 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 |
isEnabledName: | 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 |
isIconVisibleInMenuName: | 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 |
isSeparatorName: | 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 |
isVisibleName: | 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 |
menuName: | 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 |
menuRoleName: | 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 |
parentWidgetName: | 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 |
priorityName: | 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 |
setActionGroupName: | 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 |
setAutoRepeatName: | 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 |
setCheckableName: | 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 |
setCheckedName: | 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 |
setDataName: | 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 |
setEnabledName: | 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 |
setFontName: | 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 |
setIconName: | 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 |
setIconTextName: | 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 |
setIconVisibleInMenuName: | 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 |
setMenuName: | 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 |
setMenuRoleName: | 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 |
setPriorityName: | 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 |
setSeparatorName: | 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 |
setShortcutName: | 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 |
setShortcutContextName: | 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 |
setShortcutsName: | 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 |
setShortcutsName: | 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 |
setStatusTipName: | 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 |
setTextName: | 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 |
setToolTipName: | 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 |
setVisibleName: | 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 |
setWhatsThisName: | 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 |
shortcutName: | 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 |
shortcutContextName: | 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 |
shortcutsName: | 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 |
showStatusTextName: | 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 |
statusTipName: | 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 |
textName: | 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 |
toggleName: | 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 |
toolTipName: | 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 |
whatsThisName: | 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 |
~QActionName: | 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 |