General Purpose Geodetic Library
SgGuiVlbiStationList.moc.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'SgGuiVlbiStationList.h'
3 **
4 ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.2)
5 **
6 ** WARNING! All changes made in this file will be lost!
7 *****************************************************************************/
8 
9 #include <memory>
10 #include "SgGuiVlbiStationList.h"
11 #include <QtCore/qbytearray.h>
12 #include <QtCore/qmetatype.h>
13 #if !defined(Q_MOC_OUTPUT_REVISION)
14 #error "The header file 'SgGuiVlbiStationList.h' doesn't include <QObject>."
15 #elif Q_MOC_OUTPUT_REVISION != 67
16 #error "This file was generated using the moc from 5.15.2. 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[11];
26  char stringdata0[200];
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_SgGuiVlbiStationList_t, stringdata0) + ofs \
31  - idx * sizeof(QByteArrayData)) \
32  )
34  {
35 QT_MOC_LITERAL(0, 0, 20), // "SgGuiVlbiStationList"
36 QT_MOC_LITERAL(1, 21, 23), // "refClockStationSelected"
37 QT_MOC_LITERAL(2, 45, 0), // ""
38 QT_MOC_LITERAL(3, 46, 25), // "refClockStationDeselected"
39 QT_MOC_LITERAL(4, 72, 21), // "toggleEntryMoveEnable"
40 QT_MOC_LITERAL(5, 94, 16), // "QTreeWidgetItem*"
41 QT_MOC_LITERAL(6, 111, 15), // "Qt::MouseButton"
42 QT_MOC_LITERAL(7, 127, 21), // "Qt::KeyboardModifiers"
43 QT_MOC_LITERAL(8, 149, 18), // "entryDoubleClicked"
44 QT_MOC_LITERAL(9, 168, 13), // "updateContent"
45 QT_MOC_LITERAL(10, 182, 17) // "modifyStationInfo"
46 
47  },
48  "SgGuiVlbiStationList\0refClockStationSelected\0"
49  "\0refClockStationDeselected\0"
50  "toggleEntryMoveEnable\0QTreeWidgetItem*\0"
51  "Qt::MouseButton\0Qt::KeyboardModifiers\0"
52  "entryDoubleClicked\0updateContent\0"
53  "modifyStationInfo"
54 };
55 #undef QT_MOC_LITERAL
56 
57 static const uint qt_meta_data_SgGuiVlbiStationList[] = {
58 
59  // content:
60  8, // revision
61  0, // classname
62  0, 0, // classinfo
63  6, 14, // methods
64  0, 0, // properties
65  0, 0, // enums/sets
66  0, 0, // constructors
67  0, // flags
68  2, // signalCount
69 
70  // signals: name, argc, parameters, tag, flags
71  1, 1, 44, 2, 0x06 /* Public */,
72  3, 1, 47, 2, 0x06 /* Public */,
73 
74  // slots: name, argc, parameters, tag, flags
75  4, 4, 50, 2, 0x08 /* Private */,
76  8, 2, 59, 2, 0x08 /* Private */,
77  9, 0, 64, 2, 0x08 /* Private */,
78  10, 1, 65, 2, 0x08 /* Private */,
79 
80  // signals: parameters
81  QMetaType::Void, QMetaType::QString, 2,
82  QMetaType::Void, QMetaType::QString, 2,
83 
84  // slots: parameters
85  QMetaType::Void, 0x80000000 | 5, QMetaType::Int, 0x80000000 | 6, 0x80000000 | 7, 2, 2, 2, 2,
86  QMetaType::Void, 0x80000000 | 5, QMetaType::Int, 2, 2,
87  QMetaType::Void,
88  QMetaType::Void, QMetaType::Bool, 2,
89 
90  0 // eod
91 };
92 
93 void SgGuiVlbiStationList::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
94 {
95  if (_c == QMetaObject::InvokeMetaMethod) {
96  auto *_t = static_cast<SgGuiVlbiStationList *>(_o);
97  Q_UNUSED(_t)
98  switch (_id) {
99  case 0: _t->refClockStationSelected((*reinterpret_cast< const QString(*)>(_a[1]))); break;
100  case 1: _t->refClockStationDeselected((*reinterpret_cast< const QString(*)>(_a[1]))); break;
101  case 2: _t->toggleEntryMoveEnable((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< Qt::MouseButton(*)>(_a[3])),(*reinterpret_cast< Qt::KeyboardModifiers(*)>(_a[4]))); break;
102  case 3: _t->entryDoubleClicked((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
103  case 4: _t->updateContent(); break;
104  case 5: _t->modifyStationInfo((*reinterpret_cast< bool(*)>(_a[1]))); break;
105  default: ;
106  }
107  } else if (_c == QMetaObject::IndexOfMethod) {
108  int *result = reinterpret_cast<int *>(_a[0]);
109  {
110  using _t = void (SgGuiVlbiStationList::*)(const QString & );
111  if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&SgGuiVlbiStationList::refClockStationSelected)) {
112  *result = 0;
113  return;
114  }
115  }
116  {
117  using _t = void (SgGuiVlbiStationList::*)(const QString & );
118  if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&SgGuiVlbiStationList::refClockStationDeselected)) {
119  *result = 1;
120  return;
121  }
122  }
123  }
124 }
125 
126 QT_INIT_METAOBJECT const QMetaObject SgGuiVlbiStationList::staticMetaObject = { {
127  QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
130  qt_static_metacall,
131  nullptr,
132  nullptr
133 } };
134 
135 
136 const QMetaObject *SgGuiVlbiStationList::metaObject() const
137 {
138  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
139 }
140 
141 void *SgGuiVlbiStationList::qt_metacast(const char *_clname)
142 {
143  if (!_clname) return nullptr;
145  return static_cast<void*>(this);
146  return QWidget::qt_metacast(_clname);
147 }
148 
149 int SgGuiVlbiStationList::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
150 {
151  _id = QWidget::qt_metacall(_c, _id, _a);
152  if (_id < 0)
153  return _id;
154  if (_c == QMetaObject::InvokeMetaMethod) {
155  if (_id < 6)
156  qt_static_metacall(this, _c, _id, _a);
157  _id -= 6;
158  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
159  if (_id < 6)
160  *reinterpret_cast<int*>(_a[0]) = -1;
161  _id -= 6;
162  }
163  return _id;
164 }
165 
166 // SIGNAL 0
168 {
169  void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
170  QMetaObject::activate(this, &staticMetaObject, 0, _a);
171 }
172 
173 // SIGNAL 1
175 {
176  void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
177  QMetaObject::activate(this, &staticMetaObject, 1, _a);
178 }
180  QByteArrayData data[17];
181  char stringdata0[285];
182 };
183 #define QT_MOC_LITERAL(idx, ofs, len) \
184  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
185  qptrdiff(offsetof(qt_meta_stringdata_SgGuiVlbiStnInfoEditor_t, stringdata0) + ofs \
186  - idx * sizeof(QByteArrayData)) \
187  )
189  {
190 QT_MOC_LITERAL(0, 0, 22), // "SgGuiVlbiStnInfoEditor"
191 QT_MOC_LITERAL(1, 23, 15), // "contentModified"
192 QT_MOC_LITERAL(2, 39, 0), // ""
193 QT_MOC_LITERAL(3, 40, 6), // "accept"
194 QT_MOC_LITERAL(4, 47, 6), // "reject"
195 QT_MOC_LITERAL(5, 54, 20), // "editClockBreakRecord"
196 QT_MOC_LITERAL(6, 75, 22), // "deleteClockBreakRecord"
197 QT_MOC_LITERAL(7, 98, 22), // "insertClockBreakRecord"
198 QT_MOC_LITERAL(8, 121, 24), // "editClockBreakRecordItem"
199 QT_MOC_LITERAL(9, 146, 16), // "QTreeWidgetItem*"
200 QT_MOC_LITERAL(10, 163, 18), // "updateModifyStatus"
201 QT_MOC_LITERAL(11, 182, 17), // "updateLClocksMode"
202 QT_MOC_LITERAL(12, 200, 17), // "updateLZenithMode"
203 QT_MOC_LITERAL(13, 218, 16), // "addNewClockBreak"
204 QT_MOC_LITERAL(14, 235, 17), // "SgParameterBreak*"
205 QT_MOC_LITERAL(15, 253, 15), // "editLocalClocks"
206 QT_MOC_LITERAL(16, 269, 15) // "editLocalZenith"
207 
208  },
209  "SgGuiVlbiStnInfoEditor\0contentModified\0"
210  "\0accept\0reject\0editClockBreakRecord\0"
211  "deleteClockBreakRecord\0insertClockBreakRecord\0"
212  "editClockBreakRecordItem\0QTreeWidgetItem*\0"
213  "updateModifyStatus\0updateLClocksMode\0"
214  "updateLZenithMode\0addNewClockBreak\0"
215  "SgParameterBreak*\0editLocalClocks\0"
216  "editLocalZenith"
217 };
218 #undef QT_MOC_LITERAL
219 
220 static const uint qt_meta_data_SgGuiVlbiStnInfoEditor[] = {
221 
222  // content:
223  8, // revision
224  0, // classname
225  0, 0, // classinfo
226  13, 14, // methods
227  0, 0, // properties
228  0, 0, // enums/sets
229  0, 0, // constructors
230  0, // flags
231  1, // signalCount
232 
233  // signals: name, argc, parameters, tag, flags
234  1, 1, 79, 2, 0x06 /* Public */,
235 
236  // slots: name, argc, parameters, tag, flags
237  3, 0, 82, 2, 0x08 /* Private */,
238  4, 0, 83, 2, 0x08 /* Private */,
239  5, 0, 84, 2, 0x08 /* Private */,
240  6, 0, 85, 2, 0x08 /* Private */,
241  7, 0, 86, 2, 0x08 /* Private */,
242  8, 2, 87, 2, 0x08 /* Private */,
243  10, 1, 92, 2, 0x08 /* Private */,
244  11, 1, 95, 2, 0x08 /* Private */,
245  12, 1, 98, 2, 0x08 /* Private */,
246  13, 1, 101, 2, 0x08 /* Private */,
247  15, 0, 104, 2, 0x08 /* Private */,
248  16, 0, 105, 2, 0x08 /* Private */,
249 
250  // signals: parameters
251  QMetaType::Void, QMetaType::Bool, 2,
252 
253  // slots: parameters
254  QMetaType::Void,
255  QMetaType::Void,
256  QMetaType::Void,
257  QMetaType::Void,
258  QMetaType::Void,
259  QMetaType::Void, 0x80000000 | 9, QMetaType::Int, 2, 2,
260  QMetaType::Void, QMetaType::Bool, 2,
261  QMetaType::Void, QMetaType::Bool, 2,
262  QMetaType::Void, QMetaType::Bool, 2,
263  QMetaType::Void, 0x80000000 | 14, 2,
264  QMetaType::Void,
265  QMetaType::Void,
266 
267  0 // eod
268 };
269 
270 void SgGuiVlbiStnInfoEditor::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
271 {
272  if (_c == QMetaObject::InvokeMetaMethod) {
273  auto *_t = static_cast<SgGuiVlbiStnInfoEditor *>(_o);
274  Q_UNUSED(_t)
275  switch (_id) {
276  case 0: _t->contentModified((*reinterpret_cast< bool(*)>(_a[1]))); break;
277  case 1: _t->accept(); break;
278  case 2: _t->reject(); break;
279  case 3: _t->editClockBreakRecord(); break;
280  case 4: _t->deleteClockBreakRecord(); break;
281  case 5: _t->insertClockBreakRecord(); break;
282  case 6: _t->editClockBreakRecordItem((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
283  case 7: _t->updateModifyStatus((*reinterpret_cast< bool(*)>(_a[1]))); break;
284  case 8: _t->updateLClocksMode((*reinterpret_cast< bool(*)>(_a[1]))); break;
285  case 9: _t->updateLZenithMode((*reinterpret_cast< bool(*)>(_a[1]))); break;
286  case 10: _t->addNewClockBreak((*reinterpret_cast< SgParameterBreak*(*)>(_a[1]))); break;
287  case 11: _t->editLocalClocks(); break;
288  case 12: _t->editLocalZenith(); break;
289  default: ;
290  }
291  } else if (_c == QMetaObject::IndexOfMethod) {
292  int *result = reinterpret_cast<int *>(_a[0]);
293  {
294  using _t = void (SgGuiVlbiStnInfoEditor::*)(bool );
295  if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&SgGuiVlbiStnInfoEditor::contentModified)) {
296  *result = 0;
297  return;
298  }
299  }
300  }
301 }
302 
303 QT_INIT_METAOBJECT const QMetaObject SgGuiVlbiStnInfoEditor::staticMetaObject = { {
304  QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
307  qt_static_metacall,
308  nullptr,
309  nullptr
310 } };
311 
312 
313 const QMetaObject *SgGuiVlbiStnInfoEditor::metaObject() const
314 {
315  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
316 }
317 
318 void *SgGuiVlbiStnInfoEditor::qt_metacast(const char *_clname)
319 {
320  if (!_clname) return nullptr;
322  return static_cast<void*>(this);
323  return QDialog::qt_metacast(_clname);
324 }
325 
326 int SgGuiVlbiStnInfoEditor::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
327 {
328  _id = QDialog::qt_metacall(_c, _id, _a);
329  if (_id < 0)
330  return _id;
331  if (_c == QMetaObject::InvokeMetaMethod) {
332  if (_id < 13)
333  qt_static_metacall(this, _c, _id, _a);
334  _id -= 13;
335  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
336  if (_id < 13)
337  *reinterpret_cast<int*>(_a[0]) = -1;
338  _id -= 13;
339  }
340  return _id;
341 }
342 
343 // SIGNAL 0
345 {
346  void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
347  QMetaObject::activate(this, &staticMetaObject, 0, _a);
348 }
350  QByteArrayData data[7];
351  char stringdata0[99];
352 };
353 #define QT_MOC_LITERAL(idx, ofs, len) \
354  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
355  qptrdiff(offsetof(qt_meta_stringdata_SgGuiVlbiStnClockBreakEditor_t, stringdata0) + ofs \
356  - idx * sizeof(QByteArrayData)) \
357  )
359  {
360 QT_MOC_LITERAL(0, 0, 28), // "SgGuiVlbiStnClockBreakEditor"
361 QT_MOC_LITERAL(1, 29, 18), // "clockBreakModified"
362 QT_MOC_LITERAL(2, 48, 0), // ""
363 QT_MOC_LITERAL(3, 49, 17), // "clockBreakCreated"
364 QT_MOC_LITERAL(4, 67, 17), // "SgParameterBreak*"
365 QT_MOC_LITERAL(5, 85, 6), // "accept"
366 QT_MOC_LITERAL(6, 92, 6) // "reject"
367 
368  },
369  "SgGuiVlbiStnClockBreakEditor\0"
370  "clockBreakModified\0\0clockBreakCreated\0"
371  "SgParameterBreak*\0accept\0reject"
372 };
373 #undef QT_MOC_LITERAL
374 
376 
377  // content:
378  8, // revision
379  0, // classname
380  0, 0, // classinfo
381  4, 14, // methods
382  0, 0, // properties
383  0, 0, // enums/sets
384  0, 0, // constructors
385  0, // flags
386  2, // signalCount
387 
388  // signals: name, argc, parameters, tag, flags
389  1, 1, 34, 2, 0x06 /* Public */,
390  3, 1, 37, 2, 0x06 /* Public */,
391 
392  // slots: name, argc, parameters, tag, flags
393  5, 0, 40, 2, 0x08 /* Private */,
394  6, 0, 41, 2, 0x08 /* Private */,
395 
396  // signals: parameters
397  QMetaType::Void, QMetaType::Bool, 2,
398  QMetaType::Void, 0x80000000 | 4, 2,
399 
400  // slots: parameters
401  QMetaType::Void,
402  QMetaType::Void,
403 
404  0 // eod
405 };
406 
407 void SgGuiVlbiStnClockBreakEditor::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
408 {
409  if (_c == QMetaObject::InvokeMetaMethod) {
410  auto *_t = static_cast<SgGuiVlbiStnClockBreakEditor *>(_o);
411  Q_UNUSED(_t)
412  switch (_id) {
413  case 0: _t->clockBreakModified((*reinterpret_cast< bool(*)>(_a[1]))); break;
414  case 1: _t->clockBreakCreated((*reinterpret_cast< SgParameterBreak*(*)>(_a[1]))); break;
415  case 2: _t->accept(); break;
416  case 3: _t->reject(); break;
417  default: ;
418  }
419  } else if (_c == QMetaObject::IndexOfMethod) {
420  int *result = reinterpret_cast<int *>(_a[0]);
421  {
422  using _t = void (SgGuiVlbiStnClockBreakEditor::*)(bool );
423  if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&SgGuiVlbiStnClockBreakEditor::clockBreakModified)) {
424  *result = 0;
425  return;
426  }
427  }
428  {
429  using _t = void (SgGuiVlbiStnClockBreakEditor::*)(SgParameterBreak * );
430  if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&SgGuiVlbiStnClockBreakEditor::clockBreakCreated)) {
431  *result = 1;
432  return;
433  }
434  }
435  }
436 }
437 
438 QT_INIT_METAOBJECT const QMetaObject SgGuiVlbiStnClockBreakEditor::staticMetaObject = { {
439  QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
442  qt_static_metacall,
443  nullptr,
444  nullptr
445 } };
446 
447 
448 const QMetaObject *SgGuiVlbiStnClockBreakEditor::metaObject() const
449 {
450  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
451 }
452 
453 void *SgGuiVlbiStnClockBreakEditor::qt_metacast(const char *_clname)
454 {
455  if (!_clname) return nullptr;
457  return static_cast<void*>(this);
458  return QDialog::qt_metacast(_clname);
459 }
460 
461 int SgGuiVlbiStnClockBreakEditor::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
462 {
463  _id = QDialog::qt_metacall(_c, _id, _a);
464  if (_id < 0)
465  return _id;
466  if (_c == QMetaObject::InvokeMetaMethod) {
467  if (_id < 4)
468  qt_static_metacall(this, _c, _id, _a);
469  _id -= 4;
470  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
471  if (_id < 4)
472  *reinterpret_cast<int*>(_a[0]) = -1;
473  _id -= 4;
474  }
475  return _id;
476 }
477 
478 // SIGNAL 0
480 {
481  void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
482  QMetaObject::activate(this, &staticMetaObject, 0, _a);
483 }
484 
485 // SIGNAL 1
487 {
488  void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
489  QMetaObject::activate(this, &staticMetaObject, 1, _a);
490 }
491 QT_WARNING_POP
492 QT_END_MOC_NAMESPACE
static const qt_meta_stringdata_SgGuiVlbiStationList_t qt_meta_stringdata_SgGuiVlbiStationList
static const qt_meta_stringdata_SgGuiVlbiStnClockBreakEditor_t qt_meta_stringdata_SgGuiVlbiStnClockBreakEditor
#define QT_MOC_LITERAL(idx, ofs, len)
static const uint qt_meta_data_SgGuiVlbiStnClockBreakEditor[]
static const uint qt_meta_data_SgGuiVlbiStnInfoEditor[]
static const qt_meta_stringdata_SgGuiVlbiStnInfoEditor_t qt_meta_stringdata_SgGuiVlbiStnInfoEditor
static const uint qt_meta_data_SgGuiVlbiStationList[]
void refClockStationSelected(const QString &)
void refClockStationDeselected(const QString &)
void clockBreakCreated(SgParameterBreak *)