umbrello 25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_codetextedit.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'codetextedit.h'
3**
4** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.13)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include <memory>
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.)"
19#endif
20
21QT_BEGIN_MOC_NAMESPACE
22QT_WARNING_PUSH
23QT_WARNING_DISABLE_DEPRECATED
25 QByteArrayData data[6];
26 char stringdata0[96];
27};
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)) \
32 )
34 {
35QT_MOC_LITERAL(0, 0, 12), // "CodeTextEdit"
36QT_MOC_LITERAL(1, 13, 25), // "updateLineNumberAreaWidth"
37QT_MOC_LITERAL(2, 39, 0), // ""
38QT_MOC_LITERAL(3, 40, 13), // "newBlockCount"
39QT_MOC_LITERAL(4, 54, 20), // "highlightCurrentLine"
40QT_MOC_LITERAL(5, 75, 20) // "updateLineNumberArea"
41
42 },
43 "CodeTextEdit\0updateLineNumberAreaWidth\0"
44 "\0newBlockCount\0highlightCurrentLine\0"
45 "updateLineNumberArea"
46};
47#undef QT_MOC_LITERAL
48
49static const uint qt_meta_data_CodeTextEdit[] = {
50
51 // content:
52 8, // revision
53 0, // classname
54 0, 0, // classinfo
55 3, 14, // methods
56 0, 0, // properties
57 0, 0, // enums/sets
58 0, 0, // constructors
59 0, // flags
60 0, // signalCount
61
62 // slots: name, argc, parameters, tag, flags
63 1, 1, 29, 2, 0x08 /* Private */,
64 4, 0, 32, 2, 0x08 /* Private */,
65 5, 2, 33, 2, 0x08 /* Private */,
66
67 // slots: parameters
68 QMetaType::Void, QMetaType::Int, 3,
69 QMetaType::Void,
70 QMetaType::Void, QMetaType::QRect, QMetaType::Int, 2, 2,
71
72 0 // eod
73};
74
75void CodeTextEdit::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
76{
77 if (_c == QMetaObject::InvokeMetaMethod) {
78 auto *_t = static_cast<CodeTextEdit *>(_o);
79 (void)_t;
80 switch (_id) {
81 case 0: _t->updateLineNumberAreaWidth((*reinterpret_cast< int(*)>(_a[1]))); break;
82 case 1: _t->highlightCurrentLine(); break;
83 case 2: _t->updateLineNumberArea((*reinterpret_cast< const QRect(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
84 default: ;
85 }
86 }
87}
88
89QT_INIT_METAOBJECT const QMetaObject CodeTextEdit::staticMetaObject = { {
90 QMetaObject::SuperData::link<QPlainTextEdit::staticMetaObject>(),
93 qt_static_metacall,
94 nullptr,
95 nullptr
96} };
97
98
99const QMetaObject *CodeTextEdit::metaObject() const
100{
101 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
102}
103
104void *CodeTextEdit::qt_metacast(const char *_clname)
105{
106 if (!_clname) return nullptr;
107 if (!strcmp(_clname, qt_meta_stringdata_CodeTextEdit.stringdata0))
108 return static_cast<void*>(this);
109 return QPlainTextEdit::qt_metacast(_clname);
110}
111
112int CodeTextEdit::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
113{
114 _id = QPlainTextEdit::qt_metacall(_c, _id, _a);
115 if (_id < 0)
116 return _id;
117 if (_c == QMetaObject::InvokeMetaMethod) {
118 if (_id < 3)
119 qt_static_metacall(this, _c, _id, _a);
120 _id -= 3;
121 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
122 if (_id < 3)
123 *reinterpret_cast<int*>(_a[0]) = -1;
124 _id -= 3;
125 }
126 return _id;
127}
128QT_WARNING_POP
129QT_END_MOC_NAMESPACE
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