Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QWindowSystemInterface::handleTouchEventName: | QWindowSystemInterface::handleTouchEvent | Prototype: | void QWindowSystemInterface::handleTouchEvent(QWindow *tlw, ulong timestamp, QTouchDevice *device, const QList<TouchPoint> &points, Qt::KeyboardModifiers mods) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 530-545 |
| | 9 | 3 |
QWindowSystemInterface::handleTouchCancelEventName: | QWindowSystemInterface::handleTouchCancelEvent | Prototype: | void QWindowSystemInterface::handleTouchCancelEvent(QWindow *w, QTouchDevice *device, Qt::KeyboardModifiers mods) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 547-552 |
| | 2 | 1 |
QWindowSystemInterface::handleTouchCancelEventName: | QWindowSystemInterface::handleTouchCancelEvent | Prototype: | void QWindowSystemInterface::handleTouchCancelEvent(QWindow *w, ulong timestamp, QTouchDevice *device, Qt::KeyboardModifiers mods) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 554-561 |
| | 4 | 1 |
QWindowSystemInterface::handleThemeChangeName: | QWindowSystemInterface::handleThemeChange | Prototype: | void QWindowSystemInterface::handleThemeChange(QWindow *tlw) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 591-595 |
| | 2 | 1 |
QWindowSystemInterface::handleTabletLeaveProximityEventName: | QWindowSystemInterface::handleTabletLeaveProximityEvent | Prototype: | void QWindowSystemInterface::handleTabletLeaveProximityEvent(ulong timestamp, int device, int pointerType, qint64 uid) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 787-792 |
| | 3 | 1 |
QWindowSystemInterface::handleTabletLeaveProximityEventName: | QWindowSystemInterface::handleTabletLeaveProximityEvent | Prototype: | void QWindowSystemInterface::handleTabletLeaveProximityEvent(int device, int pointerType, qint64 uid) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 794-798 |
| | 2 | 1 |
QWindowSystemInterface::handleTabletEventName: | QWindowSystemInterface::handleTabletEvent | Prototype: | void QWindowSystemInterface::handleTabletEvent(QWindow *w, ulong timestamp, const QPointF &local, const QPointF &global, int device, int pointerType, Qt::MouseButtons buttons, qreal pressure, int xTilt, int yTilt, qreal tangentialPressure, qreal rotation, int z, qint64 uid, Qt::KeyboardModifiers modifiers) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 732-744 |
| | 7 | 1 |
QWindowSystemInterface::handleTabletEventName: | QWindowSystemInterface::handleTabletEvent | Prototype: | void QWindowSystemInterface::handleTabletEvent(QWindow *w, const QPointF &local, const QPointF &global, int device, int pointerType, Qt::MouseButtons buttons, qreal pressure, int xTilt, int yTilt, qreal tangentialPressure, qreal rotation, int z, qint64 uid, Qt::KeyboardModifiers modifiers) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 746-754 |
| | 3 | 1 |
QWindowSystemInterface::handleTabletEventName: | QWindowSystemInterface::handleTabletEvent | Prototype: | void QWindowSystemInterface::handleTabletEvent(QWindow *w, ulong timestamp, bool down, const QPointF &local, const QPointF &global, int device, int pointerType, qreal pressure, int xTilt, int yTilt, qreal tangentialPressure, qreal rotation, int z, qint64 uid, Qt::KeyboardModifiers modifiers) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 756-763 |
| | 2 | 1 |
QWindowSystemInterface::handleTabletEventName: | QWindowSystemInterface::handleTabletEvent | Prototype: | void QWindowSystemInterface::handleTabletEvent(QWindow *w, bool down, const QPointF &local, const QPointF &global, int device, int pointerType, qreal pressure, int xTilt, int yTilt, qreal tangentialPressure, qreal rotation, int z, qint64 uid, Qt::KeyboardModifiers modifiers) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 765-772 |
| | 2 | 1 |
QWindowSystemInterface::handleTabletEnterProximityEventName: | QWindowSystemInterface::handleTabletEnterProximityEvent | Prototype: | void QWindowSystemInterface::handleTabletEnterProximityEvent(ulong timestamp, int device, int pointerType, qint64 uid) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 774-779 |
| | 3 | 1 |
QWindowSystemInterface::handleTabletEnterProximityEventName: | QWindowSystemInterface::handleTabletEnterProximityEvent | Prototype: | void QWindowSystemInterface::handleTabletEnterProximityEvent(int device, int pointerType, qint64 uid) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 781-785 |
| | 2 | 1 |
QWindowSystemInterface::handleShortcutEventName: | QWindowSystemInterface::handleShortcutEvent | Prototype: | bool QWindowSystemInterface::handleShortcutEvent(QWindow *window, ulong timestamp, int keyCode, Qt::KeyboardModifiers modifiers, quint32 nativeScanCode, quint32 nativeVirtualKey, quint32 nativeModifiers, const QString &text, bool autorepeat, ushort count) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 202-249 |
| | 13 | 4 |
QWindowSystemInterface::handleScreenRefreshRateChangeName: | QWindowSystemInterface::handleScreenRefreshRateChange | Prototype: | void QWindowSystemInterface::handleScreenRefreshRateChange(QScreen *screen, qreal newRefreshRate) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 584-589 |
| | 3 | 1 |
QWindowSystemInterface::handleScreenOrientationChangeName: | QWindowSystemInterface::handleScreenOrientationChange | Prototype: | void QWindowSystemInterface::handleScreenOrientationChange(QScreen *screen, Qt::ScreenOrientation orientation) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 563-568 |
| | 3 | 1 |
QWindowSystemInterface::handleScreenLogicalDotsPerInchChangeName: | QWindowSystemInterface::handleScreenLogicalDotsPerInchChange | Prototype: | void QWindowSystemInterface::handleScreenLogicalDotsPerInchChange(QScreen *screen, qreal dpiX, qreal dpiY) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 577-582 |
| | 3 | 1 |
QWindowSystemInterface::handleScreenGeometryChangeName: | QWindowSystemInterface::handleScreenGeometryChange | Prototype: | void QWindowSystemInterface::handleScreenGeometryChange(QScreen *screen, const QRect &geometry, const QRect &availableGeometry) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 570-575 |
| | 3 | 1 |
QWindowSystemInterface::handlePlatformPanelEventName: | QWindowSystemInterface::handlePlatformPanelEvent | Prototype: | void QWindowSystemInterface::handlePlatformPanelEvent(QWindow *w) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 829-834 |
| | 3 | 1 |
QWindowSystemInterface::handleNativeEventName: | QWindowSystemInterface::handleNativeEvent | Prototype: | bool QWindowSystemInterface::handleNativeEvent(QWindow *window, const QByteArray &eventType, void *message, long *result) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 715-718 |
| | 1 | 1 |
QWindowSystemInterface::handleMouseEventName: | QWindowSystemInterface::handleMouseEvent | Prototype: | void QWindowSystemInterface::handleMouseEvent(QWindow *w, const QPointF & local, const QPointF & global, Qt::MouseButtons b, Qt::KeyboardModifiers mods, Qt::MouseEventSource source) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 170-175 |
| | 2 | 1 |
QWindowSystemInterface::handleMouseEventName: | QWindowSystemInterface::handleMouseEvent | Prototype: | void QWindowSystemInterface::handleMouseEvent(QWindow *w, ulong timestamp, const QPointF & local, const QPointF & global, Qt::MouseButtons b, Qt::KeyboardModifiers mods, Qt::MouseEventSource source) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 177-183 |
| | 3 | 1 |
QWindowSystemInterface::handleLeaveEventName: | QWindowSystemInterface::handleLeaveEvent | Prototype: | void QWindowSystemInterface::handleLeaveEvent(QWindow *tlw) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 92-96 |
| | 2 | 1 |
QWindowSystemInterface::handleKeyEventName: | QWindowSystemInterface::handleKeyEvent | Prototype: | bool QWindowSystemInterface::handleKeyEvent(QWindow *w, QEvent::Type t, int k, Qt::KeyboardModifiers mods, const QString & text, bool autorep, ushort count) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 252-255 |
| | 2 | 1 |
QWindowSystemInterface::handleKeyEventName: | QWindowSystemInterface::handleKeyEvent | Prototype: | bool QWindowSystemInterface::handleKeyEvent(QWindow *tlw, ulong timestamp, QEvent::Type t, int k, Qt::KeyboardModifiers mods, const QString & text, bool autorep, ushort count) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 257-267 |
| | 3 | 1 |
QWindowSystemInterface::handleGestureEventWithSequenceIdAndValueName: | QWindowSystemInterface::handleGestureEventWithSequenceIdAndValue | Prototype: | void QWindowSystemInterface::handleGestureEventWithSequenceIdAndValue(QWindow *window, ulong timestamp, Qt::NativeGestureType type, ulong sequenceId, quint64 value, QPointF &local, QPointF &global) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 818-826 |
| | 5 | 1 |
QWindowSystemInterface::handleGestureEventWithRealValueName: | QWindowSystemInterface::handleGestureEventWithRealValue | Prototype: | void QWindowSystemInterface::handleGestureEventWithRealValue(QWindow *window, ulong timestamp, Qt::NativeGestureType type, qreal value, QPointF &local, QPointF &global) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 809-816 |
| | 4 | 1 |
QWindowSystemInterface::handleGestureEventName: | QWindowSystemInterface::handleGestureEvent | Prototype: | void QWindowSystemInterface::handleGestureEvent(QWindow *window, ulong timestamp, Qt::NativeGestureType type, QPointF &local, QPointF &global) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 801-807 |
| | 3 | 1 |
QWindowSystemInterface::handleGeometryChangeName: | QWindowSystemInterface::handleGeometryChange | Prototype: | void QWindowSystemInterface::handleGeometryChange(QWindow *tlw, const QRect &newRect, const QRect &oldRect) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 150-154 |
| | 2 | 1 |
QWindowSystemInterface::handleFrameStrutMouseEventName: | QWindowSystemInterface::handleFrameStrutMouseEvent | Prototype: | void QWindowSystemInterface::handleFrameStrutMouseEvent(QWindow *w, const QPointF & local, const QPointF & global, Qt::MouseButtons b, Qt::KeyboardModifiers mods, Qt::MouseEventSource source) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 185-190 |
| | 2 | 1 |
QWindowSystemInterface::handleFrameStrutMouseEventName: | QWindowSystemInterface::handleFrameStrutMouseEvent | Prototype: | void QWindowSystemInterface::handleFrameStrutMouseEvent(QWindow *w, ulong timestamp, const QPointF & local, const QPointF & global, Qt::MouseButtons b, Qt::KeyboardModifiers mods, Qt::MouseEventSource source) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 192-200 |
| | 5 | 1 |
QWindowSystemInterface::handleFileOpenEventName: | QWindowSystemInterface::handleFileOpenEvent | Prototype: | void QWindowSystemInterface::handleFileOpenEvent(const QString& fileName) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 720-724 |
| | 2 | 1 |
QWindowSystemInterface::handleFileOpenEventName: | QWindowSystemInterface::handleFileOpenEvent | Prototype: | void QWindowSystemInterface::handleFileOpenEvent(const QUrl &url) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 726-730 |
| | 2 | 1 |
QWindowSystemInterface::handleExtendedKeyEventName: | QWindowSystemInterface::handleExtendedKeyEvent | Prototype: | bool QWindowSystemInterface::handleExtendedKeyEvent(QWindow *w, QEvent::Type type, int key, Qt::KeyboardModifiers modifiers, quint32 nativeScanCode, quint32 nativeVirtualKey, quint32 nativeModifiers, const QString& text, bool autorep, ushort count, bool tryShortcutOverride) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 269-278 |
| | 3 | 1 |
QWindowSystemInterface::handleExtendedKeyEventName: | QWindowSystemInterface::handleExtendedKeyEvent | Prototype: | bool QWindowSystemInterface::handleExtendedKeyEvent(QWindow *tlw, ulong timestamp, QEvent::Type type, int key, Qt::KeyboardModifiers modifiers, quint32 nativeScanCode, quint32 nativeVirtualKey, quint32 nativeModifiers, const QString& text, bool autorep, ushort count, bool tryShortcutOverride) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 280-300 |
| | 5 | 1 |
QWindowSystemInterface::handleExposeEventName: | QWindowSystemInterface::handleExposeEvent | Prototype: | void QWindowSystemInterface::handleExposeEvent(QWindow *tlw, const QRegion ®ion) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 597-602 |
| | 3 | 1 |
QWindowSystemInterface::handleEnterWhatsThisEventName: | QWindowSystemInterface::handleEnterWhatsThisEvent | Prototype: | void QWindowSystemInterface::handleEnterWhatsThisEvent() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 849-854 |
| | 3 | 1 |
QWindowSystemInterface::handleEnterLeaveEventName: | QWindowSystemInterface::handleEnterLeaveEvent | Prototype: | void QWindowSystemInterface::handleEnterLeaveEvent(QWindow *enter, QWindow *leave, const QPointF &local, const QPointF& global) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 105-116 |
| | 8 | 3 |
QWindowSystemInterface::handleEnterEventName: | QWindowSystemInterface::handleEnterEvent | Prototype: | void QWindowSystemInterface::handleEnterEvent(QWindow *tlw, const QPointF &local, const QPointF &global) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 84-90 |
| | 3 | 2 |
QWindowSystemInterface::handleDropName: | QWindowSystemInterface::handleDrop | Prototype: | QPlatformDropQtResponse QWindowSystemInterface::handleDrop(QWindow *w, const QMimeData *dropData, const QPoint &p, Qt::DropActions supportedActions) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 702-705 |
| | 1 | 1 |
QWindowSystemInterface::handleDragName: | QWindowSystemInterface::handleDrag | Prototype: | QPlatformDragQtResponse QWindowSystemInterface::handleDrag(QWindow *w, const QMimeData *dropData, const QPoint &p, Qt::DropActions supportedActions) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 697-700 |
| | 1 | 1 |
QWindowSystemInterface::handleContextMenuEventName: | QWindowSystemInterface::handleContextMenuEvent | Prototype: | void QWindowSystemInterface::handleContextMenuEvent(QWindow *w, bool mouseTriggered, const QPoint &pos, const QPoint &globalPos, Qt::KeyboardModifiers modifiers) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 837-845 |
| | 4 | 1 |
QWindowSystemInterface::handleCloseEventName: | QWindowSystemInterface::handleCloseEvent | Prototype: | void QWindowSystemInterface::handleCloseEvent(QWindow *tlw, bool *accepted) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 156-163 |
| | 4 | 2 |
QWindowSystemInterface::handleApplicationStateChangedName: | QWindowSystemInterface::handleApplicationStateChanged | Prototype: | void QWindowSystemInterface::handleApplicationStateChanged(Qt::ApplicationState newState, bool forcePropagate) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 139-145 |
| | 4 | 1 |
QWindowSystemInterface::flushWindowSystemEventsName: | QWindowSystemInterface::flushWindowSystemEvents | Prototype: | bool QWindowSystemInterface::flushWindowSystemEvents(QEventLoop::ProcessEventsFlags flags) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 617-640 |
| | 16 | 4 |
QWindowSystemInterface::deferredFlushWindowSystemEventsName: | QWindowSystemInterface::deferredFlushWindowSystemEvents | Prototype: | void QWindowSystemInterface::deferredFlushWindowSystemEvents(QEventLoop::ProcessEventsFlags flags) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 604-611 |
| | 4 | 1 |
QWindowSystemEventHandler::~QWindowSystemEventHandlerName: | QWindowSystemEventHandler::~QWindowSystemEventHandler | Prototype: | QWindowSystemEventHandler::~QWindowSystemEventHandler() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 936-939 |
| | 1 | 1 |
QWindowSystemEventHandler::sendEventName: | QWindowSystemEventHandler::sendEvent | Prototype: | bool QWindowSystemEventHandler::sendEvent(QWindowSystemInterfacePrivate::WindowSystemEvent *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 941-945 |
| | 2 | 1 |
QWindowStateChangeEvent::isOverrideName: | QWindowStateChangeEvent::isOverride | Prototype: | bool QWindowStateChangeEvent::isOverride() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4149-4152 |
| | 1 | 1 |
QWindowStateChangeEvent::QWindowStateChangeEventName: | QWindowStateChangeEvent::QWindowStateChangeEvent | Prototype: | QWindowStateChangeEvent::QWindowStateChangeEvent(Qt::WindowStates s, bool isOverride) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4142-4145 |
| | 2 | 1 |
QWindowPrivate::windowRecreationRequiredName: | QWindowPrivate::windowRecreationRequired | Prototype: | inline bool QWindowPrivate::windowRecreationRequired(QScreen *newScreen) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 346-352 |
| | 4 | 1 |
QWindowPrivate::updateVisibilityName: | QWindowPrivate::updateVisibility | Prototype: | void QWindowPrivate::updateVisibility() | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 314-344 |
| | 17 | 8 |
QWindowPrivate::topLevelWindowName: | QWindowPrivate::topLevelWindow | Prototype: | QWindow *QWindowPrivate::topLevelWindow() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 2409-2427 |
| | 10 | 4 |
QWindowPrivate::setTopLevelScreenName: | QWindowPrivate::setTopLevelScreen | Prototype: | void QWindowPrivate::setTopLevelScreen(QScreen *newScreen, bool recreate) | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 376-395 |
| | 15 | 6 |
QWindowPrivate::setCursorName: | QWindowPrivate::setCursor | Prototype: | void QWindowPrivate::setCursor(const QCursor *newCursor) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 2543-2566 |
| | 16 | 5 |
QWindowPrivate::screenForGeometryName: | QWindowPrivate::screenForGeometry | Prototype: | QScreen *QWindowPrivate::screenForGeometry(const QRect &newGeometry) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 1507-1523 |
| | 12 | 5 |
QWindowPrivate::maybeQuitOnLastWindowClosedName: | QWindowPrivate::maybeQuitOnLastWindowClosed | Prototype: | void QWindowPrivate::maybeQuitOnLastWindowClosed() | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 2383-2407 |
| | 17 | 6 |
QWindowPrivate::initName: | QWindowPrivate::init | Prototype: | void QWindowPrivate::init() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 217-230 |
| | 6 | 2 |
QWindowPrivate::emitScreenChangedRecursionName: | QWindowPrivate::emitScreenChangedRecursion | Prototype: | void QWindowPrivate::emitScreenChangedRecursion(QScreen *newScreen) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 366-374 |
| | 5 | 3 |
QWindowPrivate::disconnectFromScreenName: | QWindowPrivate::disconnectFromScreen | Prototype: | inline void QWindowPrivate::disconnectFromScreen() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 354-358 |
| | 2 | 2 |
QWindowPrivate::deliverUpdateRequestName: | QWindowPrivate::deliverUpdateRequest | Prototype: | void QWindowPrivate::deliverUpdateRequest() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 2166-2172 |
| | 4 | 1 |
QWindowPrivate::createName: | QWindowPrivate::create | Prototype: | void QWindowPrivate::create(bool recursive) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 397-436 |
| | 24 | 9 |
QWindowPrivate::connectToScreenName: | QWindowPrivate::connectToScreen | Prototype: | void QWindowPrivate::connectToScreen(QScreen *screen) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 360-364 |
| | 2 | 1 |
QWindowPrivate::closestAcceptableGeometryName: | QWindowPrivate::closestAcceptableGeometry | Prototype: | QRectF QWindowPrivate::closestAcceptableGeometry(const QRectF &rect) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 445-449 |
| | 2 | 1 |
QWindowPrivate::applyCursorName: | QWindowPrivate::applyCursor | Prototype: | void QWindowPrivate::applyCursor() | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 2568-2579 |
| | 7 | 4 |
QWindowPrivate::_q_clearAlertName: | QWindowPrivate::_q_clearAlert | Prototype: | void QWindowPrivate::_q_clearAlert() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 2490-2494 |
| | 2 | 2 |
QWindowGeometrySpecification::fromArgumentName: | QWindowGeometrySpecification::fromArgument | Prototype: | QWindowGeometrySpecification QWindowGeometrySpecification::fromArgument(const QByteArray &a) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 292-319 |
| | 18 | 9 |
QWindowGeometrySpecification::applyToName: | QWindowGeometrySpecification::applyTo | Prototype: | void QWindowGeometrySpecification::applyTo(QWindow *window) const | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 321-349 |
| | 22 | 7 |
QWindowContainerPrivate::updateUsesNativeWidgetsName: | QWindowContainerPrivate::updateUsesNativeWidgets | Prototype: | void updateUsesNativeWidgets() | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwindowcontainer.cpp | Lines: | 88-111 |
| | 15 | 5 |
QWindowContainerPrivate::updateGeometryName: | QWindowContainerPrivate::updateGeometry | Prototype: | void updateGeometry() | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwindowcontainer.cpp | Lines: | 73-86 |
| | 6 | 3 |
QWindowContainerPrivate::markParentChainName: | QWindowContainerPrivate::markParentChain | Prototype: | void markParentChain() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwindowcontainer.cpp | Lines: | 113-122 |
| | 7 | 2 |
QWindowContainerPrivate::isStillAnOrphanName: | QWindowContainerPrivate::isStillAnOrphan | Prototype: | bool isStillAnOrphan() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwindowcontainer.cpp | Lines: | 124-126 |
| | 1 | 1 |
QWindowContainerPrivate::getName: | QWindowContainerPrivate::get | Prototype: | static QWindowContainerPrivate *get(QWidget *w) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwindowcontainer.cpp | Lines: | 66-71 |
| | 4 | 2 |
QWindowContainerPrivate::QWindowContainerPrivateName: | QWindowContainerPrivate::QWindowContainerPrivate | Prototype: | QWindowContainerPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwindowcontainer.cpp | Lines: | 57-62 |
| | 2 | 1 |
QWindowContainer::~QWindowContainerName: | QWindowContainer::~QWindowContainer | Prototype: | QWindowContainer::~QWindowContainer() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwindowcontainer.cpp | Lines: | 238-242 |
| | 2 | 1 |
QWindowContainer::toplevelAboutToBeDestroyedName: | QWindowContainer::toplevelAboutToBeDestroyed | Prototype: | void QWindowContainer::toplevelAboutToBeDestroyed(QWidget *parent) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwindowcontainer.cpp | Lines: | 350-356 |
| | 3 | 2 |
QWindowContainer::parentWasRaisedName: | QWindowContainer::parentWasRaised | Prototype: | void QWindowContainer::parentWasRaised(QWidget *parent) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwindowcontainer.cpp | Lines: | 387-394 |
| | 4 | 3 |
QWindowContainer::parentWasMovedName: | QWindowContainer::parentWasMoved | Prototype: | void QWindowContainer::parentWasMoved(QWidget *parent) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwindowcontainer.cpp | Lines: | 378-385 |
| | 4 | 3 |
QWindowContainer::parentWasLoweredName: | QWindowContainer::parentWasLowered | Prototype: | void QWindowContainer::parentWasLowered(QWidget *parent) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwindowcontainer.cpp | Lines: | 396-403 |
| | 4 | 3 |
QWindowContainer::parentWasChangedName: | QWindowContainer::parentWasChanged | Prototype: | void QWindowContainer::parentWasChanged(QWidget *parent) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwindowcontainer.cpp | Lines: | 358-376 |
| | 13 | 4 |
QWindowContainer::focusWindowChangedName: | QWindowContainer::focusWindowChanged | Prototype: | void QWindowContainer::focusWindowChanged(QWindow *focusWindow) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwindowcontainer.cpp | Lines: | 250-259 |
| | 6 | 3 |
QWindowContainer::eventName: | QWindowContainer::event | Prototype: | bool QWindowContainer::event(QEvent *e) | Coverage: | 0.000% (0/44) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwindowcontainer.cpp | Lines: | 265-334 |
| | 40 | 20 |
QWindowContainer::containedWindowName: | QWindowContainer::containedWindow | Prototype: | QWindow *QWindowContainer::containedWindow() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwindowcontainer.cpp | Lines: | 228-232 |
| | 2 | 1 |
QWindowContainer::QWindowContainerName: | QWindowContainer::QWindowContainer | Prototype: | QWindowContainer::QWindowContainer(QWindow *embeddedWindow, QWidget *parent, Qt::WindowFlags flags) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwindowcontainer.cpp | Lines: | 205-226 |
| | 12 | 3 |
QWindow::~QWindowName: | QWindow::~QWindow | Prototype: | QWindow::~QWindow() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 209-215 |
| | 4 | 2 |
QWindow::windowStateName: | QWindow::windowState | Prototype: | Qt::WindowState QWindow::windowState() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 1167-1171 |
| | 2 | 1 |
QWindow::winIdName: | QWindow::winId | Prototype: | WId QWindow::winId() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 595-606 |
| | 6 | 3 |
QWindow::wheelEventName: | QWindow::wheelEvent | Prototype: | void QWindow::wheelEvent(QWheelEvent *ev) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 2294-2297 |
| | 1 | 1 |
QWindow::visibilityName: | QWindow::visibility | Prototype: | QWindow::Visibility QWindow::visibility() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 281-285 |
| | 2 | 1 |
QWindow::unsetCursorName: | QWindow::unsetCursor | Prototype: | void QWindow::unsetCursor() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 2526-2530 |
| | 2 | 1 |
QWindow::typeName: | QWindow::type | Prototype: | Qt::WindowType QWindow::type() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 823-827 |
| | 2 | 1 |
QWindow::transientParentName: | QWindow::transientParent | Prototype: | QWindow *QWindow::transientParent() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 1211-1215 |
| | 2 | 1 |
QWindow::touchEventName: | QWindow::touchEvent | Prototype: | void QWindow::touchEvent(QTouchEvent *ev) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 2303-2306 |
| | 1 | 1 |
QWindow::titleName: | QWindow::title | Prototype: | QString QWindow::title() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 854-858 |
| | 2 | 1 |
QWindow::tabletEventName: | QWindow::tabletEvent | Prototype: | void QWindow::tabletEvent(QTabletEvent *ev) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 2315-2318 |
| | 1 | 1 |
QWindow::surfaceTypeName: | QWindow::surfaceType | Prototype: | QWindow::SurfaceType QWindow::surfaceType() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 475-479 |
| | 2 | 1 |
QWindow::surfaceHandleName: | QWindow::surfaceHandle | Prototype: | QPlatformSurface *QWindow::surfaceHandle() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 1731-1735 |
| | 2 | 1 |
QWindow::sizeIncrementName: | QWindow::sizeIncrement | Prototype: | QSize QWindow::sizeIncrement() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 1278-1282 |
| | 2 | 1 |
QWindow::showNormalName: | QWindow::showNormal | Prototype: | void QWindow::showNormal() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 1926-1930 |
| | 2 | 1 |
QWindow::showMinimizedName: | QWindow::showMinimized | Prototype: | void QWindow::showMinimized() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 1880-1884 |
| | 2 | 1 |
QWindow::showMaximizedName: | QWindow::showMaximized | Prototype: | void QWindow::showMaximized() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 1894-1898 |
| | 2 | 1 |