Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qwidgetsvariant.cpp
Go to the documentation of this file.
1
// Copyright (C) 2016 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
#include "
qvariant.h
"
5
6
#include "
qsizepolicy.h
"
7
#include "
qwidget.h
"
8
9
#include <private/qmetatype_p.h>
10
11
QT_BEGIN_NAMESPACE
12
13
namespace
{
14
15
static
const
struct :
QMetaTypeModuleHelper
16
{
17
const
QtPrivate::QMetaTypeInterface
*
interfaceForType
(
int
type
)
const override
{
18
switch
(
type
) {
19
QT_FOR_EACH_STATIC_WIDGETS_CLASS
(
QT_METATYPE_CONVERT_ID_TO_TYPE
)
20
default
:
return
nullptr
;
21
}
22
}
23
} qVariantWidgetsHelper;
24
25
26
#undef QT_IMPL_METATYPEINTERFACE_WIDGETS_TYPES
27
28
}
// namespace
29
30
void
qRegisterWidgetsVariant
()
31
{
32
qMetaTypeWidgetsHelper
= &qVariantWidgetsHelper;
33
}
34
Q_CONSTRUCTOR_FUNCTION
(
qRegisterWidgetsVariant
)
35
36
QT_END_NAMESPACE
QMetaTypeModuleHelper
Definition
qmetatype_p.h:42
QtPrivate::QMetaTypeInterface
Definition
qmetatype.h:247
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
Q_CONSTRUCTOR_FUNCTION
Q_CONSTRUCTOR_FUNCTION(initializeStandardUserDefaults)
qMetaTypeWidgetsHelper
Q_CONSTINIT Q_CORE_EXPORT const QMetaTypeModuleHelper * qMetaTypeWidgetsHelper
Definition
qmetatype.cpp:1638
interfaceForType
static const QtPrivate::QMetaTypeInterface * interfaceForType(int typeId)
Definition
qmetatype.cpp:3179
QT_FOR_EACH_STATIC_WIDGETS_CLASS
#define QT_FOR_EACH_STATIC_WIDGETS_CLASS(F)
Definition
qmetatype.h:172
QT_METATYPE_CONVERT_ID_TO_TYPE
#define QT_METATYPE_CONVERT_ID_TO_TYPE(MetaTypeName, MetaTypeId, RealName)
Definition
qmetatype_p.h:216
type
GLenum type
Definition
qopengles2ext.h:150
qsizepolicy.h
qvariant.h
qwidget.h
qRegisterWidgetsVariant
void qRegisterWidgetsVariant()
Definition
qwidgetsvariant.cpp:30
qtbase
src
widgets
kernel
qwidgetsvariant.cpp
Generated by
1.9.7