1/****************************************************************************
2** Meta object code from reading C++ file 'FileListWidget.h'
3**
4** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.7)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include <memory>
10#include "../../../../../3rdparty/unioncode-GitQlient/src/commits/FileListWidget.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'FileListWidget.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 67
16#error "This file was generated using the moc from 5.15.7. 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_FileListWidget_t {
25 QByteArrayData data[7];
26 char stringdata0[74];
27};
28#define QT_MOC_LITERAL(idx, ofs, len) \
29 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
30 qptrdiff(offsetof(qt_meta_stringdata_FileListWidget_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
33static const qt_meta_stringdata_FileListWidget_t qt_meta_stringdata_FileListWidget = {
34 {
35QT_MOC_LITERAL(0, 0, 14), // "FileListWidget"
36QT_MOC_LITERAL(1, 15, 21), // "signalShowFileHistory"
37QT_MOC_LITERAL(2, 37, 0), // ""
38QT_MOC_LITERAL(3, 38, 8), // "fileName"
39QT_MOC_LITERAL(4, 47, 14), // "signalEditFile"
40QT_MOC_LITERAL(5, 62, 4), // "line"
41QT_MOC_LITERAL(6, 67, 6) // "column"
42
43 },
44 "FileListWidget\0signalShowFileHistory\0"
45 "\0fileName\0signalEditFile\0line\0column"
46};
47#undef QT_MOC_LITERAL
48
49static const uint qt_meta_data_FileListWidget[] = {
50
51 // content:
52 8, // revision
53 0, // classname
54 0, 0, // classinfo
55 2, 14, // methods
56 0, 0, // properties
57 0, 0, // enums/sets
58 0, 0, // constructors
59 0, // flags
60 2, // signalCount
61
62 // signals: name, argc, parameters, tag, flags
63 1, 1, 24, 2, 0x06 /* Public */,
64 4, 3, 27, 2, 0x06 /* Public */,
65
66 // signals: parameters
67 QMetaType::Void, QMetaType::QString, 3,
68 QMetaType::Void, QMetaType::QString, QMetaType::Int, QMetaType::Int, 3, 5, 6,
69
70 0 // eod
71};
72
73void FileListWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
74{
75 if (_c == QMetaObject::InvokeMetaMethod) {
76 auto *_t = static_cast<FileListWidget *>(_o);
77 (void)_t;
78 switch (_id) {
79 case 0: _t->signalShowFileHistory((*reinterpret_cast< const QString(*)>(_a[1]))); break;
80 case 1: _t->signalEditFile((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
81 default: ;
82 }
83 } else if (_c == QMetaObject::IndexOfMethod) {
84 int *result = reinterpret_cast<int *>(_a[0]);
85 {
86 using _t = void (FileListWidget::*)(const QString & );
87 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&FileListWidget::signalShowFileHistory)) {
88 *result = 0;
89 return;
90 }
91 }
92 {
93 using _t = void (FileListWidget::*)(const QString & , int , int );
94 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&FileListWidget::signalEditFile)) {
95 *result = 1;
96 return;
97 }
98 }
99 }
100}
101
102QT_INIT_METAOBJECT const QMetaObject FileListWidget::staticMetaObject = { {
103 QMetaObject::SuperData::link<QListWidget::staticMetaObject>(),
104 qt_meta_stringdata_FileListWidget.data,
105 qt_meta_data_FileListWidget,
106 qt_static_metacall,
107 nullptr,
108 nullptr
109} };
110
111
112const QMetaObject *FileListWidget::metaObject() const
113{
114 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
115}
116
117void *FileListWidget::qt_metacast(const char *_clname)
118{
119 if (!_clname) return nullptr;
120 if (!strcmp(_clname, qt_meta_stringdata_FileListWidget.stringdata0))
121 return static_cast<void*>(this);
122 return QListWidget::qt_metacast(_clname);
123}
124
125int FileListWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
126{
127 _id = QListWidget::qt_metacall(_c, _id, _a);
128 if (_id < 0)
129 return _id;
130 if (_c == QMetaObject::InvokeMetaMethod) {
131 if (_id < 2)
132 qt_static_metacall(this, _c, _id, _a);
133 _id -= 2;
134 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
135 if (_id < 2)
136 *reinterpret_cast<int*>(_a[0]) = -1;
137 _id -= 2;
138 }
139 return _id;
140}
141
142// SIGNAL 0
143void FileListWidget::signalShowFileHistory(const QString & _t1)
144{
145 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
146 QMetaObject::activate(this, &staticMetaObject, 0, _a);
147}
148
149// SIGNAL 1
150void FileListWidget::signalEditFile(const QString & _t1, int _t2, int _t3)
151{
152 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))), const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t2))), const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t3))) };
153 QMetaObject::activate(this, &staticMetaObject, 1, _a);
154}
155QT_WARNING_POP
156QT_END_MOC_NAMESPACE
157