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
qtestutil_macos_p.h
Go to the documentation of this file.
1
// Copyright (C) 2020 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
4
#
ifndef
QTESTUTIL_MACOS_H
5
#
define
QTESTUTIL_MACOS_H
6
7
//
8
// W A R N I N G
9
// -------------
10
//
11
// This file is not part of the Qt API. It exists purely as an
12
// implementation detail. This header file may change from version to
13
// version without notice, or even be removed.
14
//
15
// We mean it.
16
//
17
18
#
include
<
private
/
qglobal_p
.
h
>
19
#
import
<
objc
/
objc
.
h
>
20
21
QT_BEGIN_NAMESPACE
22
23
namespace
QTestPrivate
{
24
void
disableWindowRestore
();
25
bool
macCrashReporterWillShowDialog
();
26
27
class
AppNapDisabler
28
{
29
public
:
30
AppNapDisabler
();
31
~
AppNapDisabler
();
32
AppNapDisabler
(
const
AppNapDisabler
&) =
delete
;
33
AppNapDisabler
&
operator
=(
const
AppNapDisabler
&) =
delete
;
34
private
:
35
id m_activity;
36
};
37
}
38
39
QT_END_NAMESPACE
40
41
#
endif
QTestPrivate::AppNapDisabler
Disables App Nap by registering a background activity.
Definition
qtestutil_macos_p.h:28
QTestPrivate::AppNapDisabler::AppNapDisabler
AppNapDisabler(const AppNapDisabler &)=delete
QTestPrivate::AppNapDisabler::operator=
AppNapDisabler & operator=(const AppNapDisabler &)=delete
QTestPrivate::AppNapDisabler::AppNapDisabler
AppNapDisabler()
Definition
qtestutil_macos.mm:64
QTestPrivate::AppNapDisabler::~AppNapDisabler
~AppNapDisabler()
Definition
qtestutil_macos.mm:74
QPlatformGraphicsBufferHelper
\inmodule QtGui
QTestPrivate
Definition
qabstractitemmodeltester.h:29
QTestPrivate::disableWindowRestore
void disableWindowRestore()
Definition
qtestutil_macos.mm:20
QTestPrivate::macCrashReporterWillShowDialog
bool macCrashReporterWillShowDialog()
Definition
qtestutil_macos.mm:27
qtbase
src
testlib
qtestutil_macos_p.h
Generated on
for Qt by
1.14.0