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 != 68
21#error "This file was generated using the moc from 6.8.1. 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 {};
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN16PlaylistIconViewE = QtMocHelpers::stringData(
49#error "qtmochelpers.h not found or too old."
52Q_CONSTINIT
static const uint qt_meta_data_ZN16PlaylistIconViewE[] = {
66 1, 0, 26, 2, 0x0a, 1 ,
67 3, 2, 27, 2, 0x09, 2 ,
71 QMetaType::Void, 0x80000000 | 4, 0x80000000 | 4, 5, 6,
76Q_CONSTINIT
const QMetaObject PlaylistIconView::staticMetaObject = { {
77 QMetaObject::SuperData::link<QAbstractItemView::staticMetaObject>(),
78 qt_meta_stringdata_ZN16PlaylistIconViewE.offsetsAndSizes,
79 qt_meta_data_ZN16PlaylistIconViewE,
82 qt_incomplete_metaTypeArray<qt_meta_tag_ZN16PlaylistIconViewE_t,
84 QtPrivate::TypeAndForceComplete<PlaylistIconView, std::true_type>,
86 QtPrivate::TypeAndForceComplete<void, std::false_type>,
88 QtPrivate::TypeAndForceComplete<void, std::false_type>,
89 QtPrivate::TypeAndForceComplete<const QItemSelection &, std::false_type>,
90 QtPrivate::TypeAndForceComplete<const QItemSelection &, std::false_type>
95void PlaylistIconView::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
97 auto *_t =
static_cast<PlaylistIconView *
>(_o);
98 if (_c == QMetaObject::InvokeMetaMethod) {
100 case 0: _t->updateSizes();
break;
101 case 1: _t->selectionChanged((*
reinterpret_cast< std::add_pointer_t<QItemSelection>
>(_a[1])),(*
reinterpret_cast< std::add_pointer_t<QItemSelection>
>(_a[2])));
break;
105 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
107 default: *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
break;
109 switch (*
reinterpret_cast<int*
>(_a[1])) {
110 default: *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
break;
113 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType::fromType< QItemSelection >();
break;
120const QMetaObject *PlaylistIconView::metaObject()
const
122 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
125void *PlaylistIconView::qt_metacast(
const char *_clname)
127 if (!_clname)
return nullptr;
128 if (!strcmp(_clname, qt_meta_stringdata_ZN16PlaylistIconViewE.stringdata0))
129 return static_cast<void*
>(
this);
130 return QAbstractItemView::qt_metacast(_clname);
133int PlaylistIconView::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
135 _id = QAbstractItemView::qt_metacall(_c, _id, _a);
138 if (_c == QMetaObject::InvokeMetaMethod) {
140 qt_static_metacall(
this, _c, _id, _a);
143 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
145 qt_static_metacall(
this, _c, _id, _a);