| 1 | /**************************************************************************** |
| 2 | ** Meta object code from reading C++ file 'qimage.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 "image/qimage.h" |
| 11 | #include <QtCore/qbytearray.h> |
| 12 | #include <QtCore/qmetatype.h> |
| 13 | #if !defined(Q_MOC_OUTPUT_REVISION) |
| 14 | #error "The header file 'qimage.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_QImage_t { |
| 25 | const uint offsetsAndSize[66]; |
| 26 | char stringdata0[597]; |
| 27 | }; |
| 28 | #define QT_MOC_LITERAL(ofs, len) \ |
| 29 | uint(offsetof(qt_meta_stringdata_QImage_t, stringdata0) + ofs), len |
| 30 | static const qt_meta_stringdata_QImage_t qt_meta_stringdata_QImage = { |
| 31 | { |
| 32 | QT_MOC_LITERAL(0, 6), // "QImage" |
| 33 | QT_MOC_LITERAL(7, 6), // "Format" |
| 34 | QT_MOC_LITERAL(14, 14), // "Format_Invalid" |
| 35 | QT_MOC_LITERAL(29, 11), // "Format_Mono" |
| 36 | QT_MOC_LITERAL(41, 14), // "Format_MonoLSB" |
| 37 | QT_MOC_LITERAL(56, 15), // "Format_Indexed8" |
| 38 | QT_MOC_LITERAL(72, 12), // "Format_RGB32" |
| 39 | QT_MOC_LITERAL(85, 13), // "Format_ARGB32" |
| 40 | QT_MOC_LITERAL(99, 27), // "Format_ARGB32_Premultiplied" |
| 41 | QT_MOC_LITERAL(127, 12), // "Format_RGB16" |
| 42 | QT_MOC_LITERAL(140, 29), // "Format_ARGB8565_Premultiplied" |
| 43 | QT_MOC_LITERAL(170, 13), // "Format_RGB666" |
| 44 | QT_MOC_LITERAL(184, 29), // "Format_ARGB6666_Premultiplied" |
| 45 | QT_MOC_LITERAL(214, 13), // "Format_RGB555" |
| 46 | QT_MOC_LITERAL(228, 29), // "Format_ARGB8555_Premultiplied" |
| 47 | QT_MOC_LITERAL(258, 13), // "Format_RGB888" |
| 48 | QT_MOC_LITERAL(272, 13), // "Format_RGB444" |
| 49 | QT_MOC_LITERAL(286, 29), // "Format_ARGB4444_Premultiplied" |
| 50 | QT_MOC_LITERAL(316, 15), // "Format_RGBX8888" |
| 51 | QT_MOC_LITERAL(332, 15), // "Format_RGBA8888" |
| 52 | QT_MOC_LITERAL(348, 29), // "Format_RGBA8888_Premultiplied" |
| 53 | QT_MOC_LITERAL(378, 12), // "Format_BGR30" |
| 54 | QT_MOC_LITERAL(391, 28), // "Format_A2BGR30_Premultiplied" |
| 55 | QT_MOC_LITERAL(420, 12), // "Format_RGB30" |
| 56 | QT_MOC_LITERAL(433, 28), // "Format_A2RGB30_Premultiplied" |
| 57 | QT_MOC_LITERAL(462, 13), // "Format_Alpha8" |
| 58 | QT_MOC_LITERAL(476, 17), // "Format_Grayscale8" |
| 59 | QT_MOC_LITERAL(494, 13), // "Format_RGBX64" |
| 60 | QT_MOC_LITERAL(508, 13), // "Format_RGBA64" |
| 61 | QT_MOC_LITERAL(522, 27), // "Format_RGBA64_Premultiplied" |
| 62 | QT_MOC_LITERAL(550, 18), // "Format_Grayscale16" |
| 63 | QT_MOC_LITERAL(569, 13), // "Format_BGR888" |
| 64 | QT_MOC_LITERAL(583, 13) // "NImageFormats" |
| 65 | |
| 66 | }, |
| 67 | "QImage\0Format\0Format_Invalid\0Format_Mono\0" |
| 68 | "Format_MonoLSB\0Format_Indexed8\0" |
| 69 | "Format_RGB32\0Format_ARGB32\0" |
| 70 | "Format_ARGB32_Premultiplied\0Format_RGB16\0" |
| 71 | "Format_ARGB8565_Premultiplied\0" |
| 72 | "Format_RGB666\0Format_ARGB6666_Premultiplied\0" |
| 73 | "Format_RGB555\0Format_ARGB8555_Premultiplied\0" |
| 74 | "Format_RGB888\0Format_RGB444\0" |
| 75 | "Format_ARGB4444_Premultiplied\0" |
| 76 | "Format_RGBX8888\0Format_RGBA8888\0" |
| 77 | "Format_RGBA8888_Premultiplied\0" |
| 78 | "Format_BGR30\0Format_A2BGR30_Premultiplied\0" |
| 79 | "Format_RGB30\0Format_A2RGB30_Premultiplied\0" |
| 80 | "Format_Alpha8\0Format_Grayscale8\0" |
| 81 | "Format_RGBX64\0Format_RGBA64\0" |
| 82 | "Format_RGBA64_Premultiplied\0" |
| 83 | "Format_Grayscale16\0Format_BGR888\0" |
| 84 | "NImageFormats" |
| 85 | }; |
| 86 | #undef QT_MOC_LITERAL |
| 87 | |
| 88 | static const uint qt_meta_data_QImage[] = { |
| 89 | |
| 90 | // content: |
| 91 | 9, // revision |
| 92 | 0, // classname |
| 93 | 0, 0, // classinfo |
| 94 | 0, 0, // methods |
| 95 | 0, 0, // properties |
| 96 | 1, 14, // enums/sets |
| 97 | 0, 0, // constructors |
| 98 | 4, // flags |
| 99 | 0, // signalCount |
| 100 | |
| 101 | // enums: name, alias, flags, count, data |
| 102 | 1, 1, 0x0, 31, 19, |
| 103 | |
| 104 | // enum data: key, value |
| 105 | 2, uint(QImage::Format_Invalid), |
| 106 | 3, uint(QImage::Format_Mono), |
| 107 | 4, uint(QImage::Format_MonoLSB), |
| 108 | 5, uint(QImage::Format_Indexed8), |
| 109 | 6, uint(QImage::Format_RGB32), |
| 110 | 7, uint(QImage::Format_ARGB32), |
| 111 | 8, uint(QImage::Format_ARGB32_Premultiplied), |
| 112 | 9, uint(QImage::Format_RGB16), |
| 113 | 10, uint(QImage::Format_ARGB8565_Premultiplied), |
| 114 | 11, uint(QImage::Format_RGB666), |
| 115 | 12, uint(QImage::Format_ARGB6666_Premultiplied), |
| 116 | 13, uint(QImage::Format_RGB555), |
| 117 | 14, uint(QImage::Format_ARGB8555_Premultiplied), |
| 118 | 15, uint(QImage::Format_RGB888), |
| 119 | 16, uint(QImage::Format_RGB444), |
| 120 | 17, uint(QImage::Format_ARGB4444_Premultiplied), |
| 121 | 18, uint(QImage::Format_RGBX8888), |
| 122 | 19, uint(QImage::Format_RGBA8888), |
| 123 | 20, uint(QImage::Format_RGBA8888_Premultiplied), |
| 124 | 21, uint(QImage::Format_BGR30), |
| 125 | 22, uint(QImage::Format_A2BGR30_Premultiplied), |
| 126 | 23, uint(QImage::Format_RGB30), |
| 127 | 24, uint(QImage::Format_A2RGB30_Premultiplied), |
| 128 | 25, uint(QImage::Format_Alpha8), |
| 129 | 26, uint(QImage::Format_Grayscale8), |
| 130 | 27, uint(QImage::Format_RGBX64), |
| 131 | 28, uint(QImage::Format_RGBA64), |
| 132 | 29, uint(QImage::Format_RGBA64_Premultiplied), |
| 133 | 30, uint(QImage::Format_Grayscale16), |
| 134 | 31, uint(QImage::Format_BGR888), |
| 135 | 32, uint(QImage::NImageFormats), |
| 136 | |
| 137 | 0 // eod |
| 138 | }; |
| 139 | |
| 140 | const QMetaObject QImage::staticMetaObject = { { |
| 141 | QtPrivate::MetaObjectForType<QPaintDevice>::value(), |
| 142 | qt_meta_stringdata_QImage.offsetsAndSize, |
| 143 | qt_meta_data_QImage, |
| 144 | nullptr, |
| 145 | nullptr, |
| 146 | nullptr, |
| 147 | nullptr |
| 148 | } }; |
| 149 | |
| 150 | QT_WARNING_POP |
| 151 | QT_END_MOC_NAMESPACE |
| 152 | |