QtPass 1.5.1
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
moc_usersdialog.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'usersdialog.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 'usersdialog.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 UsersDialog::qt_create_metaobjectdata<qt_meta_tag_ZN11UsersDialogE_t>()
38{
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "UsersDialog",
42 "accept",
43 "",
44 "itemChange",
45 "QListWidgetItem*",
46 "item",
47 "on_lineEdit_textChanged",
48 "filter",
49 "on_checkBox_clicked"
50 };
51
52 QtMocHelpers::UintData qt_methods {
53 // Slot 'accept'
54 QtMocHelpers::SlotData<void()>(1, 2, QMC::AccessPublic, QMetaType::Void),
55 // Slot 'itemChange'
56 QtMocHelpers::SlotData<void(QListWidgetItem *)>(3, 2, QMC::AccessPrivate, QMetaType::Void, {{
57 { 0x80000000 | 4, 5 },
58 }}),
59 // Slot 'on_lineEdit_textChanged'
60 QtMocHelpers::SlotData<void(const QString &)>(6, 2, QMC::AccessPrivate, QMetaType::Void, {{
61 { QMetaType::QString, 7 },
62 }}),
63 // Slot 'on_checkBox_clicked'
64 QtMocHelpers::SlotData<void()>(8, 2, QMC::AccessPrivate, QMetaType::Void),
65 };
66 QtMocHelpers::UintData qt_properties {
67 };
68 QtMocHelpers::UintData qt_enums {
69 };
70 return QtMocHelpers::metaObjectData<UsersDialog, qt_meta_tag_ZN11UsersDialogE_t>(QMC::MetaObjectFlag{}, qt_stringData,
71 qt_methods, qt_properties, qt_enums);
72}
73Q_CONSTINIT const QMetaObject UsersDialog::staticMetaObject = { {
74 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
75 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN11UsersDialogE_t>.stringdata,
76 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN11UsersDialogE_t>.data,
77 qt_static_metacall,
78 nullptr,
79 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN11UsersDialogE_t>.metaTypes,
80 nullptr
81} };
82
83void UsersDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
84{
85 auto *_t = static_cast<UsersDialog *>(_o);
86 if (_c == QMetaObject::InvokeMetaMethod) {
87 switch (_id) {
88 case 0: _t->accept(); break;
89 case 1: _t->itemChange((*reinterpret_cast<std::add_pointer_t<QListWidgetItem*>>(_a[1]))); break;
90 case 2: _t->on_lineEdit_textChanged((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1]))); break;
91 case 3: _t->on_checkBox_clicked(); break;
92 default: ;
93 }
94 }
95}
96
97const QMetaObject *UsersDialog::metaObject() const
98{
99 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
100}
101
102void *UsersDialog::qt_metacast(const char *_clname)
103{
104 if (!_clname) return nullptr;
105 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN11UsersDialogE_t>.strings))
106 return static_cast<void*>(this);
107 return QDialog::qt_metacast(_clname);
108}
109
110int UsersDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
111{
112 _id = QDialog::qt_metacall(_c, _id, _a);
113 if (_id < 0)
114 return _id;
115 if (_c == QMetaObject::InvokeMetaMethod) {
116 if (_id < 4)
117 qt_static_metacall(this, _c, _id, _a);
118 _id -= 4;
119 }
120 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
121 if (_id < 4)
122 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
123 _id -= 4;
124 }
125 return _id;
126}
127QT_WARNING_POP
UsersDialog(QString dir, QWidget *parent=nullptr)
UsersDialog::UsersDialog basic constructor.
#define Q_CONSTINIT