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
21QT_BEGIN_MOC_NAMESPACE
22QT_WARNING_PUSH
23QT_WARNING_DISABLE_DEPRECATED
24struct 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
30static const qt_meta_stringdata_QImage_t qt_meta_stringdata_QImage = {
31 {
32QT_MOC_LITERAL(0, 6), // "QImage"
33QT_MOC_LITERAL(7, 6), // "Format"
34QT_MOC_LITERAL(14, 14), // "Format_Invalid"
35QT_MOC_LITERAL(29, 11), // "Format_Mono"
36QT_MOC_LITERAL(41, 14), // "Format_MonoLSB"
37QT_MOC_LITERAL(56, 15), // "Format_Indexed8"
38QT_MOC_LITERAL(72, 12), // "Format_RGB32"
39QT_MOC_LITERAL(85, 13), // "Format_ARGB32"
40QT_MOC_LITERAL(99, 27), // "Format_ARGB32_Premultiplied"
41QT_MOC_LITERAL(127, 12), // "Format_RGB16"
42QT_MOC_LITERAL(140, 29), // "Format_ARGB8565_Premultiplied"
43QT_MOC_LITERAL(170, 13), // "Format_RGB666"
44QT_MOC_LITERAL(184, 29), // "Format_ARGB6666_Premultiplied"
45QT_MOC_LITERAL(214, 13), // "Format_RGB555"
46QT_MOC_LITERAL(228, 29), // "Format_ARGB8555_Premultiplied"
47QT_MOC_LITERAL(258, 13), // "Format_RGB888"
48QT_MOC_LITERAL(272, 13), // "Format_RGB444"
49QT_MOC_LITERAL(286, 29), // "Format_ARGB4444_Premultiplied"
50QT_MOC_LITERAL(316, 15), // "Format_RGBX8888"
51QT_MOC_LITERAL(332, 15), // "Format_RGBA8888"
52QT_MOC_LITERAL(348, 29), // "Format_RGBA8888_Premultiplied"
53QT_MOC_LITERAL(378, 12), // "Format_BGR30"
54QT_MOC_LITERAL(391, 28), // "Format_A2BGR30_Premultiplied"
55QT_MOC_LITERAL(420, 12), // "Format_RGB30"
56QT_MOC_LITERAL(433, 28), // "Format_A2RGB30_Premultiplied"
57QT_MOC_LITERAL(462, 13), // "Format_Alpha8"
58QT_MOC_LITERAL(476, 17), // "Format_Grayscale8"
59QT_MOC_LITERAL(494, 13), // "Format_RGBX64"
60QT_MOC_LITERAL(508, 13), // "Format_RGBA64"
61QT_MOC_LITERAL(522, 27), // "Format_RGBA64_Premultiplied"
62QT_MOC_LITERAL(550, 18), // "Format_Grayscale16"
63QT_MOC_LITERAL(569, 13), // "Format_BGR888"
64QT_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
88static 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
140const 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
150QT_WARNING_POP
151QT_END_MOC_NAMESPACE
152