QtPass 1.5.1
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
moc_keygendialog.cpp
Go to the documentation of this file.
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
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
30QT_WARNING_PUSH
32QT_WARNING_DISABLE_GCC("-Wuseless-cast")
33namespace {
35} // unnamed namespace
36
37template <> 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}
80Q_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
90void KeygenDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
91{
92 auto *_t = static_cast<KeygenDialog *>(_o);
93 if (_c == QMetaObject::InvokeMetaMethod) {
94 switch (_id) {
95 case 0: _t->on_passphrase1_textChanged((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1]))); break;
96 case 1: _t->on_passphrase2_textChanged((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1]))); break;
97 case 2: _t->on_checkBox_stateChanged((*reinterpret_cast<std::add_pointer_t<int>>(_a[1]))); break;
98 case 3: _t->on_email_textChanged((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1]))); break;
99 case 4: _t->on_name_textChanged((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1]))); break;
100 default: ;
101 }
102 }
103}
104
105const QMetaObject *KeygenDialog::metaObject() const
106{
107 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
108}
109
110void *KeygenDialog::qt_metacast(const char *_clname)
111{
112 if (!_clname) return nullptr;
113 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN12KeygenDialogE_t>.strings))
114 return static_cast<void*>(this);
115 return QDialog::qt_metacast(_clname);
116}
117
118int KeygenDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
119{
120 _id = QDialog::qt_metacall(_c, _id, _a);
121 if (_id < 0)
122 return _id;
123 if (_c == QMetaObject::InvokeMetaMethod) {
124 if (_id < 5)
125 qt_static_metacall(this, _c, _id, _a);
126 _id -= 5;
127 }
128 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
129 if (_id < 5)
130 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
131 _id -= 5;
132 }
133 return _id;
134}
135QT_WARNING_POP
KeygenDialog(ConfigDialog *parent=0)
KeygenDialog::KeygenDialog basic constructor.
#define Q_CONSTINIT