Typica is a free program for professional coffee roasters. https://typica.us
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

moc_webelement.cpp 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'webelement.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 "webelement.h"
  9. #if !defined(Q_MOC_OUTPUT_REVISION)
  10. #error "The header file 'webelement.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_TypicaWebElement[] = {
  18. // content:
  19. 6, // revision
  20. 0, // classname
  21. 0, 0, // classinfo
  22. 9, 14, // methods
  23. 0, 0, // properties
  24. 0, 0, // enums/sets
  25. 0, 0, // constructors
  26. 0, // flags
  27. 0, // signalCount
  28. // methods: signature, parameters, type, tag, flags
  29. 25, 18, 17, 17, 0x02,
  30. 47, 18, 17, 17, 0x02,
  31. 70, 18, 17, 17, 0x02,
  32. 93, 18, 17, 17, 0x02,
  33. 117, 17, 17, 17, 0x02,
  34. 138, 18, 17, 17, 0x02,
  35. 155, 18, 17, 17, 0x02,
  36. 176, 18, 17, 17, 0x02,
  37. 202, 197, 17, 17, 0x02,
  38. 0 // eod
  39. };
  40. static const char qt_meta_stringdata_TypicaWebElement[] = {
  41. "TypicaWebElement\0\0markup\0appendInside(QString)\0"
  42. "appendOutside(QString)\0prependInside(QString)\0"
  43. "prependOutside(QString)\0removeFromDocument()\0"
  44. "replace(QString)\0setInnerXml(QString)\0"
  45. "setOuterXml(QString)\0text\0"
  46. "setPlainText(QString)\0"
  47. };
  48. void TypicaWebElement::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  49. {
  50. if (_c == QMetaObject::InvokeMetaMethod) {
  51. Q_ASSERT(staticMetaObject.cast(_o));
  52. TypicaWebElement *_t = static_cast<TypicaWebElement *>(_o);
  53. switch (_id) {
  54. case 0: _t->appendInside((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  55. case 1: _t->appendOutside((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  56. case 2: _t->prependInside((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  57. case 3: _t->prependOutside((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  58. case 4: _t->removeFromDocument(); break;
  59. case 5: _t->replace((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  60. case 6: _t->setInnerXml((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  61. case 7: _t->setOuterXml((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  62. case 8: _t->setPlainText((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  63. default: ;
  64. }
  65. }
  66. }
  67. const QMetaObjectExtraData TypicaWebElement::staticMetaObjectExtraData = {
  68. 0, qt_static_metacall
  69. };
  70. const QMetaObject TypicaWebElement::staticMetaObject = {
  71. { &QObject::staticMetaObject, qt_meta_stringdata_TypicaWebElement,
  72. qt_meta_data_TypicaWebElement, &staticMetaObjectExtraData }
  73. };
  74. #ifdef Q_NO_DATA_RELOCATION
  75. const QMetaObject &TypicaWebElement::getStaticMetaObject() { return staticMetaObject; }
  76. #endif //Q_NO_DATA_RELOCATION
  77. const QMetaObject *TypicaWebElement::metaObject() const
  78. {
  79. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  80. }
  81. void *TypicaWebElement::qt_metacast(const char *_clname)
  82. {
  83. if (!_clname) return 0;
  84. if (!strcmp(_clname, qt_meta_stringdata_TypicaWebElement))
  85. return static_cast<void*>(const_cast< TypicaWebElement*>(this));
  86. return QObject::qt_metacast(_clname);
  87. }
  88. int TypicaWebElement::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  89. {
  90. _id = QObject::qt_metacall(_c, _id, _a);
  91. if (_id < 0)
  92. return _id;
  93. if (_c == QMetaObject::InvokeMetaMethod) {
  94. if (_id < 9)
  95. qt_static_metacall(this, _c, _id, _a);
  96. _id -= 9;
  97. }
  98. return _id;
  99. }
  100. QT_END_MOC_NAMESPACE