9#include "../../../../src/widgets/playlisticonview.h"
10#include <QtCore/qmetatype.h>
12#include <QtCore/qtmochelpers.h>
17#include <QtCore/qxptype_traits.h>
18#if !defined(Q_MOC_OUTPUT_REVISION)
19#error "The header file 'playlisticonview.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 69
21#error "This file was generated using the moc from 6.9.0. It"
22#error "cannot be used with the include files from this version of Qt."
23#error "(The moc has changed too much.)"
31QT_WARNING_DISABLE_DEPRECATED
32QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
34struct qt_meta_tag_ZN16PlaylistIconViewE_t {};
37template <>
constexpr inline auto PlaylistIconView::qt_create_metaobjectdata<qt_meta_tag_ZN16PlaylistIconViewE_t>()
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
50 QtMocHelpers::UintData qt_methods {
52 QtMocHelpers::SlotData<void()>(1, 2, QMC::AccessPublic, QMetaType::Void),
54 QtMocHelpers::SlotData<void(const QItemSelection &, const QItemSelection &)>(3, 2, QMC::AccessProtected, QMetaType::Void, {{
55 { 0x80000000 | 4, 5 }, { 0x80000000 | 4, 6 },
58 QtMocHelpers::UintData qt_properties {
60 QtMocHelpers::UintData qt_enums {
62 return QtMocHelpers::metaObjectData<PlaylistIconView, qt_meta_tag_ZN16PlaylistIconViewE_t>(QMC::MetaObjectFlag{}, qt_stringData,
63 qt_methods, qt_properties, qt_enums);
65Q_CONSTINIT
const QMetaObject PlaylistIconView::staticMetaObject = { {
66 QMetaObject::SuperData::link<QAbstractItemView::staticMetaObject>(),
67 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN16PlaylistIconViewE_t>.stringdata,
68 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN16PlaylistIconViewE_t>.data,
71 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN16PlaylistIconViewE_t>.metaTypes,
75void PlaylistIconView::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
77 auto *_t =
static_cast<PlaylistIconView *
>(_o);
78 if (_c == QMetaObject::InvokeMetaMethod) {
80 case 0: _t->updateSizes();
break;
81 case 1: _t->selectionChanged((*
reinterpret_cast< std::add_pointer_t<QItemSelection>
>(_a[1])),(*
reinterpret_cast< std::add_pointer_t<QItemSelection>
>(_a[2])));
break;
85 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
87 default: *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
break;
89 switch (*
reinterpret_cast<int*
>(_a[1])) {
90 default: *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
break;
93 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType::fromType< QItemSelection >();
break;
100const QMetaObject *PlaylistIconView::metaObject()
const
102 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
105void *PlaylistIconView::qt_metacast(
const char *_clname)
107 if (!_clname)
return nullptr;
108 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN16PlaylistIconViewE_t>.strings))
109 return static_cast<void*
>(
this);
110 return QAbstractItemView::qt_metacast(_clname);
113int PlaylistIconView::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
115 _id = QAbstractItemView::qt_metacall(_c, _id, _a);
118 if (_c == QMetaObject::InvokeMetaMethod) {
120 qt_static_metacall(
this, _c, _id, _a);
123 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
125 qt_static_metacall(
this, _c, _id, _a);