10#include <QtGui/qtextcursor.h>
11#include <QtCore/qmetatype.h>
13#include <QtCore/qtmochelpers.h>
18#include <QtCore/qxptype_traits.h>
19#if !defined(Q_MOC_OUTPUT_REVISION)
20#error "The header file 'codetextedit.h' doesn't include <QObject>."
21#elif Q_MOC_OUTPUT_REVISION != 68
22#error "This file was generated using the moc from 6.8.3. It"
23#error "cannot be used with the include files from this version of Qt."
24#error "(The moc has changed too much.)"
33QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
39#ifdef QT_MOC_HAS_STRINGDATA
40static constexpr auto qt_meta_stringdata_ZN12CodeTextEditE = QtMocHelpers::stringData(
42 "updateLineNumberAreaWidth",
45 "highlightCurrentLine",
46 "updateLineNumberArea"
49#error "qtmochelpers.h not found or too old."
66 1, 1, 32, 2, 0x08, 1 ,
67 4, 0, 35, 2, 0x08, 3 ,
68 5, 2, 36, 2, 0x08, 4 ,
71 QMetaType::Void, QMetaType::Int, 3,
73 QMetaType::Void, QMetaType::QRect, QMetaType::Int, 2, 2,
78Q_CONSTINIT const QMetaObject CodeTextEdit::staticMetaObject = { {
79 QMetaObject::SuperData::link<QPlainTextEdit::staticMetaObject>(),
80 qt_meta_stringdata_ZN12CodeTextEditE.offsetsAndSizes,
84 qt_incomplete_metaTypeArray<qt_meta_tag_ZN12CodeTextEditE_t,
86 QtPrivate::TypeAndForceComplete<CodeTextEdit, std::true_type>,
88 QtPrivate::TypeAndForceComplete<void, std::false_type>,
89 QtPrivate::TypeAndForceComplete<int, std::false_type>,
91 QtPrivate::TypeAndForceComplete<void, std::false_type>,
93 QtPrivate::TypeAndForceComplete<void, std::false_type>,
94 QtPrivate::TypeAndForceComplete<const QRect &, std::false_type>,
95 QtPrivate::TypeAndForceComplete<int, std::false_type>
100void CodeTextEdit::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
103 if (_c == QMetaObject::InvokeMetaMethod) {
105 case 0: _t->updateLineNumberAreaWidth((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
106 case 1: _t->highlightCurrentLine();
break;
107 case 2: _t->updateLineNumberArea((*
reinterpret_cast< std::add_pointer_t<QRect>
>(_a[1])),(*
reinterpret_cast< std::add_pointer_t<int>
>(_a[2])));
break;
113const QMetaObject *CodeTextEdit::metaObject()
const
115 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
118void *CodeTextEdit::qt_metacast(
const char *_clname)
120 if (!_clname)
return nullptr;
121 if (!strcmp(_clname, qt_meta_stringdata_ZN12CodeTextEditE.stringdata0))
122 return static_cast<void*
>(
this);
123 return QPlainTextEdit::qt_metacast(_clname);
126int CodeTextEdit::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
128 _id = QPlainTextEdit::qt_metacall(_c, _id, _a);
131 if (_c == QMetaObject::InvokeMetaMethod) {
133 qt_static_metacall(
this, _c, _id, _a);
136 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
138 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
CodeTextEdit(QWidget *parent=nullptr)
Definition codetextedit.cpp:21
static Q_CONSTINIT const uint qt_meta_data_ZN12CodeTextEditE[]
Definition moc_codetextedit.cpp:52
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33
Definition moc_codetextedit.cpp:35