10#include <QtCore/qmetatype.h>
12#if __has_include(<QtCore/qtmochelpers.h>)
13#include <QtCore/qtmochelpers.h>
21#if !defined(Q_MOC_OUTPUT_REVISION)
22#error "The header file 'textmargincomponent.h' doesn't include <QObject>."
23#elif Q_MOC_OUTPUT_REVISION != 68
24#error "This file was generated using the moc from 6.6.3. It"
25#error "cannot be used with the include files from this version of Qt."
26#error "(The moc has changed too much.)"
35QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
38#ifdef QT_MOC_HAS_STRINGDATA
39struct qt_meta_stringdata_CLASSedbeeSCOPETextMarginComponentENDCLASS_t {};
40constexpr auto qt_meta_stringdata_CLASSedbeeSCOPETextMarginComponentENDCLASS = QtMocHelpers::stringData(
41 "edbee::TextMarginComponent",
58#define QT_MOC_LITERAL(ofs, len) \
59 uint(sizeof(qt_meta_stringdata_CLASSedbeeSCOPETextMarginComponentENDCLASS_t::offsetsAndSizes) + ofs), len
58#define QT_MOC_LITERAL(ofs, len) \ …
60Q_CONSTINIT static const qt_meta_stringdata_CLASSedbeeSCOPETextMarginComponentENDCLASS_t qt_meta_stringdata_CLASSedbeeSCOPETextMarginComponentENDCLASS = {
69 "edbee::TextMarginComponent",
80Q_CONSTINIT static const uint qt_meta_data_CLASSedbeeSCOPETextMarginComponentENDCLASS[] = {
94 1, 1, 32, 2, 0x09, 1 ,
95 4, 0, 35, 2, 0x09, 3 ,
96 5, 0, 36, 2, 0x09, 4 ,
99 QMetaType::Void, QMetaType::Int, 3,
106Q_CONSTINIT const QMetaObject edbee::TextMarginComponent::staticMetaObject = { {
107 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
108 qt_meta_stringdata_CLASSedbeeSCOPETextMarginComponentENDCLASS.
offsetsAndSizes,
109 qt_meta_data_CLASSedbeeSCOPETextMarginComponentENDCLASS,
112 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSedbeeSCOPETextMarginComponentENDCLASS_t,
114 QtPrivate::TypeAndForceComplete<TextMarginComponent, std::true_type>,
116 QtPrivate::TypeAndForceComplete<void, std::false_type>,
117 QtPrivate::TypeAndForceComplete<int, std::false_type>,
119 QtPrivate::TypeAndForceComplete<void, std::false_type>,
121 QtPrivate::TypeAndForceComplete<void, std::false_type>
126void edbee::TextMarginComponent::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
128 if (_c == QMetaObject::InvokeMetaMethod) {
132 case 0: _t->topChanged((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
133 case 1: _t->connectScrollBar();
break;
134 case 2: _t->updateFont();
break;
140const QMetaObject *edbee::TextMarginComponent::metaObject()
const
142 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
145void *edbee::TextMarginComponent::qt_metacast(
const char *_clname)
147 if (!_clname)
return nullptr;
148 if (!strcmp(_clname, qt_meta_stringdata_CLASSedbeeSCOPETextMarginComponentENDCLASS.
stringdata0))
149 return static_cast<void*
>(
this);
150 return QWidget::qt_metacast(_clname);
153int edbee::TextMarginComponent::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
155 _id = QWidget::qt_metacall(_c, _id, _a);
158 if (_c == QMetaObject::InvokeMetaMethod) {
160 qt_static_metacall(
this, _c, _id, _a);
162 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
164 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
TextMarginComponent(TextEditorWidget *editorWidget, QWidget *parent)
Constructs the textmarginc compnonent.
Definition textmargincomponent.cpp:117
#define Q_CONSTINIT
Definition moc_texteditorscrollarea.cpp:30
#define QT_MOC_LITERAL(ofs, len)
Definition moc_textmargincomponent.cpp:58
Definition moc_texteditorscrollarea.cpp:36