| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QXcbWindow| Name: | QXcbWindow::QXcbWindow | | Prototype: | QXcbWindow::QXcbWindow(QWindow *window) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 289-308 |
| | 1 | 1 |
changeNetWmState| Name: | QXcbWindow::changeNetWmState | | Prototype: | void QXcbWindow::changeNetWmState(bool set, xcb_atom_t one, xcb_atom_t two) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1265-1281 |
| | 12 | 1 |
format| Name: | QXcbWindow::format | | Prototype: | QSurfaceFormat QXcbWindow::format() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1728-1731 |
| | 1 | 1 |
handleButtonPressEvent| Name: | QXcbWindow::handleButtonPressEvent | | Prototype: | void QXcbWindow::handleButtonPressEvent(const xcb_button_press_event_t *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2400-2405 |
| | 3 | 1 |
handleButtonReleaseEvent| Name: | QXcbWindow::handleButtonReleaseEvent | | Prototype: | void QXcbWindow::handleButtonReleaseEvent(const xcb_button_release_event_t *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2407-2412 |
| | 3 | 1 |
handleEnterNotifyEvent| Name: | QXcbWindow::handleEnterNotifyEvent | | Prototype: | void QXcbWindow::handleEnterNotifyEvent(const xcb_enter_notify_event_t *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2520-2523 |
| | 1 | 1 |
handleGenericEvent| Name: | QXcbWindow::handleGenericEvent | | Prototype: | bool QXcbWindow::handleGenericEvent(xcb_generic_event_t *event, long *result) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2016-2022 |
| | 4 | 1 |
handleLeaveNotifyEvent| Name: | QXcbWindow::handleLeaveNotifyEvent | | Prototype: | void QXcbWindow::handleLeaveNotifyEvent(const xcb_leave_notify_event_t *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2525-2528 |
| | 1 | 1 |
handleMotionNotifyEvent| Name: | QXcbWindow::handleMotionNotifyEvent | | Prototype: | void QXcbWindow::handleMotionNotifyEvent(const xcb_motion_notify_event_t *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2414-2418 |
| | 2 | 1 |
handleMouseEvent| Name: | QXcbWindow::handleMouseEvent | | Prototype: | void QXcbWindow::handleMouseEvent(xcb_timestamp_t time, const QPoint &local, const QPoint &global, Qt::KeyboardModifiers modifiers, Qt::MouseEventSource source) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2513-2518 |
| | 2 | 1 |
isExposed| Name: | QXcbWindow::isExposed | | Prototype: | bool QXcbWindow::isExposed() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2150-2153 |
| | 1 | 1 |
lower| Name: | QXcbWindow::lower | | Prototype: | void QXcbWindow::lower() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1622-1627 |
| | 3 | 1 |
needsSync| Name: | QXcbWindow::needsSync | | Prototype: | bool QXcbWindow::needsSync() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2884-2887 |
| | 1 | 1 |
parentScreen| Name: | QXcbWindow::parentScreen | | Prototype: | QXcbScreen *QXcbWindow::parentScreen() | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 146-149 |
| | 1 | 1 |
raise| Name: | QXcbWindow::raise | | Prototype: | void QXcbWindow::raise() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1615-1620 |
| | 3 | 1 |
sendXEmbedMessage| Name: | QXcbWindow::sendXEmbedMessage | | Prototype: | void QXcbWindow::sendXEmbedMessage(xcb_window_t window, quint32 message, quint32 detail, quint32 data1, quint32 data2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2750-2767 |
| | 13 | 1 |
setParentRelativeBackPixmap| Name: | QXcbWindow::setParentRelativeBackPixmap | | Prototype: | void QXcbWindow::setParentRelativeBackPixmap() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1933-1938 |
| | 3 | 1 |
setWindowIconText| Name: | QXcbWindow::setWindowIconText | | Prototype: | void QXcbWindow::setWindowIconText(const QString &title) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1560-1571 |
| | 9 | 1 |
setWmWindowRole| Name: | QXcbWindow::setWmWindowRole | | Prototype: | void QXcbWindow::setWmWindowRole(const QByteArray &role) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1920-1925 |
| | 3 | 1 |
toWindow| Name: | QXcbWindow::toWindow | | Prototype: | QXcbWindow *QXcbWindow::toWindow() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2511-2511 |
| | 1 | 1 |
visualId| Name: | QXcbWindow::visualId | | Prototype: | uint QXcbWindow::visualId() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2879-2882 |
| | 1 | 1 |
winId| Name: | QXcbWindow::winId | | Prototype: | WId QXcbWindow::winId() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1518-1521 |
| | 1 | 1 |
xcbScreen| Name: | QXcbWindow::xcbScreen | | Prototype: | QXcbScreen *QXcbWindow::xcbScreen() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2898-2901 |
| | 1 | 1 |
compressExposeEvent| Name: | QXcbWindow::compressExposeEvent | | Prototype: | bool QXcbWindow::compressExposeEvent(QRegion &exposeRegion) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2005-2014 |
| | 6 | 2 |
doFocusIn| Name: | QXcbWindow::doFocusIn | | Prototype: | void QXcbWindow::doFocusIn() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 955-962 |
| | 5 | 2 |
doFocusOut| Name: | QXcbWindow::doFocusOut | | Prototype: | void QXcbWindow::doFocusOut() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 991-1000 |
| | 4 | 2 |
handleEnterNotifyEvent| Name: | QXcbWindow::handleEnterNotifyEvent | | Prototype: | void QXcbWindow::handleEnterNotifyEvent(int event_x, int event_y, int root_x, int root_y, quint8 mode, quint8 detail, xcb_timestamp_t timestamp) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2341-2356 |
| | 7 | 2 |
handleFocusInEvent| Name: | QXcbWindow::handleFocusInEvent | | Prototype: | void QXcbWindow::handleFocusInEvent(const xcb_focus_in_event_t *event) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2586-2593 |
| | 3 | 2 |
handleFocusOutEvent| Name: | QXcbWindow::handleFocusOutEvent | | Prototype: | void QXcbWindow::handleFocusOutEvent(const xcb_focus_out_event_t *event) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2596-2603 |
| | 3 | 2 |
handleUnmapNotifyEvent| Name: | QXcbWindow::handleUnmapNotifyEvent | | Prototype: | void QXcbWindow::handleUnmapNotifyEvent(const xcb_unmap_notify_event_t *event) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2216-2222 |
| | 3 | 2 |
isEmbedded| Name: | QXcbWindow::isEmbedded | | Prototype: | bool QXcbWindow::isEmbedded(const QPlatformWindow *parentWindow) const | | Coverage: | 33.333% (2/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2155-2161 |
| | 3 | 2 |
postSyncWindowRequest| Name: | QXcbWindow::postSyncWindowRequest | | Prototype: | void QXcbWindow::postSyncWindowRequest() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2889-2896 |
| | 4 | 2 |
relayFocusToModalWindow| Name: | QXcbWindow::relayFocusToModalWindow | | Prototype: | bool QXcbWindow::relayFocusToModalWindow() const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 942-953 |
| | 7 | 2 |
requestSystemTrayWindowDock| Name: | QXcbWindow::requestSystemTrayWindowDock | | Prototype: | bool QXcbWindow::requestSystemTrayWindowDock() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1947-1953 |
| | 4 | 2 |
requestSystemTrayWindowDockStatic| Name: | QXcbWindow::requestSystemTrayWindowDockStatic | | Prototype: | bool QXcbWindow::requestSystemTrayWindowDockStatic(const QWindow *window) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1940-1945 |
| | 3 | 2 |
setAlertState| Name: | QXcbWindow::setAlertState | | Prototype: | void QXcbWindow::setAlertState(bool enabled) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2869-2877 |
| | 4 | 2 |
setOpacity| Name: | QXcbWindow::setOpacity | | Prototype: | void QXcbWindow::setOpacity(qreal level) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2833-2848 |
| | 11 | 2 |
setParent| Name: | QXcbWindow::setParent | | Prototype: | void QXcbWindow::setParent(const QPlatformWindow *parent) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1523-1537 |
| | 9 | 2 |
setParentRelativeBackPixmapStatic| Name: | QXcbWindow::setParentRelativeBackPixmapStatic | | Prototype: | void QXcbWindow::setParentRelativeBackPixmapStatic(QWindow *window) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1927-1931 |
| | 2 | 2 |
setVisible| Name: | QXcbWindow::setVisible | | Prototype: | void QXcbWindow::setVisible(bool visible) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 795-801 |
| | 3 | 2 |
setWindowIconTextStatic| Name: | QXcbWindow::setWindowIconTextStatic | | Prototype: | void QXcbWindow::setWindowIconTextStatic(QWindow *window, const QString &text) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1741-1745 |
| | 2 | 2 |
setWindowTitle| Name: | QXcbWindow::setWindowTitle | | Prototype: | void QXcbWindow::setWindowTitle(const QString &title) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1539-1558 |
| | 14 | 2 |
setWmWindowRoleStatic| Name: | QXcbWindow::setWmWindowRoleStatic | | Prototype: | void QXcbWindow::setWmWindowRoleStatic(QWindow *window, const QByteArray &role) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1747-1753 |
| | 3 | 2 |
setWmWindowTypeStatic| Name: | QXcbWindow::setWmWindowTypeStatic | | Prototype: | void QXcbWindow::setWmWindowTypeStatic(QWindow *window, QXcbWindowFunctions::WmWindowTypes windowTypes) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1733-1739 |
| | 3 | 2 |
systemTrayWindowGlobalGeometry| Name: | QXcbWindow::systemTrayWindowGlobalGeometry | | Prototype: | QRect QXcbWindow::systemTrayWindowGlobalGeometry() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1962-1967 |
| | 3 | 2 |
systemTrayWindowGlobalGeometryStatic| Name: | QXcbWindow::systemTrayWindowGlobalGeometryStatic | | Prototype: | QRect QXcbWindow::systemTrayWindowGlobalGeometryStatic(const QWindow *window) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1955-1960 |
| | 3 | 2 |
updateDoesNotAcceptFocus| Name: | QXcbWindow::updateDoesNotAcceptFocus | | Prototype: | void QXcbWindow::updateDoesNotAcceptFocus(bool doesNotAcceptFocus) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1505-1516 |
| | 6 | 2 |
visualIdStatic| Name: | QXcbWindow::visualIdStatic | | Prototype: | uint QXcbWindow::visualIdStatic(QWindow *window) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1755-1760 |
| | 3 | 2 |
handleButtonReleaseEvent| Name: | QXcbWindow::handleButtonReleaseEvent | | Prototype: | void QXcbWindow::handleButtonReleaseEvent(int event_x, int event_y, int root_x, int root_y, int detail, Qt::KeyboardModifiers modifiers, xcb_timestamp_t timestamp, Qt::MouseEventSource source) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2269-2284 |
| | 7 | 3 |
handleExposeEvent| Name: | QXcbWindow::handleExposeEvent | | Prototype: | void QXcbWindow::handleExposeEvent(const xcb_expose_event_t *event) | | Coverage: | 70.000% (7/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2024-2040 |
| | 8 | 3 |
handleLeaveNotifyEvent| Name: | QXcbWindow::handleLeaveNotifyEvent | | Prototype: | void QXcbWindow::handleLeaveNotifyEvent(int root_x, int root_y, quint8 mode, quint8 detail, xcb_timestamp_t timestamp) | | Coverage: | 75.000% (9/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2358-2379 |
| | 12 | 3 |
handleMapNotifyEvent| Name: | QXcbWindow::handleMapNotifyEvent | | Prototype: | void QXcbWindow::handleMapNotifyEvent(const xcb_map_notify_event_t *event) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2203-2214 |
| | 7 | 3 |
handleMotionNotifyEvent| Name: | QXcbWindow::handleMotionNotifyEvent | | Prototype: | void QXcbWindow::handleMotionNotifyEvent(int event_x, int event_y, int root_x, int root_y, Qt::KeyboardModifiers modifiers, xcb_timestamp_t timestamp, Qt::MouseEventSource source) | | Coverage: | 27.273% (3/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2381-2397 |
| | 9 | 3 |
mapFromGlobal| Name: | QXcbWindow::mapFromGlobal | | Prototype: | QPoint QXcbWindow::mapFromGlobal(const QPoint &pos) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2183-2201 |
| | 13 | 3 |
mapToGlobal| Name: | QXcbWindow::mapToGlobal | | Prototype: | QPoint QXcbWindow::mapToGlobal(const QPoint &pos) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2163-2181 |
| | 13 | 3 |
setCursor| Name: | QXcbWindow::setCursor | | Prototype: | void QXcbWindow::setCursor(xcb_cursor_t cursor, bool isBitmapCursor) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2673-2689 |
| | 8 | 3 |
setKeyboardGrabEnabled| Name: | QXcbWindow::setKeyboardGrabEnabled | | Prototype: | bool QXcbWindow::setKeyboardGrabEnabled(bool grab) | | Coverage: | 76.923% (10/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2621-2637 |
| | 12 | 3 |
setTransparentForMouseEvents| Name: | QXcbWindow::setTransparentForMouseEvents | | Prototype: | void QXcbWindow::setTransparentForMouseEvents(bool transparent) | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1478-1503 |
| | 17 | 3 |
startSystemResize| Name: | QXcbWindow::startSystemResize | | Prototype: | bool QXcbWindow::startSystemResize(const QPoint &pos, Qt::Corner corner) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2720-2747 |
| | 24 | 3 |
updateSyncRequestCounter| Name: | QXcbWindow::updateSyncRequestCounter | | Prototype: | void QXcbWindow::updateSyncRequestCounter() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2605-2619 |
| | 8 | 3 |
requestActivateWindow| Name: | QXcbWindow::requestActivateWindow | | Prototype: | void QXcbWindow::requestActivateWindow() | | Coverage: | 82.609% (19/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1685-1726 |
| | 27 | 4 |
setGeometry| Name: | QXcbWindow::setGeometry | | Prototype: | void QXcbWindow::setGeometry(const QRect &rect) | | Coverage: | 66.667% (10/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 665-701 |
| | 25 | 4 |
setMask| Name: | QXcbWindow::setMask | | Prototype: | void QXcbWindow::setMask(const QRegion ®ion) | | Coverage: | 75.000% (6/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2850-2867 |
| | 13 | 4 |
setWindowFlags| Name: | QXcbWindow::setWindowFlags | | Prototype: | void QXcbWindow::setWindowFlags(Qt::WindowFlags flags) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1163-1193 |
| | 21 | 4 |
windowToWmGeometry| Name: | QXcbWindow::windowToWmGeometry | | Prototype: | QRect QXcbWindow::windowToWmGeometry(QRect r) const | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1631-1644 |
| | 8 | 4 |
handleConfigureNotifyEvent| Name: | QXcbWindow::handleConfigureNotifyEvent | | Prototype: | void QXcbWindow::handleConfigureNotifyEvent(const xcb_configure_notify_event_t *event) | | Coverage: | 68.421% (13/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2108-2148 |
| | 20 | 5 |
updateNetWmUserTime| Name: | QXcbWindow::updateNetWmUserTime | | Prototype: | void QXcbWindow::updateNetWmUserTime(xcb_timestamp_t timestamp) | | Coverage: | 80.000% (12/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1426-1476 |
| | 30 | 5 |
~QXcbWindow| Name: | QXcbWindow::~QXcbWindow | | Prototype: | QXcbWindow::~QXcbWindow() | | Coverage: | 23.077% (3/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 622-635 |
| | 8 | 5 |
handleXIEnterLeave| Name: | QXcbWindow::handleXIEnterLeave | | Prototype: | void QXcbWindow::handleXIEnterLeave(xcb_ge_event_t *event) | | Coverage: | 80.000% (16/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2479-2508 |
| | 17 | 6 |
propagateSizeHints| Name: | QXcbWindow::propagateSizeHints | | Prototype: | void QXcbWindow::propagateSizeHints() | | Coverage: | 75.000% (18/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1646-1683 |
| | 25 | 6 |
setWindowIcon| Name: | QXcbWindow::setWindowIcon | | Prototype: | void QXcbWindow::setWindowIcon(const QIcon &icon) | | Coverage: | 81.250% (13/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1573-1613 |
| | 30 | 6 |
updateNetWmStateBeforeMap| Name: | QXcbWindow::updateNetWmStateBeforeMap | | Prototype: | void QXcbWindow::updateNetWmStateBeforeMap() | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1400-1424 |
| | 15 | 6 |
destroy| Name: | QXcbWindow::destroy | | Prototype: | void QXcbWindow::destroy() | | Coverage: | 76.190% (16/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 637-663 |
| | 18 | 7 |
handleButtonPressEvent| Name: | QXcbWindow::handleButtonPressEvent | | Prototype: | void QXcbWindow::handleButtonPressEvent(int event_x, int event_y, int root_x, int root_y, int detail, Qt::KeyboardModifiers modifiers, xcb_timestamp_t timestamp, Qt::MouseEventSource source) | | Coverage: | 0.000% (0/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2224-2267 |
| | 26 | 7 |
setMouseGrabEnabled| Name: | QXcbWindow::setMouseGrabEnabled | | Prototype: | bool QXcbWindow::setMouseGrabEnabled(bool grab) | | Coverage: | 35.484% (11/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2639-2671 |
| | 25 | 7 |
windowEvent| Name: | QXcbWindow::windowEvent | | Prototype: | void QXcbWindow::windowEvent(QEvent *event) | | Coverage: | 42.857% (6/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2691-2718 |
| | 15 | 7 |
frameMargins| Name: | QXcbWindow::frameMargins | | Prototype: | QMargins QXcbWindow::frameMargins() const | | Coverage: | 73.529% (25/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 703-793 |
| | 51 | 9 |
hide| Name: | QXcbWindow::hide | | Prototype: | void QXcbWindow::hide() | | Coverage: | 60.714% (17/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 877-933 |
| | 32 | 10 |
netWmStates| Name: | QXcbWindow::netWmStates | | Prototype: | QXcbWindow::NetWmStates QXcbWindow::netWmStates() | | Coverage: | 87.879% (29/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1077-1115 |
| | 27 | 10 |
handleXEmbedMessage| Name: | QXcbWindow::handleXEmbedMessage | | Prototype: | void QXcbWindow::handleXEmbedMessage(const xcb_client_message_event_t *event) | | Coverage: | 13.636% (3/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2780-2821 |
| | 24 | 11 |
setMotifWindowFlags| Name: | QXcbWindow::setMotifWindowFlags | | Prototype: | void QXcbWindow::setMotifWindowFlags(Qt::WindowFlags flags) | | Coverage: | 79.070% (34/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1195-1263 |
| | 44 | 11 |
setNetWmStates| Name: | QXcbWindow::setNetWmStates | | Prototype: | void QXcbWindow::setNetWmStates(NetWmStates states) | | Coverage: | 73.684% (28/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1117-1161 |
| | 33 | 11 |
setWindowState| Name: | QXcbWindow::setWindowState | | Prototype: | void QXcbWindow::setWindowState(Qt::WindowState state) | | Coverage: | 90.909% (20/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1283-1342 |
| | 36 | 11 |
updateMotifWmHintsBeforeMap| Name: | QXcbWindow::updateMotifWmHintsBeforeMap | | Prototype: | void QXcbWindow::updateMotifWmHintsBeforeMap() | | Coverage: | 89.655% (26/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1344-1398 |
| | 32 | 11 |
show| Name: | QXcbWindow::show | | Prototype: | void QXcbWindow::show() | | Coverage: | 94.872% (37/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 810-875 |
| | 38 | 12 |
handlePropertyNotifyEvent| Name: | QXcbWindow::handlePropertyNotifyEvent | | Prototype: | void QXcbWindow::handlePropertyNotifyEvent(const xcb_property_notify_event_t *event) | | Coverage: | 86.275% (44/51) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2530-2584 |
| | 37 | 14 |
handleXIMouseEvent| Name: | QXcbWindow::handleXIMouseEvent | | Prototype: | void QXcbWindow::handleXIMouseEvent(xcb_ge_event_t *event, Qt::MouseEventSource source) | | Coverage: | 28.125% (9/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2427-2476 |
| | 35 | 14 |
handleClientMessageEvent| Name: | QXcbWindow::handleClientMessageEvent | | Prototype: | void QXcbWindow::handleClientMessageEvent(const xcb_client_message_event_t *event) | | Coverage: | 42.188% (27/64) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2042-2106 |
| | 47 | 18 |
wmWindowTypes| Name: | QXcbWindow::wmWindowTypes | | Prototype: | QXcbWindowFunctions::WmWindowTypes QXcbWindow::wmWindowTypes() const | | Coverage: | 0.000% (0/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1762-1831 |
| | 45 | 19 |
setWmWindowType| Name: | QXcbWindow::setWmWindowType | | Prototype: | void QXcbWindow::setWmWindowType(QXcbWindowFunctions::WmWindowTypes types, Qt::WindowFlags flags) | | Coverage: | 62.651% (52/83) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1833-1918 |
| | 57 | 30 |
create| Name: | QXcbWindow::create | | Prototype: | void QXcbWindow::create() | | Coverage: | 52.174% (60/115) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 331-620 |
| | 189 | 34 |