Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
processTouchEventName: | QGuiApplicationPrivate::processTouchEvent | Prototype: | void QGuiApplicationPrivate::processTouchEvent(QWindowSystemInterfacePrivate::TouchEvent *e) | Coverage: | 0.000% (0/129) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2353-2609 |
| | 173 | 42 |
processMouseEventName: | QGuiApplicationPrivate::processMouseEvent | Prototype: | void QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent *e) | Coverage: | 0.000% (0/114) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 1776-1933 |
| | 105 | 27 |
initName: | QGuiApplicationPrivate::init | Prototype: | void QGuiApplicationPrivate::init() | Coverage: | 0.000% (0/85) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 1275-1436 |
| | 80 | 26 |
processWindowSystemEventName: | QGuiApplicationPrivate::processWindowSystemEvent | Prototype: | void QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent *e) | Coverage: | 0.000% (0/57) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 1666-1774 |
| | 72 | 30 |
processActivatedEventName: | QGuiApplicationPrivate::processActivatedEvent | Prototype: | void QGuiApplicationPrivate::processActivatedEvent(QWindowSystemInterfacePrivate::ActivatedWindowEvent *e) | Coverage: | 0.000% (0/61) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2051-2113 |
| | 46 | 17 |
createPlatformIntegrationName: | QGuiApplicationPrivate::createPlatformIntegration | Prototype: | void QGuiApplicationPrivate::createPlatformIntegration() | Coverage: | 0.000% (0/74) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 1167-1241 |
| | 46 | 20 |
isWindowBlockedName: | QGuiApplicationPrivate::isWindowBlocked | Prototype: | bool QGuiApplicationPrivate::isWindowBlocked(QWindow *window, QWindow **blockingWindow) const | Coverage: | 0.000% (0/42) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 758-826 |
| | 43 | 16 |
processTabletEventName: | QGuiApplicationPrivate::processTabletEvent | Prototype: | void QGuiApplicationPrivate::processTabletEvent(QWindowSystemInterfacePrivate::TabletEvent *e) | Coverage: | 0.000% (0/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2217-2272 |
| | 37 | 11 |
processDragName: | QGuiApplicationPrivate::processDrag | Prototype: | QPlatformDragQtResponse QGuiApplicationPrivate::processDrag(QWindow *w, const QMimeData *dropData, const QPoint &p, Qt::DropActions supportedActions) | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2756-2801 |
| | 32 | 8 |
~QGuiApplicationPrivateName: | QGuiApplicationPrivate::~QGuiApplicationPrivate | Prototype: | QGuiApplicationPrivate::~QGuiApplicationPrivate() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 1440-1485 |
| | 25 | 3 |
reportGeometryChangeName: | QGuiApplicationPrivate::reportGeometryChange | Prototype: | void QGuiApplicationPrivate::reportGeometryChange(QWindowSystemInterfacePrivate::ScreenGeometryEvent *e) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2648-2688 |
| | 25 | 9 |
processGeometryChangeEventName: | QGuiApplicationPrivate::processGeometryChangeEvent | Prototype: | void QGuiApplicationPrivate::processGeometryChangeEvent(QWindowSystemInterfacePrivate::GeometryChangeEvent *e) | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2151-2190 |
| | 25 | 9 |
processWheelEventName: | QGuiApplicationPrivate::processWheelEvent | Prototype: | void QGuiApplicationPrivate::processWheelEvent(QWindowSystemInterfacePrivate::WheelEvent *e) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 1935-1965 |
| | 17 | 5 |
showModalWindowName: | QGuiApplicationPrivate::showModalWindow | Prototype: | void QGuiApplicationPrivate::showModalWindow(QWindow *modal) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 714-739 |
| | 15 | 5 |
processKeyEventName: | QGuiApplicationPrivate::processKeyEvent | Prototype: | void QGuiApplicationPrivate::processKeyEvent(QWindowSystemInterfacePrivate::KeyEvent *e) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 1969-2019 |
| | 15 | 5 |
processExposeEventName: | QGuiApplicationPrivate::processExposeEvent | Prototype: | void QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent *e) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2725-2752 |
| | 15 | 5 |
_q_updateFocusObjectName: | QGuiApplicationPrivate::_q_updateFocusObject | Prototype: | void QGuiApplicationPrivate::_q_updateFocusObject(QObject *object) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3612-3634 |
| | 15 | 5 |
setApplicationStateName: | QGuiApplicationPrivate::setApplicationState | Prototype: | void QGuiApplicationPrivate::setApplicationState(Qt::ApplicationState state, bool forcePropagate) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3082-3106 |
| | 14 | 5 |
reportRefreshRateChangeName: | QGuiApplicationPrivate::reportRefreshRateChange | Prototype: | void QGuiApplicationPrivate::reportRefreshRateChange(QWindowSystemInterfacePrivate::ScreenRefreshRateEvent *e) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2705-2723 |
| | 11 | 5 |
updateFilteredScreenOrientationName: | QGuiApplicationPrivate::updateFilteredScreenOrientation | Prototype: | void QGuiApplicationPrivate::updateFilteredScreenOrientation(QScreen *s) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2626-2638 |
| | 10 | 4 |
tryCloseRemainingWindowsName: | QGuiApplicationPrivate::tryCloseRemainingWindows | Prototype: | bool QGuiApplicationPrivate::tryCloseRemainingWindows(QWindowList processedWindows) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3040-3054 |
| | 10 | 4 |
shouldQuitInternalName: | QGuiApplicationPrivate::shouldQuitInternal | Prototype: | bool QGuiApplicationPrivate::shouldQuitInternal(const QWindowList &processedWindows) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3021-3033 |
| | 8 | 4 |
sendQWindowEventToQPlatformWindowName: | QGuiApplicationPrivate::sendQWindowEventToQPlatformWindow | Prototype: | void QGuiApplicationPrivate::sendQWindowEventToQPlatformWindow(QWindow *window, QEvent *event) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 1647-1659 |
| | 8 | 4 |
processWindowScreenChangedEventName: | QGuiApplicationPrivate::processWindowScreenChangedEvent | Prototype: | void QGuiApplicationPrivate::processWindowScreenChangedEvent(QWindowSystemInterfacePrivate::WindowScreenChangedEvent *wse) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2124-2139 |
| | 8 | 5 |
processCloseEventName: | QGuiApplicationPrivate::processCloseEvent | Prototype: | void QGuiApplicationPrivate::processCloseEvent(QWindowSystemInterfacePrivate::CloseEvent *e) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2192-2206 |
| | 8 | 4 |
notifyThemeChangedName: | QGuiApplicationPrivate::notifyThemeChanged | Prototype: | void QGuiApplicationPrivate::notifyThemeChanged() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3578-3590 |
| | 8 | 3 |
reportScreenOrientationChangeName: | QGuiApplicationPrivate::reportScreenOrientationChange | Prototype: | void QGuiApplicationPrivate::reportScreenOrientationChange(QWindowSystemInterfacePrivate::ScreenOrientationEvent *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2611-2624 |
| | 7 | 3 |
reportLogicalDotsPerInchChangeName: | QGuiApplicationPrivate::reportLogicalDotsPerInchChange | Prototype: | void QGuiApplicationPrivate::reportLogicalDotsPerInchChange(QWindowSystemInterfacePrivate::ScreenLogicalDotsPerInchEvent *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2690-2703 |
| | 7 | 3 |
processLeaveEventName: | QGuiApplicationPrivate::processLeaveEvent | Prototype: | void QGuiApplicationPrivate::processLeaveEvent(QWindowSystemInterfacePrivate::LeaveEvent *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2036-2049 |
| | 7 | 3 |
processEnterEventName: | QGuiApplicationPrivate::processEnterEvent | Prototype: | void QGuiApplicationPrivate::processEnterEvent(QWindowSystemInterfacePrivate::EnterEvent *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2021-2034 |
| | 7 | 3 |
gammaTablesName: | QGuiApplicationPrivate::gammaTables | Prototype: | const QDrawHelperGammaTables *QGuiApplicationPrivate::gammaTables() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3600-3610 |
| | 7 | 3 |
commitDataName: | QGuiApplicationPrivate::commitData | Prototype: | void QGuiApplicationPrivate::commitData() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3288-3300 |
| | 7 | 2 |
processTabletLeaveProximityEventName: | QGuiApplicationPrivate::processTabletLeaveProximityEvent | Prototype: | void QGuiApplicationPrivate::processTabletLeaveProximityEvent(QWindowSystemInterfacePrivate::TabletLeaveProximityEvent *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2288-2300 |
| | 6 | 1 |
processTabletEnterProximityEventName: | QGuiApplicationPrivate::processTabletEnterProximityEvent | Prototype: | void QGuiApplicationPrivate::processTabletEnterProximityEvent(QWindowSystemInterfacePrivate::TabletEnterProximityEvent *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2274-2286 |
| | 6 | 1 |
processPlatformPanelEventName: | QGuiApplicationPrivate::processPlatformPanelEvent | Prototype: | void QGuiApplicationPrivate::processPlatformPanelEvent(QWindowSystemInterfacePrivate::PlatformPanelEvent *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2314-2326 |
| | 6 | 3 |
processDropName: | QGuiApplicationPrivate::processDrop | Prototype: | QPlatformDropQtResponse QGuiApplicationPrivate::processDrop(QWindow *w, const QMimeData *dropData, const QPoint &p, Qt::DropActions supportedActions) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2803-2812 |
| | 6 | 1 |
hideModalWindowName: | QGuiApplicationPrivate::hideModalWindow | Prototype: | void QGuiApplicationPrivate::hideModalWindow(QWindow *window) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 741-751 |
| | 6 | 3 |
processThemeChangedName: | QGuiApplicationPrivate::processThemeChanged | Prototype: | void QGuiApplicationPrivate::processThemeChanged(QWindowSystemInterfacePrivate::ThemeChangeEvent *tce) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2141-2149 |
| | 5 | 3 |
processGestureEventName: | QGuiApplicationPrivate::processGestureEvent | Prototype: | void QGuiApplicationPrivate::processGestureEvent(QWindowSystemInterfacePrivate::GestureEvent *e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2303-2311 |
| | 5 | 2 |
eventDispatcherReadyName: | QGuiApplicationPrivate::eventDispatcherReady | Prototype: | void QGuiApplicationPrivate::eventDispatcherReady() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 1262-1273 |
| | 5 | 3 |
createEventDispatcherName: | QGuiApplicationPrivate::createEventDispatcher | Prototype: | void QGuiApplicationPrivate::createEventDispatcher() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 1249-1260 |
| | 5 | 2 |
updateBlockedStatusName: | QGuiApplicationPrivate::updateBlockedStatus | Prototype: | void QGuiApplicationPrivate::updateBlockedStatus(QWindow *window) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 706-712 |
| | 4 | 2 |
setMouseEventSourceName: | QGuiApplicationPrivate::setMouseEventSource | Prototype: | void QGuiApplicationPrivate::setMouseEventSource(QMouseEvent *event, Qt::MouseEventSource source) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3668-3676 |
| | 4 | 1 |
setMouseEventFlagsName: | QGuiApplicationPrivate::setMouseEventFlags | Prototype: | void QGuiApplicationPrivate::setMouseEventFlags(QMouseEvent *event, Qt::MouseEventFlags flags) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3683-3690 |
| | 4 | 1 |
setMouseEventCapsAndVelocityName: | QGuiApplicationPrivate::setMouseEventCapsAndVelocity | Prototype: | void QGuiApplicationPrivate::setMouseEventCapsAndVelocity(QMouseEvent *event, int caps, const QVector2D &velocity) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3655-3661 |
| | 4 | 1 |
saveStateName: | QGuiApplicationPrivate::saveState | Prototype: | void QGuiApplicationPrivate::saveState() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3303-3309 |
| | 4 | 1 |
processWindowStateChangedEventName: | QGuiApplicationPrivate::processWindowStateChangedEvent | Prototype: | void QGuiApplicationPrivate::processWindowStateChangedEvent(QWindowSystemInterfacePrivate::WindowStateChangedEvent *wse) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2115-2122 |
| | 4 | 2 |
processFileOpenEventName: | QGuiApplicationPrivate::processFileOpenEvent | Prototype: | void QGuiApplicationPrivate::processFileOpenEvent(QWindowSystemInterfacePrivate::FileOpenEvent *e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2208-2215 |
| | 4 | 2 |
processContextMenuEventName: | QGuiApplicationPrivate::processContextMenuEvent | Prototype: | void QGuiApplicationPrivate::processContextMenuEvent(QWindowSystemInterfacePrivate::ContextMenuEvent *e) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2329-2338 |
| | 4 | 2 |
notifyWindowIconChangedName: | QGuiApplicationPrivate::notifyWindowIconChanged | Prototype: | void QGuiApplicationPrivate::notifyWindowIconChanged() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2959-2965 |
| | 4 | 2 |
notifyLayoutDirectionChangeName: | QGuiApplicationPrivate::notifyLayoutDirectionChange | Prototype: | void QGuiApplicationPrivate::notifyLayoutDirectionChange() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2923-2930 |
| | 4 | 2 |
inputDeviceManagerName: | QGuiApplicationPrivate::inputDeviceManager | Prototype: | QInputDeviceManager *QGuiApplicationPrivate::inputDeviceManager() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3692-3700 |
| | 4 | 2 |
QGuiApplicationPrivateName: | QGuiApplicationPrivate::QGuiApplicationPrivate | Prototype: | QGuiApplicationPrivate::QGuiApplicationPrivate(int &argc, char **argv, int flags) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 633-645 |
| | 4 | 1 |
reportScreenOrientationChangeName: | QGuiApplicationPrivate::reportScreenOrientationChange | Prototype: | void QGuiApplicationPrivate::reportScreenOrientationChange(QScreen *s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2640-2646 |
| | 3 | 1 |
shouldQuitName: | QGuiApplicationPrivate::shouldQuit | Prototype: | bool QGuiApplicationPrivate::shouldQuit() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3015-3019 |
| | 2 | 1 |
getPixmapCursorName: | QGuiApplicationPrivate::getPixmapCursor | Prototype: | QPixmap QGuiApplicationPrivate::getPixmapCursor(Qt::CursorShape cshape) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3572-3576 |
| | 2 | 1 |
emitLastWindowClosedName: | QGuiApplicationPrivate::emitLastWindowClosed | Prototype: | void QGuiApplicationPrivate::emitLastWindowClosed() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3008-3013 |
| | 2 | 2 |
tryCloseAllWindowsName: | QGuiApplicationPrivate::tryCloseAllWindows | Prototype: | bool QGuiApplicationPrivate::tryCloseAllWindows() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3035-3038 |
| | 1 | 1 |
processNativeEventName: | QGuiApplicationPrivate::processNativeEvent | Prototype: | bool QGuiApplicationPrivate::processNativeEvent(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/qguiapplication.cpp | Lines: | 1661-1664 |
| | 1 | 1 |
notifyDragStartedName: | QGuiApplicationPrivate::notifyDragStarted | Prototype: | void QGuiApplicationPrivate::notifyDragStarted(const QDrag *drag) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3593-3597 |
| | 1 | 1 |
mouseEventVelocityName: | QGuiApplicationPrivate::mouseEventVelocity | Prototype: | QVector2D QGuiApplicationPrivate::mouseEventVelocity(QMouseEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3650-3653 |
| | 1 | 1 |
mouseEventSourceName: | QGuiApplicationPrivate::mouseEventSource | Prototype: | Qt::MouseEventSource QGuiApplicationPrivate::mouseEventSource(const QMouseEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3663-3666 |
| | 1 | 1 |
mouseEventFlagsName: | QGuiApplicationPrivate::mouseEventFlags | Prototype: | Qt::MouseEventFlags QGuiApplicationPrivate::mouseEventFlags(const QMouseEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3678-3681 |
| | 1 | 1 |
mouseEventCapsName: | QGuiApplicationPrivate::mouseEventCaps | Prototype: | int QGuiApplicationPrivate::mouseEventCaps(QMouseEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3645-3648 |
| | 1 | 1 |
applyWindowGeometrySpecificationToName: | QGuiApplicationPrivate::applyWindowGeometrySpecificationTo | Prototype: | void QGuiApplicationPrivate::applyWindowGeometrySpecificationTo(QWindow *window) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2872-2875 |
| | 1 | 1 |
initName: | QGuiApplicationPrivate::init | Coverage: | 0.000% (0/1) |
| | 0 | 1 |