| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 | /****************************************************************************
** Meta object code from reading C++ file 'webview.h'
**
** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6)
**
** 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 <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 63
#error "This file was generated using the moc from 4.8.6. 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
      10,   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,
      84,   14,   14,   14, 0x02,
     105,   92,   14,   14, 0x02,
     132,  127,   14,   14, 0x22,
     156,  149,   14,   14, 0x02,
     187,   14,  179,   14, 0x02,
     209,   14,  197,   14, 0x02,
     236,  227,  197,   14, 0x02,
       0        // eod
};
static const char qt_meta_stringdata_TypicaWebView[] = {
    "TypicaWebView\0\0link\0scriptLinkClicked(QString)\0"
    "url\0linkDelegate(QUrl)\0load(QString)\0"
    "print()\0html,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<TypicaWebView *>(_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(); break;
        case 4: _t->setHtml((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QUrl(*)>(_a[2]))); break;
        case 5: _t->setHtml((*reinterpret_cast< const QString(*)>(_a[1]))); break;
        case 6: _t->setContent((*reinterpret_cast< QIODevice*(*)>(_a[1]))); break;
        case 7: { QString _r = _t->saveXml();
            if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
        case 8: { QWebElement _r = _t->documentElement();
            if (_a[0]) *reinterpret_cast< QWebElement*>(_a[0]) = _r; }  break;
        case 9: { 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<void*>(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 < 10)
            qt_static_metacall(this, _c, _id, _a);
        _id -= 10;
    }
    return _id;
}
// SIGNAL 0
void TypicaWebView::scriptLinkClicked(const QString & _t1)
{
    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
    QMetaObject::activate(this, &staticMetaObject, 0, _a);
}
QT_END_MOC_NAMESPACE
 |