1/****************************************************************************
2** Meta object code from reading C++ file 'qwidgetrepaintmanager_p.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/qwidgetrepaintmanager_p.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'qwidgetrepaintmanager_p.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_QWidgetRepaintManager_t {
25 const uint offsetsAndSize[14];
26 char stringdata0[93];
27};
28#define QT_MOC_LITERAL(ofs, len) \
29 uint(offsetof(qt_meta_stringdata_QWidgetRepaintManager_t, stringdata0) + ofs), len
30static const qt_meta_stringdata_QWidgetRepaintManager_t qt_meta_stringdata_QWidgetRepaintManager = {
31 {
32QT_MOC_LITERAL(0, 21), // "QWidgetRepaintManager"
33QT_MOC_LITERAL(22, 10), // "UpdateTime"
34QT_MOC_LITERAL(33, 9), // "UpdateNow"
35QT_MOC_LITERAL(43, 11), // "UpdateLater"
36QT_MOC_LITERAL(55, 11), // "BufferState"
37QT_MOC_LITERAL(67, 11), // "BufferValid"
38QT_MOC_LITERAL(79, 13) // "BufferInvalid"
39
40 },
41 "QWidgetRepaintManager\0UpdateTime\0"
42 "UpdateNow\0UpdateLater\0BufferState\0"
43 "BufferValid\0BufferInvalid"
44};
45#undef QT_MOC_LITERAL
46
47static const uint qt_meta_data_QWidgetRepaintManager[] = {
48
49 // content:
50 9, // revision
51 0, // classname
52 0, 0, // classinfo
53 0, 0, // methods
54 0, 0, // properties
55 2, 14, // enums/sets
56 0, 0, // constructors
57 4, // flags
58 0, // signalCount
59
60 // enums: name, alias, flags, count, data
61 1, 1, 0x0, 2, 24,
62 4, 4, 0x0, 2, 28,
63
64 // enum data: key, value
65 2, uint(QWidgetRepaintManager::UpdateNow),
66 3, uint(QWidgetRepaintManager::UpdateLater),
67 5, uint(QWidgetRepaintManager::BufferValid),
68 6, uint(QWidgetRepaintManager::BufferInvalid),
69
70 0 // eod
71};
72
73const QMetaObject QWidgetRepaintManager::staticMetaObject = { {
74 nullptr,
75 qt_meta_stringdata_QWidgetRepaintManager.offsetsAndSize,
76 qt_meta_data_QWidgetRepaintManager,
77 nullptr,
78 nullptr,
79 nullptr,
80 nullptr
81} };
82
83QT_WARNING_POP
84QT_END_MOC_NAMESPACE
85