10#include "../../../../umbrello/dialogs/codetextedit.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'codetextedit.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 67
16#error "This file was generated using the moc from 5.15.13. It"
17#error "cannot be used with the include files from this version of Qt."
18#error "(The moc has changed too much.)"
23QT_WARNING_DISABLE_DEPRECATED
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_CodeTextEdit_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
43 "CodeTextEdit\0updateLineNumberAreaWidth\0"
44 "\0newBlockCount\0highlightCurrentLine\0"
45 "updateLineNumberArea"
68 QMetaType::Void, QMetaType::Int, 3,
70 QMetaType::Void, QMetaType::QRect, QMetaType::Int, 2, 2,
75void CodeTextEdit::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
77 if (_c == QMetaObject::InvokeMetaMethod) {
82 case 1: _t->highlightCurrentLine();
break;
83 case 2: _t->updateLineNumberArea((*
reinterpret_cast< const QRect(*)
>(_a[1])),(*
reinterpret_cast< int(*)
>(_a[2])));
break;
89QT_INIT_METAOBJECT
const QMetaObject CodeTextEdit::staticMetaObject = { {
90 QMetaObject::SuperData::link<QPlainTextEdit::staticMetaObject>(),
99const QMetaObject *CodeTextEdit::metaObject()
const
101 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
104void *CodeTextEdit::qt_metacast(
const char *_clname)
106 if (!_clname)
return nullptr;
108 return static_cast<void*
>(
this);
109 return QPlainTextEdit::qt_metacast(_clname);
112int CodeTextEdit::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
114 _id = QPlainTextEdit::qt_metacall(_c, _id, _a);
117 if (_c == QMetaObject::InvokeMetaMethod) {
119 qt_static_metacall(
this, _c, _id, _a);
121 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
123 *
reinterpret_cast<int*
>(_a[0]) = -1;
Definition codetextedit.h:26
void updateLineNumberAreaWidth(int newBlockCount)
Definition codetextedit.cpp:58
static const qt_meta_stringdata_CodeTextEdit_t qt_meta_stringdata_CodeTextEdit
Definition moc_codetextedit.cpp:33
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_codetextedit.cpp:28
static const uint qt_meta_data_CodeTextEdit[]
Definition moc_codetextedit.cpp:49
Definition moc_codetextedit.cpp:24
QByteArrayData data[6]
Definition moc_codetextedit.cpp:25
char stringdata0[96]
Definition moc_codetextedit.cpp:26