Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
moc_csettings.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'csettings.h'
3**
4** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.13)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include <memory>
10#include "csettings.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'csettings.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 67
16#error "This file was generated using the moc from 5.15.13. 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
25 QByteArrayData data[11];
26 char stringdata0[103];
27};
28#define QT_MOC_LITERAL(idx, ofs, len) \
29 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
30 qptrdiff(offsetof(qt_meta_stringdata_CFrmSettings_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
34 {
35QT_MOC_LITERAL(0, 0, 12), // "CFrmSettings"
36QT_MOC_LITERAL(1, 13, 10), // "outputSlot"
37QT_MOC_LITERAL(2, 24, 0), // ""
38QT_MOC_LITERAL(3, 25, 7), // "addSlot"
39QT_MOC_LITERAL(4, 33, 8), // "helpSlot"
40QT_MOC_LITERAL(5, 42, 10), // "cancelSlot"
41QT_MOC_LITERAL(6, 53, 6), // "okSlot"
42QT_MOC_LITERAL(7, 60, 7), // "newSlot"
43QT_MOC_LITERAL(8, 68, 8), // "openSlot"
44QT_MOC_LITERAL(9, 77, 8), // "saveSlot"
45QT_MOC_LITERAL(10, 86, 16) // "scopeChangedSlot"
46
47 },
48 "CFrmSettings\0outputSlot\0\0addSlot\0"
49 "helpSlot\0cancelSlot\0okSlot\0newSlot\0"
50 "openSlot\0saveSlot\0scopeChangedSlot"
51};
52#undef QT_MOC_LITERAL
53
54static const uint qt_meta_data_CFrmSettings[] = {
55
56 // content:
57 8, // revision
58 0, // classname
59 0, 0, // classinfo
60 9, 14, // methods
61 0, 0, // properties
62 0, 0, // enums/sets
63 0, 0, // constructors
64 0, // flags
65 0, // signalCount
66
67 // slots: name, argc, parameters, tag, flags
68 1, 0, 59, 2, 0x08 /* Private */,
69 3, 0, 60, 2, 0x08 /* Private */,
70 4, 0, 61, 2, 0x08 /* Private */,
71 5, 0, 62, 2, 0x08 /* Private */,
72 6, 0, 63, 2, 0x08 /* Private */,
73 7, 0, 64, 2, 0x08 /* Private */,
74 8, 0, 65, 2, 0x08 /* Private */,
75 9, 0, 66, 2, 0x08 /* Private */,
76 10, 1, 67, 2, 0x08 /* Private */,
77
78 // slots: parameters
79 QMetaType::Void,
80 QMetaType::Void,
81 QMetaType::Void,
82 QMetaType::Void,
83 QMetaType::Void,
84 QMetaType::Void,
85 QMetaType::Void,
86 QMetaType::Void,
87 QMetaType::Void, QMetaType::Int, 2,
88
89 0 // eod
90};
91
92void CFrmSettings::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
93{
94 if (_c == QMetaObject::InvokeMetaMethod) {
95 auto *_t = static_cast<CFrmSettings *>(_o);
96 (void)_t;
97 switch (_id) {
98 case 0: _t->outputSlot(); break;
99 case 1: _t->addSlot(); break;
100 case 2: _t->helpSlot(); break;
101 case 3: _t->cancelSlot(); break;
102 case 4: _t->okSlot(); break;
103 case 5: _t->newSlot(); break;
104 case 6: _t->openSlot(); break;
105 case 7: _t->saveSlot(); break;
106 case 8: _t->scopeChangedSlot((*reinterpret_cast< int(*)>(_a[1]))); break;
107 default: ;
108 }
109 }
110}
111
112QT_INIT_METAOBJECT const QMetaObject CFrmSettings::staticMetaObject = { {
113 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
116 qt_static_metacall,
117 nullptr,
118 nullptr
119} };
120
121
122const QMetaObject *CFrmSettings::metaObject() const
123{
124 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
125}
126
127void *CFrmSettings::qt_metacast(const char *_clname)
128{
129 if (!_clname) return nullptr;
130 if (!strcmp(_clname, qt_meta_stringdata_CFrmSettings.stringdata0))
131 return static_cast<void*>(this);
132 return QDialog::qt_metacast(_clname);
133}
134
135int CFrmSettings::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
136{
137 _id = QDialog::qt_metacall(_c, _id, _a);
138 if (_id < 0)
139 return _id;
140 if (_c == QMetaObject::InvokeMetaMethod) {
141 if (_id < 9)
142 qt_static_metacall(this, _c, _id, _a);
143 _id -= 9;
144 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
145 if (_id < 9)
146 *reinterpret_cast<int*>(_a[0]) = -1;
147 _id -= 9;
148 }
149 return _id;
150}
151QT_WARNING_POP
152QT_END_MOC_NAMESPACE
static const qt_meta_stringdata_CFrmSettings_t qt_meta_stringdata_CFrmSettings
static const uint qt_meta_data_CFrmSettings[]
#define QT_MOC_LITERAL(idx, ofs, len)
Definition legal.c:50