123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- /****************************************************************************
- ** Meta object code from reading C++ file 'patternlayout.h'
- **
- ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2)
- **
- ** WARNING! All changes made in this file will be lost!
- *****************************************************************************/
- #include <memory>
- #include "../../../../Logger/log4qt/patternlayout.h"
- #include <QtCore/qbytearray.h>
- #include <QtCore/qmetatype.h>
- #if !defined(Q_MOC_OUTPUT_REVISION)
- #error "The header file 'patternlayout.h' doesn't include <QObject>."
- #elif Q_MOC_OUTPUT_REVISION != 67
- #error "This file was generated using the moc from 5.14.2. It"
- #error "cannot be used with the include files from this version of Qt."
- #error "(The moc has changed too much.)"
- #endif
- QT_BEGIN_MOC_NAMESPACE
- QT_WARNING_PUSH
- QT_WARNING_DISABLE_DEPRECATED
- struct qt_meta_stringdata_Log4Qt__PatternLayout_t {
- QByteArrayData data[5];
- char stringdata0[109];
- };
- #define QT_MOC_LITERAL(idx, ofs, len) \
- Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
- qptrdiff(offsetof(qt_meta_stringdata_Log4Qt__PatternLayout_t, stringdata0) + ofs \
- - idx * sizeof(QByteArrayData)) \
- )
- static const qt_meta_stringdata_Log4Qt__PatternLayout_t qt_meta_stringdata_Log4Qt__PatternLayout = {
- {
- QT_MOC_LITERAL(0, 0, 21), // "Log4Qt::PatternLayout"
- QT_MOC_LITERAL(1, 22, 17), // "conversionPattern"
- QT_MOC_LITERAL(2, 40, 17), // "ConversionPattern"
- QT_MOC_LITERAL(3, 58, 26), // "DEFAULT_CONVERSION_PATTERN"
- QT_MOC_LITERAL(4, 85, 23) // "TTCC_CONVERSION_PATTERN"
- },
- "Log4Qt::PatternLayout\0conversionPattern\0"
- "ConversionPattern\0DEFAULT_CONVERSION_PATTERN\0"
- "TTCC_CONVERSION_PATTERN"
- };
- #undef QT_MOC_LITERAL
- static const uint qt_meta_data_Log4Qt__PatternLayout[] = {
- // content:
- 8, // revision
- 0, // classname
- 0, 0, // classinfo
- 0, 0, // methods
- 1, 14, // properties
- 1, 17, // enums/sets
- 0, 0, // constructors
- 0, // flags
- 0, // signalCount
- // properties: name, type, flags
- 1, QMetaType::QString, 0x00095103,
- // enums: name, alias, flags, count, data
- 2, 2, 0x0, 2, 22,
- // enum data: key, value
- 3, uint(Log4Qt::PatternLayout::DEFAULT_CONVERSION_PATTERN),
- 4, uint(Log4Qt::PatternLayout::TTCC_CONVERSION_PATTERN),
- 0 // eod
- };
- void Log4Qt::PatternLayout::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
- {
- #ifndef QT_NO_PROPERTIES
- if (_c == QMetaObject::ReadProperty) {
- auto *_t = static_cast<PatternLayout *>(_o);
- Q_UNUSED(_t)
- void *_v = _a[0];
- switch (_id) {
- case 0: *reinterpret_cast< QString*>(_v) = _t->conversionPattern(); break;
- default: break;
- }
- } else if (_c == QMetaObject::WriteProperty) {
- auto *_t = static_cast<PatternLayout *>(_o);
- Q_UNUSED(_t)
- void *_v = _a[0];
- switch (_id) {
- case 0: _t->setConversionPattern(*reinterpret_cast< QString*>(_v)); break;
- default: break;
- }
- } else if (_c == QMetaObject::ResetProperty) {
- }
- #endif // QT_NO_PROPERTIES
- Q_UNUSED(_o);
- Q_UNUSED(_id);
- Q_UNUSED(_c);
- Q_UNUSED(_a);
- }
- QT_INIT_METAOBJECT const QMetaObject Log4Qt::PatternLayout::staticMetaObject = { {
- QMetaObject::SuperData::link<Layout::staticMetaObject>(),
- qt_meta_stringdata_Log4Qt__PatternLayout.data,
- qt_meta_data_Log4Qt__PatternLayout,
- qt_static_metacall,
- nullptr,
- nullptr
- } };
- const QMetaObject *Log4Qt::PatternLayout::metaObject() const
- {
- return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
- }
- void *Log4Qt::PatternLayout::qt_metacast(const char *_clname)
- {
- if (!_clname) return nullptr;
- if (!strcmp(_clname, qt_meta_stringdata_Log4Qt__PatternLayout.stringdata0))
- return static_cast<void*>(this);
- return Layout::qt_metacast(_clname);
- }
- int Log4Qt::PatternLayout::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
- {
- _id = Layout::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
-
- #ifndef QT_NO_PROPERTIES
- if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty
- || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) {
- qt_static_metacall(this, _c, _id, _a);
- _id -= 1;
- } else if (_c == QMetaObject::QueryPropertyDesignable) {
- _id -= 1;
- } else if (_c == QMetaObject::QueryPropertyScriptable) {
- _id -= 1;
- } else if (_c == QMetaObject::QueryPropertyStored) {
- _id -= 1;
- } else if (_c == QMetaObject::QueryPropertyEditable) {
- _id -= 1;
- } else if (_c == QMetaObject::QueryPropertyUser) {
- _id -= 1;
- }
- #endif // QT_NO_PROPERTIES
- return _id;
- }
- QT_WARNING_POP
- QT_END_MOC_NAMESPACE
|