| 1 | /**************************************************************************** |
| 2 | ** Meta object code from reading C++ file 'qpainter.h' |
| 3 | ** |
| 4 | ** Created by: The Qt Meta Object Compiler version 68 (Qt 6.0.0) |
| 5 | ** |
| 6 | ** WARNING! All changes made in this file will be lost! |
| 7 | *****************************************************************************/ |
| 8 | |
| 9 | #include <memory> |
| 10 | #include "painting/qpainter.h" |
| 11 | #include <QtCore/qbytearray.h> |
| 12 | #include <QtCore/qmetatype.h> |
| 13 | #if !defined(Q_MOC_OUTPUT_REVISION) |
| 14 | #error "The header file 'qpainter.h' doesn't include <QObject>." |
| 15 | #elif Q_MOC_OUTPUT_REVISION != 68 |
| 16 | #error "This file was generated using the moc from 6.0.0. 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 | |
| 21 | QT_BEGIN_MOC_NAMESPACE |
| 22 | QT_WARNING_PUSH |
| 23 | QT_WARNING_DISABLE_DEPRECATED |
| 24 | struct qt_meta_stringdata_QPainter_t { |
| 25 | const uint offsetsAndSize[16]; |
| 26 | char stringdata0[129]; |
| 27 | }; |
| 28 | #define QT_MOC_LITERAL(ofs, len) \ |
| 29 | uint(offsetof(qt_meta_stringdata_QPainter_t, stringdata0) + ofs), len |
| 30 | static const qt_meta_stringdata_QPainter_t qt_meta_stringdata_QPainter = { |
| 31 | { |
| 32 | QT_MOC_LITERAL(0, 8), // "QPainter" |
| 33 | QT_MOC_LITERAL(9, 10), // "RenderHint" |
| 34 | QT_MOC_LITERAL(20, 12), // "Antialiasing" |
| 35 | QT_MOC_LITERAL(33, 16), // "TextAntialiasing" |
| 36 | QT_MOC_LITERAL(50, 21), // "SmoothPixmapTransform" |
| 37 | QT_MOC_LITERAL(72, 21), // "Qt4CompatiblePainting" |
| 38 | QT_MOC_LITERAL(94, 22), // "LosslessImageRendering" |
| 39 | QT_MOC_LITERAL(117, 11) // "RenderHints" |
| 40 | |
| 41 | }, |
| 42 | "QPainter\0RenderHint\0Antialiasing\0" |
| 43 | "TextAntialiasing\0SmoothPixmapTransform\0" |
| 44 | "Qt4CompatiblePainting\0LosslessImageRendering\0" |
| 45 | "RenderHints" |
| 46 | }; |
| 47 | #undef QT_MOC_LITERAL |
| 48 | |
| 49 | static const uint qt_meta_data_QPainter[] = { |
| 50 | |
| 51 | // content: |
| 52 | 9, // revision |
| 53 | 0, // classname |
| 54 | 0, 0, // classinfo |
| 55 | 0, 0, // methods |
| 56 | 0, 0, // properties |
| 57 | 2, 14, // enums/sets |
| 58 | 0, 0, // constructors |
| 59 | 4, // flags |
| 60 | 0, // signalCount |
| 61 | |
| 62 | // enums: name, alias, flags, count, data |
| 63 | 1, 1, 0x1, 5, 24, |
| 64 | 7, 1, 0x1, 5, 34, |
| 65 | |
| 66 | // enum data: key, value |
| 67 | 2, uint(QPainter::Antialiasing), |
| 68 | 3, uint(QPainter::TextAntialiasing), |
| 69 | 4, uint(QPainter::SmoothPixmapTransform), |
| 70 | 5, uint(QPainter::Qt4CompatiblePainting), |
| 71 | 6, uint(QPainter::LosslessImageRendering), |
| 72 | 2, uint(QPainter::Antialiasing), |
| 73 | 3, uint(QPainter::TextAntialiasing), |
| 74 | 4, uint(QPainter::SmoothPixmapTransform), |
| 75 | 5, uint(QPainter::Qt4CompatiblePainting), |
| 76 | 6, uint(QPainter::LosslessImageRendering), |
| 77 | |
| 78 | 0 // eod |
| 79 | }; |
| 80 | |
| 81 | const QMetaObject QPainter::staticMetaObject = { { |
| 82 | nullptr, |
| 83 | qt_meta_stringdata_QPainter.offsetsAndSize, |
| 84 | qt_meta_data_QPainter, |
| 85 | nullptr, |
| 86 | nullptr, |
| 87 | nullptr, |
| 88 | nullptr |
| 89 | } }; |
| 90 | |
| 91 | QT_WARNING_POP |
| 92 | QT_END_MOC_NAMESPACE |
| 93 | |