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
4
5
#
ifndef
QHOOKS_H
6
#
define
QHOOKS_H
7
8
//
9
// W A R N I N G
10
// -------------
11
//
12
// This file is not part of the Qt API. It exists purely as an
13
// implementation detail. This header file may change from version to
14
// version without notice, or even be removed.
15
//
16
// We mean it.
17
//
18
19
#
include
<
QtCore
/
private
/
qglobal_p
.
h
>
20
21
QT_BEGIN_NAMESPACE
22
23
class
QObject;
24
25
namespace
QHooks
{
26
27
enum
HookIndex
{
28
HookDataVersion
= 0,
29
HookDataSize
= 1,
30
QtVersion
= 2,
31
AddQObject
= 3,
32
RemoveQObject
= 4,
33
Startup
= 5,
34
TypeInformationVersion
= 6,
35
LastHookIndex
36
};
37
38
typedef
void
(*
AddQObjectCallback
)(QObject*);
39
typedef
void
(*
RemoveQObjectCallback
)(QObject*);
40
typedef
void
(*
StartupCallback
)();
41
42
}
43
44
extern
quintptr Q_CORE_EXPORT qtHookData[];
45
46
QT_END_NAMESPACE
47
48
#
endif
QHooks
Definition
qhooks_p.h:25
QHooks::AddQObjectCallback
void(* AddQObjectCallback)(QObject *)
Definition
qhooks_p.h:38
QHooks::StartupCallback
void(* StartupCallback)()
Definition
qhooks_p.h:40
QHooks::RemoveQObjectCallback
void(* RemoveQObjectCallback)(QObject *)
Definition
qhooks_p.h:39
QHooks::HookIndex
HookIndex
Definition
qhooks_p.h:27
QHooks::Startup
@ Startup
Definition
qhooks_p.h:33
QHooks::TypeInformationVersion
@ TypeInformationVersion
Definition
qhooks_p.h:34
QHooks::LastHookIndex
@ LastHookIndex
Definition
qhooks_p.h:35
QHooks::AddQObject
@ AddQObject
Definition
qhooks_p.h:31
QHooks::QtVersion
@ QtVersion
Definition
qhooks_p.h:30
QHooks::HookDataSize
@ HookDataSize
Definition
qhooks_p.h:29
QHooks::HookDataVersion
@ HookDataVersion
Definition
qhooks_p.h:28
QHooks::RemoveQObject
@ RemoveQObject
Definition
qhooks_p.h:32
QPlatformGraphicsBufferHelper
\inmodule QtGui
qtbase
src
corelib
global
qhooks_p.h
Generated on
for Qt by
1.14.0