moc_qtsoap.cpp 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'qtsoap.h'
  3. **
  4. ** Created: Mon Apr 22 11:53:17 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/3rdparty/qtsoap/src/qtsoap.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'qtsoap.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_QtSoapHttpTransport[] = {
  19. // content:
  20. 6, // revision
  21. 0, // classname
  22. 0, 0, // classinfo
  23. 5, 14, // methods
  24. 0, 0, // properties
  25. 0, 0, // enums/sets
  26. 0, 0, // constructors
  27. 0, // flags
  28. 2, // signalCount
  29. // signals: signature, parameters, type, tag, flags
  30. 21, 20, 20, 20, 0x05,
  31. 46, 37, 20, 20, 0x05,
  32. // slots: signature, parameters, type, tag, flags
  33. 81, 75, 20, 20, 0x08,
  34. 134, 110, 20, 20, 0x08,
  35. 161, 20, 20, 20, 0x08,
  36. 0 // eod
  37. };
  38. static const char qt_meta_stringdata_QtSoapHttpTransport[] = {
  39. "QtSoapHttpTransport\0\0responseReady()\0"
  40. "response\0responseReady(QtSoapMessage)\0"
  41. "reply\0readResponse(QNetworkReply*)\0"
  42. "bytesFetched,bytesTotal\0"
  43. "dataFetched(qint64,qint64)\0onTimeOut()\0"
  44. };
  45. void QtSoapHttpTransport::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  46. {
  47. if (_c == QMetaObject::InvokeMetaMethod) {
  48. Q_ASSERT(staticMetaObject.cast(_o));
  49. QtSoapHttpTransport *_t = static_cast<QtSoapHttpTransport *>(_o);
  50. switch (_id) {
  51. case 0: _t->responseReady(); break;
  52. case 1: _t->responseReady((*reinterpret_cast< const QtSoapMessage(*)>(_a[1]))); break;
  53. case 2: _t->readResponse((*reinterpret_cast< QNetworkReply*(*)>(_a[1]))); break;
  54. case 3: _t->dataFetched((*reinterpret_cast< qint64(*)>(_a[1])),(*reinterpret_cast< qint64(*)>(_a[2]))); break;
  55. case 4: _t->onTimeOut(); break;
  56. default: ;
  57. }
  58. }
  59. }
  60. const QMetaObjectExtraData QtSoapHttpTransport::staticMetaObjectExtraData = {
  61. 0, qt_static_metacall
  62. };
  63. const QMetaObject QtSoapHttpTransport::staticMetaObject = {
  64. { &QObject::staticMetaObject, qt_meta_stringdata_QtSoapHttpTransport,
  65. qt_meta_data_QtSoapHttpTransport, &staticMetaObjectExtraData }
  66. };
  67. #ifdef Q_NO_DATA_RELOCATION
  68. const QMetaObject &QtSoapHttpTransport::getStaticMetaObject() { return staticMetaObject; }
  69. #endif //Q_NO_DATA_RELOCATION
  70. const QMetaObject *QtSoapHttpTransport::metaObject() const
  71. {
  72. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  73. }
  74. void *QtSoapHttpTransport::qt_metacast(const char *_clname)
  75. {
  76. if (!_clname) return 0;
  77. if (!strcmp(_clname, qt_meta_stringdata_QtSoapHttpTransport))
  78. return static_cast<void*>(const_cast< QtSoapHttpTransport*>(this));
  79. return QObject::qt_metacast(_clname);
  80. }
  81. int QtSoapHttpTransport::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  82. {
  83. _id = QObject::qt_metacall(_c, _id, _a);
  84. if (_id < 0)
  85. return _id;
  86. if (_c == QMetaObject::InvokeMetaMethod) {
  87. if (_id < 5)
  88. qt_static_metacall(this, _c, _id, _a);
  89. _id -= 5;
  90. }
  91. return _id;
  92. }
  93. // SIGNAL 0
  94. void QtSoapHttpTransport::responseReady()
  95. {
  96. QMetaObject::activate(this, &staticMetaObject, 0, 0);
  97. }
  98. // SIGNAL 1
  99. void QtSoapHttpTransport::responseReady(const QtSoapMessage & _t1)
  100. {
  101. void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  102. QMetaObject::activate(this, &staticMetaObject, 1, _a);
  103. }
  104. QT_END_MOC_NAMESPACE