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