/**************************************************************************** ** Meta object code from reading C++ file 'webview.h' ** ** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.7) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include "webview.h" #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'webview.h' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 63 #error "This file was generated using the moc from 4.8.7. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif QT_BEGIN_MOC_NAMESPACE static const uint qt_meta_data_TypicaWebView[] = { // content: 6, // revision 0, // classname 0, 0, // classinfo 11, 14, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 1, // signalCount // signals: signature, parameters, type, tag, flags 20, 15, 14, 14, 0x05, // slots: signature, parameters, type, tag, flags 51, 47, 14, 14, 0x08, // methods: signature, parameters, type, tag, flags 70, 47, 14, 14, 0x02, 96, 84, 14, 14, 0x02, 111, 14, 14, 14, 0x22, 132, 119, 14, 14, 0x02, 159, 154, 14, 14, 0x22, 183, 176, 14, 14, 0x02, 214, 14, 206, 14, 0x02, 236, 14, 224, 14, 0x02, 263, 254, 224, 14, 0x02, 0 // eod }; static const char qt_meta_stringdata_TypicaWebView[] = { "TypicaWebView\0\0link\0scriptLinkClicked(QString)\0" "url\0linkDelegate(QUrl)\0load(QString)\0" "printerName\0print(QString)\0print()\0" "html,baseUrl\0setHtml(QString,QUrl)\0" "html\0setHtml(QString)\0device\0" "setContent(QIODevice*)\0QString\0saveXml()\0" "QWebElement\0documentElement()\0selector\0" "findFirstElement(QString)\0" }; void TypicaWebView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) { if (_c == QMetaObject::InvokeMetaMethod) { Q_ASSERT(staticMetaObject.cast(_o)); TypicaWebView *_t = static_cast(_o); switch (_id) { case 0: _t->scriptLinkClicked((*reinterpret_cast< const QString(*)>(_a[1]))); break; case 1: _t->linkDelegate((*reinterpret_cast< const QUrl(*)>(_a[1]))); break; case 2: _t->load((*reinterpret_cast< const QString(*)>(_a[1]))); break; case 3: _t->print((*reinterpret_cast< const QString(*)>(_a[1]))); break; case 4: _t->print(); break; case 5: _t->setHtml((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QUrl(*)>(_a[2]))); break; case 6: _t->setHtml((*reinterpret_cast< const QString(*)>(_a[1]))); break; case 7: _t->setContent((*reinterpret_cast< QIODevice*(*)>(_a[1]))); break; case 8: { QString _r = _t->saveXml(); if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; case 9: { QWebElement _r = _t->documentElement(); if (_a[0]) *reinterpret_cast< QWebElement*>(_a[0]) = _r; } break; case 10: { QWebElement _r = _t->findFirstElement((*reinterpret_cast< const QString(*)>(_a[1]))); if (_a[0]) *reinterpret_cast< QWebElement*>(_a[0]) = _r; } break; default: ; } } } const QMetaObjectExtraData TypicaWebView::staticMetaObjectExtraData = { 0, qt_static_metacall }; const QMetaObject TypicaWebView::staticMetaObject = { { &QWebView::staticMetaObject, qt_meta_stringdata_TypicaWebView, qt_meta_data_TypicaWebView, &staticMetaObjectExtraData } }; #ifdef Q_NO_DATA_RELOCATION const QMetaObject &TypicaWebView::getStaticMetaObject() { return staticMetaObject; } #endif //Q_NO_DATA_RELOCATION const QMetaObject *TypicaWebView::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; } void *TypicaWebView::qt_metacast(const char *_clname) { if (!_clname) return 0; if (!strcmp(_clname, qt_meta_stringdata_TypicaWebView)) return static_cast(const_cast< TypicaWebView*>(this)); return QWebView::qt_metacast(_clname); } int TypicaWebView::qt_metacall(QMetaObject::Call _c, int _id, void **_a) { _id = QWebView::qt_metacall(_c, _id, _a); if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { if (_id < 11) qt_static_metacall(this, _c, _id, _a); _id -= 11; } return _id; } // SIGNAL 0 void TypicaWebView::scriptLinkClicked(const QString & _t1) { void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; QMetaObject::activate(this, &staticMetaObject, 0, _a); } QT_END_MOC_NAMESPACE