10#include "../../../../umbrello/dialogs/codeeditor.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'codeeditor.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_CodeEditor_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
55 "CodeEditor\0insertParagraph\0\0text\0para\0"
56 "removeParagraph\0changeHighlighting\0"
57 "signal\0changeShowHidden\0slotRedrawText\0"
58 "slotCursorPositionChanged\0slotCopyTextBlock\0"
59 "slotCutTextBlock\0slotPasteTextBlock\0"
60 "slotChangeSelectedBlockView\0"
61 "slotChangeSelectedBlockCommentView\0"
62 "slotInsertCodeBlockAfterSelected\0"
63 "slotInsertCodeBlockBeforeSelected"
96 QMetaType::Void, QMetaType::QString, QMetaType::Int, 3, 4,
97 QMetaType::Void, QMetaType::Int, 4,
98 QMetaType::Void, QMetaType::Int, 7,
99 QMetaType::Void, QMetaType::Int, 7,
113void CodeEditor::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
115 if (_c == QMetaObject::InvokeMetaMethod) {
119 case 0: _t->
insertParagraph((*
reinterpret_cast< const QString(*)
>(_a[1])),(*
reinterpret_cast< int(*)
>(_a[2])));
break;
120 case 1: _t->removeParagraph((*
reinterpret_cast< int(*)
>(_a[1])));
break;
121 case 2: _t->changeHighlighting((*
reinterpret_cast< int(*)
>(_a[1])));
break;
122 case 3: _t->changeShowHidden((*
reinterpret_cast< int(*)
>(_a[1])));
break;
123 case 4: _t->slotRedrawText();
break;
124 case 5: _t->slotCursorPositionChanged();
break;
125 case 6: _t->slotCopyTextBlock();
break;
126 case 7: _t->slotCutTextBlock();
break;
127 case 8: _t->slotPasteTextBlock();
break;
128 case 9: _t->slotChangeSelectedBlockView();
break;
129 case 10: _t->slotChangeSelectedBlockCommentView();
break;
130 case 11: _t->slotInsertCodeBlockAfterSelected();
break;
131 case 12: _t->slotInsertCodeBlockBeforeSelected();
break;
137QT_INIT_METAOBJECT
const QMetaObject CodeEditor::staticMetaObject = { {
138 QMetaObject::SuperData::link<QTextEdit::staticMetaObject>(),
147const QMetaObject *CodeEditor::metaObject()
const
149 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
152void *CodeEditor::qt_metacast(
const char *_clname)
154 if (!_clname)
return nullptr;
156 return static_cast<void*
>(
this);
157 return QTextEdit::qt_metacast(_clname);
160int CodeEditor::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
162 _id = QTextEdit::qt_metacall(_c, _id, _a);
165 if (_c == QMetaObject::InvokeMetaMethod) {
167 qt_static_metacall(
this, _c, _id, _a);
169 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
171 *
reinterpret_cast<int*
>(_a[0]) = -1;
Definition codeeditor.h:63
void insertParagraph(const QString &text, int para)
Definition codeeditor.cpp:618
static const qt_meta_stringdata_CodeEditor_t qt_meta_stringdata_CodeEditor
Definition moc_codeeditor.cpp:33
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_codeeditor.cpp:28
static const uint qt_meta_data_CodeEditor[]
Definition moc_codeeditor.cpp:67