Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
12
13namespace {
14
15// NOLINTNEXTLINE(cppcoreguidelines-virtual-class-destructor): this is not a base class
16static constexpr struct : QMetaTypeModuleHelper
17{
18 const QtPrivate::QMetaTypeInterface *interfaceForType(int type) const override {
19 switch (type) {
21 default: return nullptr;
22 }
23 }
24} qVariantWidgetsHelper;
25
26
27#undef QT_IMPL_METATYPEINTERFACE_WIDGETS_TYPES
28
29} // namespace
30
32{
33 qMetaTypeWidgetsHelper = &qVariantWidgetsHelper;
34}
36
Combined button and popup list for selecting options.
Q_CONSTRUCTOR_FUNCTION(qt_apple_check_os_version)
Q_CONSTINIT Q_CORE_EXPORT const QMetaTypeModuleHelper * qMetaTypeWidgetsHelper
static const QtPrivate::QMetaTypeInterface * interfaceForType(int typeId)
#define QT_FOR_EACH_STATIC_WIDGETS_CLASS(F)
Definition qmetatype.h:185
#define QT_METATYPE_CONVERT_ID_TO_TYPE(MetaTypeName, MetaTypeId, RealName)
GLenum type
void qRegisterWidgetsVariant()