moc_filecompare.cpp 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'filecompare.h'
  3. **
  4. ** Created: Mon Apr 22 11:50:33 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/filecompare.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'filecompare.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_FileCompare[] = {
  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. 4, // signalCount
  29. // signals: signature, parameters, type, tag, flags
  30. 17, 13, 12, 12, 0x05,
  31. 43, 41, 12, 12, 0x05,
  32. 75, 64, 12, 12, 0x05,
  33. 101, 64, 12, 12, 0x05,
  34. 0 // eod
  35. };
  36. static const char qt_meta_stringdata_FileCompare[] = {
  37. "FileCompare\0\0max\0progressMaxUpdated(int)\0"
  38. "i\0progressUpdated(int)\0resultList\0"
  39. "fileCompared(QStringList)\0"
  40. "fileIntegrated(QStringList)\0"
  41. };
  42. void FileCompare::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  43. {
  44. if (_c == QMetaObject::InvokeMetaMethod) {
  45. Q_ASSERT(staticMetaObject.cast(_o));
  46. FileCompare *_t = static_cast<FileCompare *>(_o);
  47. switch (_id) {
  48. case 0: _t->progressMaxUpdated((*reinterpret_cast< int(*)>(_a[1]))); break;
  49. case 1: _t->progressUpdated((*reinterpret_cast< int(*)>(_a[1]))); break;
  50. case 2: _t->fileCompared((*reinterpret_cast< QStringList(*)>(_a[1]))); break;
  51. case 3: _t->fileIntegrated((*reinterpret_cast< QStringList(*)>(_a[1]))); break;
  52. default: ;
  53. }
  54. }
  55. }
  56. const QMetaObjectExtraData FileCompare::staticMetaObjectExtraData = {
  57. 0, qt_static_metacall
  58. };
  59. const QMetaObject FileCompare::staticMetaObject = {
  60. { &QThread::staticMetaObject, qt_meta_stringdata_FileCompare,
  61. qt_meta_data_FileCompare, &staticMetaObjectExtraData }
  62. };
  63. #ifdef Q_NO_DATA_RELOCATION
  64. const QMetaObject &FileCompare::getStaticMetaObject() { return staticMetaObject; }
  65. #endif //Q_NO_DATA_RELOCATION
  66. const QMetaObject *FileCompare::metaObject() const
  67. {
  68. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  69. }
  70. void *FileCompare::qt_metacast(const char *_clname)
  71. {
  72. if (!_clname) return 0;
  73. if (!strcmp(_clname, qt_meta_stringdata_FileCompare))
  74. return static_cast<void*>(const_cast< FileCompare*>(this));
  75. return QThread::qt_metacast(_clname);
  76. }
  77. int FileCompare::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  78. {
  79. _id = QThread::qt_metacall(_c, _id, _a);
  80. if (_id < 0)
  81. return _id;
  82. if (_c == QMetaObject::InvokeMetaMethod) {
  83. if (_id < 4)
  84. qt_static_metacall(this, _c, _id, _a);
  85. _id -= 4;
  86. }
  87. return _id;
  88. }
  89. // SIGNAL 0
  90. void FileCompare::progressMaxUpdated(int _t1)
  91. {
  92. void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  93. QMetaObject::activate(this, &staticMetaObject, 0, _a);
  94. }
  95. // SIGNAL 1
  96. void FileCompare::progressUpdated(int _t1)
  97. {
  98. void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  99. QMetaObject::activate(this, &staticMetaObject, 1, _a);
  100. }
  101. // SIGNAL 2
  102. void FileCompare::fileCompared(QStringList _t1)
  103. {
  104. void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  105. QMetaObject::activate(this, &staticMetaObject, 2, _a);
  106. }
  107. // SIGNAL 3
  108. void FileCompare::fileIntegrated(QStringList _t1)
  109. {
  110. void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  111. QMetaObject::activate(this, &staticMetaObject, 3, _a);
  112. }
  113. QT_END_MOC_NAMESPACE