1 | /**************************************************************************** |
2 | ** Meta object code from reading C++ file 'qplaintextedit_p.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 "widgets/qplaintextedit_p.h" |
11 | #include <QtGui/qtextcursor.h> |
12 | #include <QtCore/qbytearray.h> |
13 | #include <QtCore/qmetatype.h> |
14 | #if !defined(Q_MOC_OUTPUT_REVISION) |
15 | #error "The header file 'qplaintextedit_p.h' doesn't include <QObject>." |
16 | #elif Q_MOC_OUTPUT_REVISION != 68 |
17 | #error "This file was generated using the moc from 6.0.0. It" |
18 | #error "cannot be used with the include files from this version of Qt." |
19 | #error "(The moc has changed too much.)" |
20 | #endif |
21 | |
22 | QT_BEGIN_MOC_NAMESPACE |
23 | QT_WARNING_PUSH |
24 | QT_WARNING_DISABLE_DEPRECATED |
25 | struct qt_meta_stringdata_QPlainTextEditControl_t { |
26 | const uint offsetsAndSize[2]; |
27 | char stringdata0[22]; |
28 | }; |
29 | #define QT_MOC_LITERAL(ofs, len) \ |
30 | uint(offsetof(qt_meta_stringdata_QPlainTextEditControl_t, stringdata0) + ofs), len |
31 | static const qt_meta_stringdata_QPlainTextEditControl_t qt_meta_stringdata_QPlainTextEditControl = { |
32 | { |
33 | QT_MOC_LITERAL(0, 21) // "QPlainTextEditControl" |
34 | |
35 | }, |
36 | "QPlainTextEditControl" |
37 | }; |
38 | #undef QT_MOC_LITERAL |
39 | |
40 | static const uint qt_meta_data_QPlainTextEditControl[] = { |
41 | |
42 | // content: |
43 | 9, // revision |
44 | 0, // classname |
45 | 0, 0, // classinfo |
46 | 0, 0, // methods |
47 | 0, 0, // properties |
48 | 0, 0, // enums/sets |
49 | 0, 0, // constructors |
50 | 0, // flags |
51 | 0, // signalCount |
52 | |
53 | 0 // eod |
54 | }; |
55 | |
56 | void QPlainTextEditControl::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
57 | { |
58 | Q_UNUSED(_o); |
59 | Q_UNUSED(_id); |
60 | Q_UNUSED(_c); |
61 | Q_UNUSED(_a); |
62 | } |
63 | |
64 | const QMetaObject QPlainTextEditControl::staticMetaObject = { { |
65 | QMetaObject::SuperData::link<QWidgetTextControl::staticMetaObject>(), |
66 | qt_meta_stringdata_QPlainTextEditControl.offsetsAndSize, |
67 | qt_meta_data_QPlainTextEditControl, |
68 | qt_static_metacall, |
69 | nullptr, |
70 | nullptr, |
71 | nullptr |
72 | } }; |
73 | |
74 | |
75 | const QMetaObject *QPlainTextEditControl::metaObject() const |
76 | { |
77 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
78 | } |
79 | |
80 | void *QPlainTextEditControl::qt_metacast(const char *_clname) |
81 | { |
82 | if (!_clname) return nullptr; |
83 | if (!strcmp(_clname, qt_meta_stringdata_QPlainTextEditControl.stringdata0)) |
84 | return static_cast<void*>(this); |
85 | return QWidgetTextControl::qt_metacast(_clname); |
86 | } |
87 | |
88 | int QPlainTextEditControl::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
89 | { |
90 | _id = QWidgetTextControl::qt_metacall(_c, _id, _a); |
91 | return _id; |
92 | } |
93 | QT_WARNING_POP |
94 | QT_END_MOC_NAMESPACE |
95 | |