Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'keygendialog.h'
3 : **
4 : ** Created by: The Qt Meta Object Compiler version 69 (Qt 6.10.2)
5 : **
6 : ** WARNING! All changes made in this file will be lost!
7 : *****************************************************************************/
8 :
9 : #include "keygendialog.h"
10 : #include <QtCore/qmetatype.h>
11 :
12 : #include <QtCore/qtmochelpers.h>
13 :
14 : #include <memory>
15 :
16 :
17 : #include <QtCore/qxptype_traits.h>
18 : #if !defined(Q_MOC_OUTPUT_REVISION)
19 : #error "The header file 'keygendialog.h' doesn't include <QObject>."
20 : #elif Q_MOC_OUTPUT_REVISION != 69
21 : #error "This file was generated using the moc from 6.10.2. It"
22 : #error "cannot be used with the include files from this version of Qt."
23 : #error "(The moc has changed too much.)"
24 : #endif
25 :
26 : #ifndef Q_CONSTINIT
27 : #define Q_CONSTINIT
28 : #endif
29 :
30 : QT_WARNING_PUSH
31 : QT_WARNING_DISABLE_DEPRECATED
32 : QT_WARNING_DISABLE_GCC("-Wuseless-cast")
33 : namespace {
34 : struct qt_meta_tag_ZN12KeygenDialogE_t {};
35 : } // unnamed namespace
36 :
37 : template <> constexpr inline auto KeygenDialog::qt_create_metaobjectdata<qt_meta_tag_ZN12KeygenDialogE_t>()
38 : {
39 : namespace QMC = QtMocConstants;
40 : QtMocHelpers::StringRefStorage qt_stringData {
41 : "KeygenDialog",
42 : "on_passphrase1_textChanged",
43 : "",
44 : "arg1",
45 : "on_passphrase2_textChanged",
46 : "on_checkBox_stateChanged",
47 : "on_email_textChanged",
48 : "on_name_textChanged"
49 : };
50 :
51 : QtMocHelpers::UintData qt_methods {
52 : // Slot 'on_passphrase1_textChanged'
53 : QtMocHelpers::SlotData<void(const QString &)>(1, 2, QMC::AccessPrivate, QMetaType::Void, {{
54 : { QMetaType::QString, 3 },
55 : }}),
56 : // Slot 'on_passphrase2_textChanged'
57 : QtMocHelpers::SlotData<void(const QString &)>(4, 2, QMC::AccessPrivate, QMetaType::Void, {{
58 : { QMetaType::QString, 3 },
59 : }}),
60 : // Slot 'on_checkBox_stateChanged'
61 : QtMocHelpers::SlotData<void(int)>(5, 2, QMC::AccessPrivate, QMetaType::Void, {{
62 : { QMetaType::Int, 3 },
63 : }}),
64 : // Slot 'on_email_textChanged'
65 : QtMocHelpers::SlotData<void(const QString &)>(6, 2, QMC::AccessPrivate, QMetaType::Void, {{
66 : { QMetaType::QString, 3 },
67 : }}),
68 : // Slot 'on_name_textChanged'
69 : QtMocHelpers::SlotData<void(const QString &)>(7, 2, QMC::AccessPrivate, QMetaType::Void, {{
70 : { QMetaType::QString, 3 },
71 : }}),
72 : };
73 : QtMocHelpers::UintData qt_properties {
74 : };
75 : QtMocHelpers::UintData qt_enums {
76 : };
77 : return QtMocHelpers::metaObjectData<KeygenDialog, qt_meta_tag_ZN12KeygenDialogE_t>(QMC::MetaObjectFlag{}, qt_stringData,
78 : qt_methods, qt_properties, qt_enums);
79 : }
80 : Q_CONSTINIT const QMetaObject KeygenDialog::staticMetaObject = { {
81 : QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
82 : qt_staticMetaObjectStaticContent<qt_meta_tag_ZN12KeygenDialogE_t>.stringdata,
83 : qt_staticMetaObjectStaticContent<qt_meta_tag_ZN12KeygenDialogE_t>.data,
84 : qt_static_metacall,
85 : nullptr,
86 : qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN12KeygenDialogE_t>.metaTypes,
87 : nullptr
88 : } };
89 :
90 0 : void KeygenDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
91 : {
92 : auto *_t = static_cast<KeygenDialog *>(_o);
93 0 : if (_c == QMetaObject::InvokeMetaMethod) {
94 0 : switch (_id) {
95 0 : case 0: _t->on_passphrase1_textChanged((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1]))); break;
96 0 : case 1: _t->on_passphrase2_textChanged((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1]))); break;
97 0 : case 2: _t->on_checkBox_stateChanged((*reinterpret_cast<std::add_pointer_t<int>>(_a[1]))); break;
98 0 : case 3: _t->on_email_textChanged((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1]))); break;
99 0 : case 4: _t->on_name_textChanged((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1]))); break;
100 : default: ;
101 : }
102 : }
103 0 : }
104 :
105 0 : const QMetaObject *KeygenDialog::metaObject() const
106 : {
107 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
108 : }
109 :
110 0 : void *KeygenDialog::qt_metacast(const char *_clname)
111 : {
112 0 : if (!_clname) return nullptr;
113 0 : if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN12KeygenDialogE_t>.strings))
114 : return static_cast<void*>(this);
115 0 : return QDialog::qt_metacast(_clname);
116 : }
117 :
118 0 : int KeygenDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
119 : {
120 0 : _id = QDialog::qt_metacall(_c, _id, _a);
121 0 : if (_id < 0)
122 : return _id;
123 0 : if (_c == QMetaObject::InvokeMetaMethod) {
124 0 : if (_id < 5)
125 0 : qt_static_metacall(this, _c, _id, _a);
126 0 : _id -= 5;
127 : }
128 0 : if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
129 0 : if (_id < 5)
130 0 : *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
131 0 : _id -= 5;
132 : }
133 : return _id;
134 : }
135 : QT_WARNING_POP
|