1 | /**************************************************************************** |
2 | ** Meta object code from reading C++ file 'qabstractprintdialog.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 "dialogs/qabstractprintdialog.h" |
11 | #include <QtCore/qbytearray.h> |
12 | #include <QtCore/qmetatype.h> |
13 | #if !defined(Q_MOC_OUTPUT_REVISION) |
14 | #error "The header file 'qabstractprintdialog.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_QAbstractPrintDialog_t { |
25 | const uint offsetsAndSize[18]; |
26 | char stringdata0[154]; |
27 | }; |
28 | #define QT_MOC_LITERAL(ofs, len) \ |
29 | uint(offsetof(qt_meta_stringdata_QAbstractPrintDialog_t, stringdata0) + ofs), len |
30 | static const qt_meta_stringdata_QAbstractPrintDialog_t qt_meta_stringdata_QAbstractPrintDialog = { |
31 | { |
32 | QT_MOC_LITERAL(0, 20), // "QAbstractPrintDialog" |
33 | QT_MOC_LITERAL(21, 17), // "PrintDialogOption" |
34 | QT_MOC_LITERAL(39, 11), // "PrintToFile" |
35 | QT_MOC_LITERAL(51, 14), // "PrintSelection" |
36 | QT_MOC_LITERAL(66, 14), // "PrintPageRange" |
37 | QT_MOC_LITERAL(81, 17), // "PrintShowPageSize" |
38 | QT_MOC_LITERAL(99, 18), // "PrintCollateCopies" |
39 | QT_MOC_LITERAL(118, 16), // "PrintCurrentPage" |
40 | QT_MOC_LITERAL(135, 18) // "PrintDialogOptions" |
41 | |
42 | }, |
43 | "QAbstractPrintDialog\0PrintDialogOption\0" |
44 | "PrintToFile\0PrintSelection\0PrintPageRange\0" |
45 | "PrintShowPageSize\0PrintCollateCopies\0" |
46 | "PrintCurrentPage\0PrintDialogOptions" |
47 | }; |
48 | #undef QT_MOC_LITERAL |
49 | |
50 | static const uint qt_meta_data_QAbstractPrintDialog[] = { |
51 | |
52 | // content: |
53 | 9, // revision |
54 | 0, // classname |
55 | 0, 0, // classinfo |
56 | 0, 0, // methods |
57 | 0, 0, // properties |
58 | 2, 14, // enums/sets |
59 | 0, 0, // constructors |
60 | 0, // flags |
61 | 0, // signalCount |
62 | |
63 | // enums: name, alias, flags, count, data |
64 | 1, 1, 0x0, 6, 24, |
65 | 8, 1, 0x1, 6, 36, |
66 | |
67 | // enum data: key, value |
68 | 2, uint(QAbstractPrintDialog::PrintToFile), |
69 | 3, uint(QAbstractPrintDialog::PrintSelection), |
70 | 4, uint(QAbstractPrintDialog::PrintPageRange), |
71 | 5, uint(QAbstractPrintDialog::PrintShowPageSize), |
72 | 6, uint(QAbstractPrintDialog::PrintCollateCopies), |
73 | 7, uint(QAbstractPrintDialog::PrintCurrentPage), |
74 | 2, uint(QAbstractPrintDialog::PrintToFile), |
75 | 3, uint(QAbstractPrintDialog::PrintSelection), |
76 | 4, uint(QAbstractPrintDialog::PrintPageRange), |
77 | 5, uint(QAbstractPrintDialog::PrintShowPageSize), |
78 | 6, uint(QAbstractPrintDialog::PrintCollateCopies), |
79 | 7, uint(QAbstractPrintDialog::PrintCurrentPage), |
80 | |
81 | 0 // eod |
82 | }; |
83 | |
84 | void QAbstractPrintDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
85 | { |
86 | Q_UNUSED(_o); |
87 | Q_UNUSED(_id); |
88 | Q_UNUSED(_c); |
89 | Q_UNUSED(_a); |
90 | } |
91 | |
92 | const QMetaObject QAbstractPrintDialog::staticMetaObject = { { |
93 | QMetaObject::SuperData::link<QDialog::staticMetaObject>(), |
94 | qt_meta_stringdata_QAbstractPrintDialog.offsetsAndSize, |
95 | qt_meta_data_QAbstractPrintDialog, |
96 | qt_static_metacall, |
97 | nullptr, |
98 | nullptr, |
99 | nullptr |
100 | } }; |
101 | |
102 | |
103 | const QMetaObject *QAbstractPrintDialog::metaObject() const |
104 | { |
105 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
106 | } |
107 | |
108 | void *QAbstractPrintDialog::qt_metacast(const char *_clname) |
109 | { |
110 | if (!_clname) return nullptr; |
111 | if (!strcmp(_clname, qt_meta_stringdata_QAbstractPrintDialog.stringdata0)) |
112 | return static_cast<void*>(this); |
113 | return QDialog::qt_metacast(_clname); |
114 | } |
115 | |
116 | int QAbstractPrintDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
117 | { |
118 | _id = QDialog::qt_metacall(_c, _id, _a); |
119 | return _id; |
120 | } |
121 | QT_WARNING_POP |
122 | QT_END_MOC_NAMESPACE |
123 | |