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