1 | /**************************************************************************** |
2 | ** Meta object code from reading C++ file 'qsurfaceformat.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 "kernel/qsurfaceformat.h" |
11 | #include <QtCore/qbytearray.h> |
12 | #include <QtCore/qmetatype.h> |
13 | #if !defined(Q_MOC_OUTPUT_REVISION) |
14 | #error "The header file 'qsurfaceformat.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_QSurfaceFormat_t { |
25 | const uint offsetsAndSize[46]; |
26 | char stringdata0[333]; |
27 | }; |
28 | #define QT_MOC_LITERAL(ofs, len) \ |
29 | uint(offsetof(qt_meta_stringdata_QSurfaceFormat_t, stringdata0) + ofs), len |
30 | static const qt_meta_stringdata_QSurfaceFormat_t qt_meta_stringdata_QSurfaceFormat = { |
31 | { |
32 | QT_MOC_LITERAL(0, 14), // "QSurfaceFormat" |
33 | QT_MOC_LITERAL(15, 12), // "FormatOption" |
34 | QT_MOC_LITERAL(28, 13), // "StereoBuffers" |
35 | QT_MOC_LITERAL(42, 12), // "DebugContext" |
36 | QT_MOC_LITERAL(55, 19), // "DeprecatedFunctions" |
37 | QT_MOC_LITERAL(75, 17), // "ResetNotification" |
38 | QT_MOC_LITERAL(93, 12), // "SwapBehavior" |
39 | QT_MOC_LITERAL(106, 19), // "DefaultSwapBehavior" |
40 | QT_MOC_LITERAL(126, 12), // "SingleBuffer" |
41 | QT_MOC_LITERAL(139, 12), // "DoubleBuffer" |
42 | QT_MOC_LITERAL(152, 12), // "TripleBuffer" |
43 | QT_MOC_LITERAL(165, 14), // "RenderableType" |
44 | QT_MOC_LITERAL(180, 21), // "DefaultRenderableType" |
45 | QT_MOC_LITERAL(202, 6), // "OpenGL" |
46 | QT_MOC_LITERAL(209, 8), // "OpenGLES" |
47 | QT_MOC_LITERAL(218, 6), // "OpenVG" |
48 | QT_MOC_LITERAL(225, 20), // "OpenGLContextProfile" |
49 | QT_MOC_LITERAL(246, 9), // "NoProfile" |
50 | QT_MOC_LITERAL(256, 11), // "CoreProfile" |
51 | QT_MOC_LITERAL(268, 20), // "CompatibilityProfile" |
52 | QT_MOC_LITERAL(289, 10), // "ColorSpace" |
53 | QT_MOC_LITERAL(300, 17), // "DefaultColorSpace" |
54 | QT_MOC_LITERAL(318, 14) // "sRGBColorSpace" |
55 | |
56 | }, |
57 | "QSurfaceFormat\0FormatOption\0StereoBuffers\0" |
58 | "DebugContext\0DeprecatedFunctions\0" |
59 | "ResetNotification\0SwapBehavior\0" |
60 | "DefaultSwapBehavior\0SingleBuffer\0" |
61 | "DoubleBuffer\0TripleBuffer\0RenderableType\0" |
62 | "DefaultRenderableType\0OpenGL\0OpenGLES\0" |
63 | "OpenVG\0OpenGLContextProfile\0NoProfile\0" |
64 | "CoreProfile\0CompatibilityProfile\0" |
65 | "ColorSpace\0DefaultColorSpace\0" |
66 | "sRGBColorSpace" |
67 | }; |
68 | #undef QT_MOC_LITERAL |
69 | |
70 | static const uint qt_meta_data_QSurfaceFormat[] = { |
71 | |
72 | // content: |
73 | 9, // revision |
74 | 0, // classname |
75 | 0, 0, // classinfo |
76 | 0, 0, // methods |
77 | 0, 0, // properties |
78 | 5, 14, // enums/sets |
79 | 0, 0, // constructors |
80 | 4, // flags |
81 | 0, // signalCount |
82 | |
83 | // enums: name, alias, flags, count, data |
84 | 1, 1, 0x0, 4, 39, |
85 | 6, 6, 0x0, 4, 47, |
86 | 11, 11, 0x0, 4, 55, |
87 | 16, 16, 0x0, 3, 63, |
88 | 20, 20, 0x0, 2, 69, |
89 | |
90 | // enum data: key, value |
91 | 2, uint(QSurfaceFormat::StereoBuffers), |
92 | 3, uint(QSurfaceFormat::DebugContext), |
93 | 4, uint(QSurfaceFormat::DeprecatedFunctions), |
94 | 5, uint(QSurfaceFormat::ResetNotification), |
95 | 7, uint(QSurfaceFormat::DefaultSwapBehavior), |
96 | 8, uint(QSurfaceFormat::SingleBuffer), |
97 | 9, uint(QSurfaceFormat::DoubleBuffer), |
98 | 10, uint(QSurfaceFormat::TripleBuffer), |
99 | 12, uint(QSurfaceFormat::DefaultRenderableType), |
100 | 13, uint(QSurfaceFormat::OpenGL), |
101 | 14, uint(QSurfaceFormat::OpenGLES), |
102 | 15, uint(QSurfaceFormat::OpenVG), |
103 | 17, uint(QSurfaceFormat::NoProfile), |
104 | 18, uint(QSurfaceFormat::CoreProfile), |
105 | 19, uint(QSurfaceFormat::CompatibilityProfile), |
106 | 21, uint(QSurfaceFormat::DefaultColorSpace), |
107 | 22, uint(QSurfaceFormat::sRGBColorSpace), |
108 | |
109 | 0 // eod |
110 | }; |
111 | |
112 | const QMetaObject QSurfaceFormat::staticMetaObject = { { |
113 | nullptr, |
114 | qt_meta_stringdata_QSurfaceFormat.offsetsAndSize, |
115 | qt_meta_data_QSurfaceFormat, |
116 | nullptr, |
117 | nullptr, |
118 | nullptr, |
119 | nullptr |
120 | } }; |
121 | |
122 | QT_WARNING_POP |
123 | QT_END_MOC_NAMESPACE |
124 | |