moc_webview.cpp
上传用户:huahtool
上传日期:2015-12-10
资源大小:1089k
文件大小:4k
源码类别:

浏览器

开发平台:

Visual C++

  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'webview.h'
  3. **
  4. ** Created: Tue Nov 18 19:00:15 2008
  5. **      by: The Qt Meta Object Compiler version 59 (Qt 4.4.3)
  6. **
  7. ** WARNING! All changes made in this file will be lost!
  8. *****************************************************************************/
  9. #include "../../../webview.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'webview.h' doesn't include <QObject>."
  12. #elif Q_MOC_OUTPUT_REVISION != 59
  13. #error "This file was generated using the moc from 4.4.3. 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_WebPage[] = {
  19.  // content:
  20.        1,       // revision
  21.        0,       // classname
  22.        0,    0, // classinfo
  23.        2,   10, // methods
  24.        0,    0, // properties
  25.        0,    0, // enums/sets
  26.  // signals: signature, parameters, type, tag, flags
  27.       13,    9,    8,    8, 0x05,
  28.  // slots: signature, parameters, type, tag, flags
  29.       36,   30,    8,    8, 0x08,
  30.        0        // eod
  31. };
  32. static const char qt_meta_stringdata_WebPage[] = {
  33.     "WebPageurlloadingUrl(QUrl)reply"
  34.     "handleUnsupportedContent(QNetworkReply*)"
  35. };
  36. const QMetaObject WebPage::staticMetaObject = {
  37.     { &QWebPage::staticMetaObject, qt_meta_stringdata_WebPage,
  38.       qt_meta_data_WebPage, 0 }
  39. };
  40. const QMetaObject *WebPage::metaObject() const
  41. {
  42.     return &staticMetaObject;
  43. }
  44. void *WebPage::qt_metacast(const char *_clname)
  45. {
  46.     if (!_clname) return 0;
  47.     if (!strcmp(_clname, qt_meta_stringdata_WebPage))
  48.         return static_cast<void*>(const_cast< WebPage*>(this));
  49.     return QWebPage::qt_metacast(_clname);
  50. }
  51. int WebPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  52. {
  53.     _id = QWebPage::qt_metacall(_c, _id, _a);
  54.     if (_id < 0)
  55.         return _id;
  56.     if (_c == QMetaObject::InvokeMetaMethod) {
  57.         switch (_id) {
  58.         case 0: loadingUrl((*reinterpret_cast< const QUrl(*)>(_a[1]))); break;
  59.         case 1: handleUnsupportedContent((*reinterpret_cast< QNetworkReply*(*)>(_a[1]))); break;
  60.         }
  61.         _id -= 2;
  62.     }
  63.     return _id;
  64. }
  65. // SIGNAL 0
  66. void WebPage::loadingUrl(const QUrl & _t1)
  67. {
  68.     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  69.     QMetaObject::activate(this, &staticMetaObject, 0, _a);
  70. }
  71. static const uint qt_meta_data_WebView[] = {
  72.  // content:
  73.        1,       // revision
  74.        0,       // classname
  75.        0,    0, // classinfo
  76.        5,   10, // methods
  77.        0,    0, // properties
  78.        0,    0, // enums/sets
  79.  // slots: signature, parameters, type, tag, flags
  80.       18,    9,    8,    8, 0x08,
  81.       35,    8,    8,    8, 0x08,
  82.       57,   50,    8,    8, 0x08,
  83.       91,   83,    8,    8, 0x08,
  84.      126,    8,    8,    8, 0x08,
  85.        0        // eod
  86. };
  87. static const char qt_meta_stringdata_WebView[] = {
  88.     "WebViewprogresssetProgress(int)"
  89.     "loadFinished()stringsetStatusBarText(QString)"
  90.     "requestdownloadRequested(QNetworkRequest)"
  91.     "openLinkInNewTab()"
  92. };
  93. const QMetaObject WebView::staticMetaObject = {
  94.     { &QWebView::staticMetaObject, qt_meta_stringdata_WebView,
  95.       qt_meta_data_WebView, 0 }
  96. };
  97. const QMetaObject *WebView::metaObject() const
  98. {
  99.     return &staticMetaObject;
  100. }
  101. void *WebView::qt_metacast(const char *_clname)
  102. {
  103.     if (!_clname) return 0;
  104.     if (!strcmp(_clname, qt_meta_stringdata_WebView))
  105.         return static_cast<void*>(const_cast< WebView*>(this));
  106.     return QWebView::qt_metacast(_clname);
  107. }
  108. int WebView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  109. {
  110.     _id = QWebView::qt_metacall(_c, _id, _a);
  111.     if (_id < 0)
  112.         return _id;
  113.     if (_c == QMetaObject::InvokeMetaMethod) {
  114.         switch (_id) {
  115.         case 0: setProgress((*reinterpret_cast< int(*)>(_a[1]))); break;
  116.         case 1: loadFinished(); break;
  117.         case 2: setStatusBarText((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  118.         case 3: downloadRequested((*reinterpret_cast< const QNetworkRequest(*)>(_a[1]))); break;
  119.         case 4: openLinkInNewTab(); break;
  120.         }
  121.         _id -= 5;
  122.     }
  123.     return _id;
  124. }
  125. QT_END_MOC_NAMESPACE