moc_cachewebview.cpp 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'cachewebview.h'
  3. **
  4. ** Created: Mon Apr 22 11:50:44 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/cachewebview.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'cachewebview.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_CacheWebView[] = {
  19. // content:
  20. 6, // revision
  21. 0, // classname
  22. 0, 0, // classinfo
  23. 2, 14, // methods
  24. 0, 0, // properties
  25. 0, 0, // enums/sets
  26. 0, 0, // constructors
  27. 0, // flags
  28. 0, // signalCount
  29. // slots: signature, parameters, type, tag, flags
  30. 18, 14, 13, 13, 0x0a,
  31. 41, 38, 13, 13, 0x0a,
  32. 0 // eod
  33. };
  34. static const char qt_meta_stringdata_CacheWebView[] = {
  35. "CacheWebView\0\0url\0onLinkClicked(QUrl)\0"
  36. "ok\0onWebViewFinished(bool)\0"
  37. };
  38. void CacheWebView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  39. {
  40. if (_c == QMetaObject::InvokeMetaMethod) {
  41. Q_ASSERT(staticMetaObject.cast(_o));
  42. CacheWebView *_t = static_cast<CacheWebView *>(_o);
  43. switch (_id) {
  44. case 0: _t->onLinkClicked((*reinterpret_cast< QUrl(*)>(_a[1]))); break;
  45. case 1: _t->onWebViewFinished((*reinterpret_cast< bool(*)>(_a[1]))); break;
  46. default: ;
  47. }
  48. }
  49. }
  50. const QMetaObjectExtraData CacheWebView::staticMetaObjectExtraData = {
  51. 0, qt_static_metacall
  52. };
  53. const QMetaObject CacheWebView::staticMetaObject = {
  54. { &QWebView::staticMetaObject, qt_meta_stringdata_CacheWebView,
  55. qt_meta_data_CacheWebView, &staticMetaObjectExtraData }
  56. };
  57. #ifdef Q_NO_DATA_RELOCATION
  58. const QMetaObject &CacheWebView::getStaticMetaObject() { return staticMetaObject; }
  59. #endif //Q_NO_DATA_RELOCATION
  60. const QMetaObject *CacheWebView::metaObject() const
  61. {
  62. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  63. }
  64. void *CacheWebView::qt_metacast(const char *_clname)
  65. {
  66. if (!_clname) return 0;
  67. if (!strcmp(_clname, qt_meta_stringdata_CacheWebView))
  68. return static_cast<void*>(const_cast< CacheWebView*>(this));
  69. return QWebView::qt_metacast(_clname);
  70. }
  71. int CacheWebView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  72. {
  73. _id = QWebView::qt_metacall(_c, _id, _a);
  74. if (_id < 0)
  75. return _id;
  76. if (_c == QMetaObject::InvokeMetaMethod) {
  77. if (_id < 2)
  78. qt_static_metacall(this, _c, _id, _a);
  79. _id -= 2;
  80. }
  81. return _id;
  82. }
  83. QT_END_MOC_NAMESPACE