moc_numbermoveproxy.cpp 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'numbermoveproxy.h'
  3. **
  4. ** Created: Mon Apr 22 11:50:39 2019
  5. ** by: The Qt Meta Object Compiler version 63 (Qt 4.8.4)
  6. **
  7. ** WARNING! All changes made in this file will be lost!
  8. *****************************************************************************/
  9. #include "../../../../sncprojects/lib/snccore/numbermoveproxy.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'numbermoveproxy.h' doesn't include <QObject>."
  12. #elif Q_MOC_OUTPUT_REVISION != 63
  13. #error "This file was generated using the moc from 4.8.4. It"
  14. #error "cannot be used with the include files from this version of Qt."
  15. #error "(The moc has changed too much.)"
  16. #endif
  17. QT_BEGIN_MOC_NAMESPACE
  18. static const uint qt_meta_data_NumberMoveProxy[] = {
  19. // content:
  20. 6, // revision
  21. 0, // classname
  22. 0, 0, // classinfo
  23. 4, 14, // methods
  24. 0, 0, // properties
  25. 0, 0, // enums/sets
  26. 0, 0, // constructors
  27. 0, // flags
  28. 3, // signalCount
  29. // signals: signature, parameters, type, tag, flags
  30. 45, 17, 16, 16, 0x05,
  31. 96, 92, 16, 16, 0x05,
  32. 122, 120, 16, 16, 0x05,
  33. // slots: signature, parameters, type, tag, flags
  34. 197, 143, 16, 16, 0x0a,
  35. 0 // eod
  36. };
  37. static const char qt_meta_stringdata_NumberMoveProxy[] = {
  38. "NumberMoveProxy\0\0newSourceModel,newDestModel\0"
  39. "numberMoved(NumberListModel*,NumberListModel*)\0"
  40. "max\0progressMaxUpdated(int)\0i\0"
  41. "progressUpdated(int)\0"
  42. "sourceSegments,sourceNumbers,destSegments,destNumbers\0"
  43. "onChildTaskFinished(QStringList,QList<QStringList>,QStringList,QList<Q"
  44. "StringList>)\0"
  45. };
  46. void NumberMoveProxy::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  47. {
  48. if (_c == QMetaObject::InvokeMetaMethod) {
  49. Q_ASSERT(staticMetaObject.cast(_o));
  50. NumberMoveProxy *_t = static_cast<NumberMoveProxy *>(_o);
  51. switch (_id) {
  52. case 0: _t->numberMoved((*reinterpret_cast< NumberListModel*(*)>(_a[1])),(*reinterpret_cast< NumberListModel*(*)>(_a[2]))); break;
  53. case 1: _t->progressMaxUpdated((*reinterpret_cast< int(*)>(_a[1]))); break;
  54. case 2: _t->progressUpdated((*reinterpret_cast< int(*)>(_a[1]))); break;
  55. case 3: _t->onChildTaskFinished((*reinterpret_cast< QStringList(*)>(_a[1])),(*reinterpret_cast< QList<QStringList>(*)>(_a[2])),(*reinterpret_cast< QStringList(*)>(_a[3])),(*reinterpret_cast< QList<QStringList>(*)>(_a[4]))); break;
  56. default: ;
  57. }
  58. }
  59. }
  60. const QMetaObjectExtraData NumberMoveProxy::staticMetaObjectExtraData = {
  61. 0, qt_static_metacall
  62. };
  63. const QMetaObject NumberMoveProxy::staticMetaObject = {
  64. { &QThread::staticMetaObject, qt_meta_stringdata_NumberMoveProxy,
  65. qt_meta_data_NumberMoveProxy, &staticMetaObjectExtraData }
  66. };
  67. #ifdef Q_NO_DATA_RELOCATION
  68. const QMetaObject &NumberMoveProxy::getStaticMetaObject() { return staticMetaObject; }
  69. #endif //Q_NO_DATA_RELOCATION
  70. const QMetaObject *NumberMoveProxy::metaObject() const
  71. {
  72. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  73. }
  74. void *NumberMoveProxy::qt_metacast(const char *_clname)
  75. {
  76. if (!_clname) return 0;
  77. if (!strcmp(_clname, qt_meta_stringdata_NumberMoveProxy))
  78. return static_cast<void*>(const_cast< NumberMoveProxy*>(this));
  79. return QThread::qt_metacast(_clname);
  80. }
  81. int NumberMoveProxy::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  82. {
  83. _id = QThread::qt_metacall(_c, _id, _a);
  84. if (_id < 0)
  85. return _id;
  86. if (_c == QMetaObject::InvokeMetaMethod) {
  87. if (_id < 4)
  88. qt_static_metacall(this, _c, _id, _a);
  89. _id -= 4;
  90. }
  91. return _id;
  92. }
  93. // SIGNAL 0
  94. void NumberMoveProxy::numberMoved(NumberListModel * _t1, NumberListModel * _t2)
  95. {
  96. void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
  97. QMetaObject::activate(this, &staticMetaObject, 0, _a);
  98. }
  99. // SIGNAL 1
  100. void NumberMoveProxy::progressMaxUpdated(int _t1)
  101. {
  102. void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  103. QMetaObject::activate(this, &staticMetaObject, 1, _a);
  104. }
  105. // SIGNAL 2
  106. void NumberMoveProxy::progressUpdated(int _t1)
  107. {
  108. void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  109. QMetaObject::activate(this, &staticMetaObject, 2, _a);
  110. }
  111. QT_END_MOC_NAMESPACE