1/****************************************************************************
2** Meta object code from reading C++ file 'freezetablewidget.h'
3**
4** Created by: The Qt Meta Object Compiler version 68 (Qt 6.0.0)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include <memory>
10#include "freezetablewidget.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'freezetablewidget.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 68
16#error "This file was generated using the moc from 6.0.0. It"
17#error "cannot be used with the include files from this version of Qt."
18#error "(The moc has changed too much.)"
19#endif
20
21QT_BEGIN_MOC_NAMESPACE
22QT_WARNING_PUSH
23QT_WARNING_DISABLE_DEPRECATED
24struct qt_meta_stringdata_FreezeTableWidget_t {
25 const uint offsetsAndSize[14];
26 char stringdata0[87];
27};
28#define QT_MOC_LITERAL(ofs, len) \
29 uint(offsetof(qt_meta_stringdata_FreezeTableWidget_t, stringdata0) + ofs), len
30static const qt_meta_stringdata_FreezeTableWidget_t qt_meta_stringdata_FreezeTableWidget = {
31 {
32QT_MOC_LITERAL(0, 17), // "FreezeTableWidget"
33QT_MOC_LITERAL(18, 18), // "updateSectionWidth"
34QT_MOC_LITERAL(37, 0), // ""
35QT_MOC_LITERAL(38, 12), // "logicalIndex"
36QT_MOC_LITERAL(51, 7), // "oldSize"
37QT_MOC_LITERAL(59, 7), // "newSize"
38QT_MOC_LITERAL(67, 19) // "updateSectionHeight"
39
40 },
41 "FreezeTableWidget\0updateSectionWidth\0"
42 "\0logicalIndex\0oldSize\0newSize\0"
43 "updateSectionHeight"
44};
45#undef QT_MOC_LITERAL
46
47static const uint qt_meta_data_FreezeTableWidget[] = {
48
49 // content:
50 9, // revision
51 0, // classname
52 0, 0, // classinfo
53 2, 14, // methods
54 0, 0, // properties
55 0, 0, // enums/sets
56 0, 0, // constructors
57 0, // flags
58 0, // signalCount
59
60 // slots: name, argc, parameters, tag, flags, initial metatype offsets
61 1, 3, 26, 2, 0x08, 0 /* Private */,
62 6, 3, 33, 2, 0x08, 4 /* Private */,
63
64 // slots: parameters
65 QMetaType::Void, QMetaType::Int, QMetaType::Int, QMetaType::Int, 3, 4, 5,
66 QMetaType::Void, QMetaType::Int, QMetaType::Int, QMetaType::Int, 3, 4, 5,
67
68 0 // eod
69};
70
71void FreezeTableWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
72{
73 if (_c == QMetaObject::InvokeMetaMethod) {
74 Q_ASSERT(staticMetaObject.cast(_o));
75 auto *_t = static_cast<FreezeTableWidget *>(_o);
76 Q_UNUSED(_t)
77 switch (_id) {
78 case 0: _t->updateSectionWidth((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
79 case 1: _t->updateSectionHeight((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
80 default: ;
81 }
82 }
83}
84
85const QMetaObject FreezeTableWidget::staticMetaObject = { {
86 QMetaObject::SuperData::link<QTableView::staticMetaObject>(),
87 qt_meta_stringdata_FreezeTableWidget.offsetsAndSize,
88 qt_meta_data_FreezeTableWidget,
89 qt_static_metacall,
90 nullptr,
91qt_incomplete_metaTypeArray<qt_meta_stringdata_FreezeTableWidget_t
92
93, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<int, std::false_type>, QtPrivate::TypeAndForceComplete<int, std::false_type>, QtPrivate::TypeAndForceComplete<int, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<int, std::false_type>, QtPrivate::TypeAndForceComplete<int, std::false_type>, QtPrivate::TypeAndForceComplete<int, std::false_type>
94
95
96>,
97 nullptr
98} };
99
100
101const QMetaObject *FreezeTableWidget::metaObject() const
102{
103 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
104}
105
106void *FreezeTableWidget::qt_metacast(const char *_clname)
107{
108 if (!_clname) return nullptr;
109 if (!strcmp(_clname, qt_meta_stringdata_FreezeTableWidget.stringdata0))
110 return static_cast<void*>(this);
111 return QTableView::qt_metacast(_clname);
112}
113
114int FreezeTableWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
115{
116 _id = QTableView::qt_metacall(_c, _id, _a);
117 if (_id < 0)
118 return _id;
119 if (_c == QMetaObject::InvokeMetaMethod) {
120 if (_id < 2)
121 qt_static_metacall(this, _c, _id, _a);
122 _id -= 2;
123 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
124 if (_id < 2)
125 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
126 _id -= 2;
127 }
128 return _id;
129}
130QT_WARNING_POP
131QT_END_MOC_NAMESPACE
132