/**************************************************************************** ** Meta object code from reading C++ file 'qscilexerpython.h' ** ** Created by: The Qt Meta Object Compiler version 68 (Qt 6.5.2) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include "../Qsci/qscilexerpython.h" #include #if __has_include() #include #else QT_BEGIN_MOC_NAMESPACE #endif #include #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'qscilexerpython.h' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 68 #error "This file was generated using the moc from 6.5.2. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif #ifndef Q_CONSTINIT #define Q_CONSTINIT #endif QT_WARNING_PUSH QT_WARNING_DISABLE_DEPRECATED QT_WARNING_DISABLE_GCC("-Wuseless-cast") namespace { #ifdef QT_MOC_HAS_STRINGDATA struct qt_meta_stringdata_CLASSQsciLexerPythonENDCLASS_t {}; static constexpr auto qt_meta_stringdata_CLASSQsciLexerPythonENDCLASS = QtMocHelpers::stringData( "QsciLexerPython", "setFoldComments", "", "fold", "setFoldQuotes", "setIndentationWarning", "QsciLexerPython::IndentationWarning", "warn" ); #else // !QT_MOC_HAS_STRING_DATA struct qt_meta_stringdata_CLASSQsciLexerPythonENDCLASS_t { uint offsetsAndSizes[16]; char stringdata0[16]; char stringdata1[16]; char stringdata2[1]; char stringdata3[5]; char stringdata4[14]; char stringdata5[22]; char stringdata6[36]; char stringdata7[5]; }; #define QT_MOC_LITERAL(ofs, len) \ uint(sizeof(qt_meta_stringdata_CLASSQsciLexerPythonENDCLASS_t::offsetsAndSizes) + ofs), len Q_CONSTINIT static const qt_meta_stringdata_CLASSQsciLexerPythonENDCLASS_t qt_meta_stringdata_CLASSQsciLexerPythonENDCLASS = { { QT_MOC_LITERAL(0, 15), // "QsciLexerPython" QT_MOC_LITERAL(16, 15), // "setFoldComments" QT_MOC_LITERAL(32, 0), // "" QT_MOC_LITERAL(33, 4), // "fold" QT_MOC_LITERAL(38, 13), // "setFoldQuotes" QT_MOC_LITERAL(52, 21), // "setIndentationWarning" QT_MOC_LITERAL(74, 35), // "QsciLexerPython::IndentationW..." QT_MOC_LITERAL(110, 4) // "warn" }, "QsciLexerPython", "setFoldComments", "", "fold", "setFoldQuotes", "setIndentationWarning", "QsciLexerPython::IndentationWarning", "warn" }; #undef QT_MOC_LITERAL #endif // !QT_MOC_HAS_STRING_DATA } // unnamed namespace Q_CONSTINIT static const uint qt_meta_data_CLASSQsciLexerPythonENDCLASS[] = { // content: 11, // revision 0, // classname 0, 0, // classinfo 3, 14, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 0, // signalCount // slots: name, argc, parameters, tag, flags, initial metatype offsets 1, 1, 32, 2, 0x0a, 1 /* Public */, 4, 1, 35, 2, 0x0a, 3 /* Public */, 5, 1, 38, 2, 0x0a, 5 /* Public */, // slots: parameters QMetaType::Void, QMetaType::Bool, 3, QMetaType::Void, QMetaType::Bool, 3, QMetaType::Void, 0x80000000 | 6, 7, 0 // eod }; Q_CONSTINIT const QMetaObject QsciLexerPython::staticMetaObject = { { QMetaObject::SuperData::link(), qt_meta_stringdata_CLASSQsciLexerPythonENDCLASS.offsetsAndSizes, qt_meta_data_CLASSQsciLexerPythonENDCLASS, qt_static_metacall, nullptr, qt_incomplete_metaTypeArray, // method 'setFoldComments' QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, // method 'setFoldQuotes' QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete, // method 'setIndentationWarning' QtPrivate::TypeAndForceComplete, QtPrivate::TypeAndForceComplete >, nullptr } }; void QsciLexerPython::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) { if (_c == QMetaObject::InvokeMetaMethod) { auto *_t = static_cast(_o); (void)_t; switch (_id) { case 0: _t->setFoldComments((*reinterpret_cast< std::add_pointer_t>(_a[1]))); break; case 1: _t->setFoldQuotes((*reinterpret_cast< std::add_pointer_t>(_a[1]))); break; case 2: _t->setIndentationWarning((*reinterpret_cast< std::add_pointer_t>(_a[1]))); break; default: ; } } } const QMetaObject *QsciLexerPython::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; } void *QsciLexerPython::qt_metacast(const char *_clname) { if (!_clname) return nullptr; if (!strcmp(_clname, qt_meta_stringdata_CLASSQsciLexerPythonENDCLASS.stringdata0)) return static_cast(this); return QsciLexer::qt_metacast(_clname); } int QsciLexerPython::qt_metacall(QMetaObject::Call _c, int _id, void **_a) { _id = QsciLexer::qt_metacall(_c, _id, _a); if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { if (_id < 3) qt_static_metacall(this, _c, _id, _a); _id -= 3; } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { if (_id < 3) *reinterpret_cast(_a[0]) = QMetaType(); _id -= 3; } return _id; } QT_WARNING_POP