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
qhooks_p.h
Go to the documentation of this file.
1
// Copyright (C) 2014 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Volker Krause <volker.krause@kdab.com>
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
6
#
ifndef
QHOOKS_H
7
#
define
QHOOKS_H
8
9
//
10
// W A R N I N G
11
// -------------
12
//
13
// This file is not part of the Qt API. It exists purely as an
14
// implementation detail. This header file may change from version to
15
// version without notice, or even be removed.
16
//
17
// We mean it.
18
//
19
20
#
include
<
QtCore
/
private
/
qglobal_p
.
h
>
21
22
QT_BEGIN_NAMESPACE
23
24
class
QObject;
25
26
namespace
QHooks
{
27
28
enum
HookIndex
{
29
HookDataVersion
= 0,
30
HookDataSize
= 1,
31
QtVersion
= 2,
32
AddQObject
= 3,
33
RemoveQObject
= 4,
34
Startup
= 5,
35
TypeInformationVersion
= 6,
36
LastHookIndex
37
};
38
39
typedef
void
(*
AddQObjectCallback
)(QObject*);
40
typedef
void
(*
RemoveQObjectCallback
)(QObject*);
41
typedef
void
(*
StartupCallback
)();
42
43
}
44
45
extern
quintptr Q_CORE_EXPORT qtHookData[];
46
47
QT_END_NAMESPACE
48
49
#
endif
QHooks
Definition
qhooks_p.h:26
QHooks::AddQObjectCallback
void(* AddQObjectCallback)(QObject *)
Definition
qhooks_p.h:39
QHooks::StartupCallback
void(* StartupCallback)()
Definition
qhooks_p.h:41
QHooks::RemoveQObjectCallback
void(* RemoveQObjectCallback)(QObject *)
Definition
qhooks_p.h:40
QHooks::HookIndex
HookIndex
Definition
qhooks_p.h:28
QHooks::Startup
@ Startup
Definition
qhooks_p.h:34
QHooks::TypeInformationVersion
@ TypeInformationVersion
Definition
qhooks_p.h:35
QHooks::LastHookIndex
@ LastHookIndex
Definition
qhooks_p.h:36
QHooks::AddQObject
@ AddQObject
Definition
qhooks_p.h:32
QHooks::QtVersion
@ QtVersion
Definition
qhooks_p.h:31
QHooks::HookDataSize
@ HookDataSize
Definition
qhooks_p.h:30
QHooks::HookDataVersion
@ HookDataVersion
Definition
qhooks_p.h:29
QHooks::RemoveQObject
@ RemoveQObject
Definition
qhooks_p.h:33
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
qtbase
src
corelib
global
qhooks_p.h
Generated on
for Qt by
1.16.1