Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qiosrunloopintegration_p.h
Go to the documentation of this file.
1// Copyright (C) 2026 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5#ifndef QIOSRUNLOOPINTEGRATION_P_H
6#define QIOSRUNLOOPINTEGRATION_P_H
7
8#import <UIKit/UIApplication.h>
9
10//
11// W A R N I N G
12// -------------
13//
14// This file is not part of the Qt API. This header file may change
15// from version to version without notice, or even be removed.
16//
17// We mean it.
18//
19
20@interface UIApplication (QtRunLoopIntegration)
21+ (bool)qt_rootLevelRunLoopIntegration;
22+ (bool)qt_eventDispatcherEnteredProcessEvents;
23+ (void)qt_eventDispatcherInterruptEventLoopExec;
24+ (bool)qt_applicationAboutToTerminate;
25+ (char)qt_applicationWillTerminateExitCode;
26@end
27
28#endif // QIOSRUNLOOPINTEGRATION_P_H