Typica is a free program for professional coffee roasters. https://typica.us
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

moc_webview.cpp 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'webview.h'
  3. **
  4. ** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.7)
  5. **
  6. ** WARNING! All changes made in this file will be lost!
  7. *****************************************************************************/
  8. #include "webview.h"
  9. #if !defined(Q_MOC_OUTPUT_REVISION)
  10. #error "The header file 'webview.h' doesn't include <QObject>."
  11. #elif Q_MOC_OUTPUT_REVISION != 63
  12. #error "This file was generated using the moc from 4.8.7. It"
  13. #error "cannot be used with the include files from this version of Qt."
  14. #error "(The moc has changed too much.)"
  15. #endif
  16. QT_BEGIN_MOC_NAMESPACE
  17. static const uint qt_meta_data_TypicaWebView[] = {
  18. // content:
  19. 6, // revision
  20. 0, // classname
  21. 0, 0, // classinfo
  22. 11, 14, // methods
  23. 0, 0, // properties
  24. 0, 0, // enums/sets
  25. 0, 0, // constructors
  26. 0, // flags
  27. 1, // signalCount
  28. // signals: signature, parameters, type, tag, flags
  29. 20, 15, 14, 14, 0x05,
  30. // slots: signature, parameters, type, tag, flags
  31. 51, 47, 14, 14, 0x08,
  32. // methods: signature, parameters, type, tag, flags
  33. 70, 47, 14, 14, 0x02,
  34. 96, 84, 14, 14, 0x02,
  35. 111, 14, 14, 14, 0x22,
  36. 132, 119, 14, 14, 0x02,
  37. 159, 154, 14, 14, 0x22,
  38. 183, 176, 14, 14, 0x02,
  39. 214, 14, 206, 14, 0x02,
  40. 236, 14, 224, 14, 0x02,
  41. 263, 254, 224, 14, 0x02,
  42. 0 // eod
  43. };
  44. static const char qt_meta_stringdata_TypicaWebView[] = {
  45. "TypicaWebView\0\0link\0scriptLinkClicked(QString)\0"
  46. "url\0linkDelegate(QUrl)\0load(QString)\0"
  47. "printerName\0print(QString)\0print()\0"
  48. "html,baseUrl\0setHtml(QString,QUrl)\0"
  49. "html\0setHtml(QString)\0device\0"
  50. "setContent(QIODevice*)\0QString\0saveXml()\0"
  51. "QWebElement\0documentElement()\0selector\0"
  52. "findFirstElement(QString)\0"
  53. };
  54. void TypicaWebView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  55. {
  56. if (_c == QMetaObject::InvokeMetaMethod) {
  57. Q_ASSERT(staticMetaObject.cast(_o));
  58. TypicaWebView *_t = static_cast<TypicaWebView *>(_o);
  59. switch (_id) {
  60. case 0: _t->scriptLinkClicked((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  61. case 1: _t->linkDelegate((*reinterpret_cast< const QUrl(*)>(_a[1]))); break;
  62. case 2: _t->load((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  63. case 3: _t->print((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  64. case 4: _t->print(); break;
  65. case 5: _t->setHtml((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QUrl(*)>(_a[2]))); break;
  66. case 6: _t->setHtml((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  67. case 7: _t->setContent((*reinterpret_cast< QIODevice*(*)>(_a[1]))); break;
  68. case 8: { QString _r = _t->saveXml();
  69. if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break;
  70. case 9: { QWebElement _r = _t->documentElement();
  71. if (_a[0]) *reinterpret_cast< QWebElement*>(_a[0]) = _r; } break;
  72. case 10: { QWebElement _r = _t->findFirstElement((*reinterpret_cast< const QString(*)>(_a[1])));
  73. if (_a[0]) *reinterpret_cast< QWebElement*>(_a[0]) = _r; } break;
  74. default: ;
  75. }
  76. }
  77. }
  78. const QMetaObjectExtraData TypicaWebView::staticMetaObjectExtraData = {
  79. 0, qt_static_metacall
  80. };
  81. const QMetaObject TypicaWebView::staticMetaObject = {
  82. { &QWebView::staticMetaObject, qt_meta_stringdata_TypicaWebView,
  83. qt_meta_data_TypicaWebView, &staticMetaObjectExtraData }
  84. };
  85. #ifdef Q_NO_DATA_RELOCATION
  86. const QMetaObject &TypicaWebView::getStaticMetaObject() { return staticMetaObject; }
  87. #endif //Q_NO_DATA_RELOCATION
  88. const QMetaObject *TypicaWebView::metaObject() const
  89. {
  90. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  91. }
  92. void *TypicaWebView::qt_metacast(const char *_clname)
  93. {
  94. if (!_clname) return 0;
  95. if (!strcmp(_clname, qt_meta_stringdata_TypicaWebView))
  96. return static_cast<void*>(const_cast< TypicaWebView*>(this));
  97. return QWebView::qt_metacast(_clname);
  98. }
  99. int TypicaWebView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  100. {
  101. _id = QWebView::qt_metacall(_c, _id, _a);
  102. if (_id < 0)
  103. return _id;
  104. if (_c == QMetaObject::InvokeMetaMethod) {
  105. if (_id < 11)
  106. qt_static_metacall(this, _c, _id, _a);
  107. _id -= 11;
  108. }
  109. return _id;
  110. }
  111. // SIGNAL 0
  112. void TypicaWebView::scriptLinkClicked(const QString & _t1)
  113. {
  114. void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  115. QMetaObject::activate(this, &staticMetaObject, 0, _a);
  116. }
  117. QT_END_MOC_NAMESPACE