Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmlmoduleregistration.h
Go to the documentation of this file.
1
// Copyright (C) 2019 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 QQMLMODULEREGISTRATION_H
5
#define QQMLMODULEREGISTRATION_H
6
7
#include <QtQml/qtqmlglobal.h>
8
9
QT_BEGIN_NAMESPACE
10
11
struct
QQmlModuleRegistrationPrivate
;
12
class
Q_QML_EXPORT
QQmlModuleRegistration
13
{
14
Q_DISABLE_COPY_MOVE(
QQmlModuleRegistration
)
15
public
:
16
QQmlModuleRegistration
(
const
char
*uri,
void
(*registerFunction)());
17
~QQmlModuleRegistration
();
18
19
#if QT_DEPRECATED_SINCE(6, 0)
20
QT_DEPRECATED_X
(
"Use registration without major version"
)
21
QQmlModuleRegistration
(
const
char
*uri,
int
majorVersion,
void
(*registerFunction)());
22
#endif
23
24
private
:
25
QQmlModuleRegistrationPrivate
*
d
=
nullptr
;
26
};
27
28
QT_END_NAMESPACE
29
30
#endif
// QQMLMODULEREGISTRATION_H
QQmlModuleRegistration
Definition
qqmlmoduleregistration.h:13
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
QT_DEPRECATED_X
#define QT_DEPRECATED_X(text)
Definition
qtdeprecationmarkers.h:27
d
double d
Definition
src_corelib_text_qlocale.cpp:9
QQmlModuleRegistrationPrivate
Definition
qqmlmoduleregistration.cpp:11
qtdeclarative
src
qml
qml
qqmlmoduleregistration.h
Generated by
1.9.7