| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QGuiApplicationPrivate| Name: | 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: | 641-653 |
| | 4 | 1 |
applyWindowGeometrySpecificationTo| Name: | 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: | 2922-2925 |
| | 1 | 1 |
getPixmapCursor| Name: | 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: | 3622-3626 |
| | 2 | 1 |
init| Name: | QGuiApplicationPrivate::init | | Coverage: | 0.000% (0/1) |
| | 0 | 1 |
mouseEventCaps| Name: | 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: | 3695-3698 |
| | 1 | 1 |
mouseEventFlags| Name: | 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: | 3728-3731 |
| | 1 | 1 |
mouseEventSource| Name: | 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: | 3713-3716 |
| | 1 | 1 |
mouseEventVelocity| Name: | 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: | 3700-3703 |
| | 1 | 1 |
notifyDragStarted| Name: | 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: | 3643-3647 |
| | 1 | 1 |
processDrop| Name: | 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: | 2853-2862 |
| | 6 | 1 |
processNativeEvent| Name: | 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: | 1687-1690 |
| | 1 | 1 |
processTabletEnterProximityEvent| Name: | 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: | 2323-2335 |
| | 6 | 1 |
processTabletLeaveProximityEvent| Name: | 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: | 2337-2349 |
| | 6 | 1 |
reportScreenOrientationChange| Name: | 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: | 2689-2695 |
| | 3 | 1 |
saveState| Name: | 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: | 3353-3359 |
| | 4 | 1 |
setMouseEventCapsAndVelocity| Name: | 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: | 3705-3711 |
| | 4 | 1 |
setMouseEventFlags| Name: | 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: | 3733-3740 |
| | 4 | 1 |
setMouseEventSource| Name: | 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: | 3718-3726 |
| | 4 | 1 |
shouldQuit| Name: | 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: | 3065-3069 |
| | 2 | 1 |
tryCloseAllWindows| Name: | 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: | 3085-3088 |
| | 1 | 1 |
commitData| Name: | 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: | 3338-3350 |
| | 7 | 2 |
createEventDispatcher| Name: | 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: | 1279-1290 |
| | 5 | 2 |
emitLastWindowClosed| Name: | 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: | 3058-3063 |
| | 2 | 2 |
inputDeviceManager| Name: | 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: | 3742-3750 |
| | 4 | 2 |
notifyLayoutDirectionChange| Name: | 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: | 2973-2980 |
| | 4 | 2 |
notifyWindowIconChanged| Name: | 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: | 3009-3015 |
| | 4 | 2 |
processContextMenuEvent| Name: | 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: | 2378-2387 |
| | 4 | 2 |
processFileOpenEvent| Name: | 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: | 2235-2242 |
| | 4 | 2 |
processGestureEvent| Name: | 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: | 2352-2360 |
| | 5 | 2 |
processWindowStateChangedEvent| Name: | 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: | 2142-2149 |
| | 4 | 2 |
updateBlockedStatus| Name: | 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: | 743-749 |
| | 4 | 2 |
eventDispatcherReady| Name: | 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: | 1292-1303 |
| | 5 | 3 |
gammaTables| Name: | 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: | 3650-3660 |
| | 7 | 3 |
hideModalWindow| Name: | 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: | 778-788 |
| | 6 | 3 |
notifyThemeChanged| Name: | 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: | 3628-3640 |
| | 8 | 3 |
processEnterEvent| Name: | 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: | 2048-2061 |
| | 7 | 3 |
processLeaveEvent| Name: | 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: | 2063-2076 |
| | 7 | 3 |
processPlatformPanelEvent| Name: | 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: | 2363-2375 |
| | 6 | 3 |
processThemeChanged| Name: | 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: | 2168-2176 |
| | 5 | 3 |
reportLogicalDotsPerInchChange| Name: | 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: | 2740-2753 |
| | 7 | 3 |
reportScreenOrientationChange| Name: | 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: | 2660-2673 |
| | 7 | 3 |
tabletDevicePoint| Name: | QGuiApplicationPrivate::tabletDevicePoint | | Prototype: | QGuiApplicationPrivate::TabletPointData &QGuiApplicationPrivate::tabletDevicePoint(qint64 deviceId) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 2244-2254 |
| | 6 | 3 |
~QGuiApplicationPrivate| Name: | 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: | 1466-1511 |
| | 25 | 3 |
processCloseEvent| Name: | 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: | 2219-2233 |
| | 8 | 4 |
sendQWindowEventToQPlatformWindow| Name: | 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: | 1673-1685 |
| | 8 | 4 |
shouldQuitInternal| Name: | 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: | 3071-3083 |
| | 8 | 4 |
tryCloseRemainingWindows| Name: | 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: | 3090-3104 |
| | 10 | 4 |
updateFilteredScreenOrientation| Name: | 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: | 2675-2687 |
| | 10 | 4 |
_q_updateFocusObject| Name: | 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: | 3662-3684 |
| | 15 | 5 |
processExposeEvent| Name: | 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: | 2775-2802 |
| | 15 | 5 |
processKeyEvent| Name: | 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: | 1996-2046 |
| | 15 | 5 |
processWheelEvent| Name: | 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: | 1961-1992 |
| | 18 | 5 |
processWindowScreenChangedEvent| Name: | 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: | 2151-2166 |
| | 8 | 5 |
reportRefreshRateChange| Name: | 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: | 2755-2773 |
| | 11 | 5 |
setApplicationState| Name: | 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: | 3132-3156 |
| | 14 | 5 |
showModalWindow| Name: | 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: | 751-776 |
| | 15 | 5 |
processDrag| Name: | 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: | 2806-2851 |
| | 32 | 8 |
processGeometryChangeEvent| Name: | 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: | 2178-2217 |
| | 25 | 9 |
reportGeometryChange| Name: | 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: | 2697-2738 |
| | 26 | 9 |
processTabletEvent| Name: | QGuiApplicationPrivate::processTabletEvent | | Prototype: | void QGuiApplicationPrivate::processTabletEvent(QWindowSystemInterfacePrivate::TabletEvent *e) | | Coverage: | 0.000% (0/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 2256-2321 |
| | 45 | 12 |
isWindowBlocked| Name: | 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: | 795-863 |
| | 43 | 16 |
processActivatedEvent| Name: | 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: | 2078-2140 |
| | 46 | 17 |
createPlatformIntegration| Name: | 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: | 1203-1271 |
| | 45 | 20 |
init| Name: | QGuiApplicationPrivate::init | | Prototype: | void QGuiApplicationPrivate::init() | | Coverage: | 0.000% (0/84) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 1305-1462 |
| | 78 | 25 |
processMouseEvent| Name: | QGuiApplicationPrivate::processMouseEvent | | Prototype: | void QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent *e) | | Coverage: | 0.000% (0/112) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 1802-1959 |
| | 105 | 27 |
processWindowSystemEvent| Name: | 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: | 1692-1800 |
| | 72 | 30 |
processTouchEvent| Name: | 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: | 2402-2658 |
| | 173 | 42 |