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

浏览器

开发平台:

Visual C++

  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'networkaccessmanager.h'
  3. **
  4. ** Created: Tue Nov 18 19:00:13 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 "../../../networkaccessmanager.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'networkaccessmanager.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_NetworkAccessManager[] = {
  19.  // content:
  20.        1,       // revision
  21.        0,       // classname
  22.        0,    0, // classinfo
  23.        3,   10, // methods
  24.        0,    0, // properties
  25.        0,    0, // enums/sets
  26.  // slots: signature, parameters, type, tag, flags
  27.       22,   21,   21,   21, 0x0a,
  28.       48,   37,   21,   21, 0x08,
  29.      114,  103,   21,   21, 0x08,
  30.        0        // eod
  31. };
  32. static const char qt_meta_stringdata_NetworkAccessManager[] = {
  33.     "NetworkAccessManagerloadSettings()"
  34.     "reply,auth"
  35.     "authenticationRequired(QNetworkReply*,QAuthenticator*)"
  36.     "proxy,auth"
  37.     "proxyAuthenticationRequired(QNetworkProxy,QAuthenticator*)"
  38. };
  39. const QMetaObject NetworkAccessManager::staticMetaObject = {
  40.     { &QNetworkAccessManager::staticMetaObject, qt_meta_stringdata_NetworkAccessManager,
  41.       qt_meta_data_NetworkAccessManager, 0 }
  42. };
  43. const QMetaObject *NetworkAccessManager::metaObject() const
  44. {
  45.     return &staticMetaObject;
  46. }
  47. void *NetworkAccessManager::qt_metacast(const char *_clname)
  48. {
  49.     if (!_clname) return 0;
  50.     if (!strcmp(_clname, qt_meta_stringdata_NetworkAccessManager))
  51.         return static_cast<void*>(const_cast< NetworkAccessManager*>(this));
  52.     return QNetworkAccessManager::qt_metacast(_clname);
  53. }
  54. int NetworkAccessManager::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  55. {
  56.     _id = QNetworkAccessManager::qt_metacall(_c, _id, _a);
  57.     if (_id < 0)
  58.         return _id;
  59.     if (_c == QMetaObject::InvokeMetaMethod) {
  60.         switch (_id) {
  61.         case 0: loadSettings(); break;
  62.         case 1: authenticationRequired((*reinterpret_cast< QNetworkReply*(*)>(_a[1])),(*reinterpret_cast< QAuthenticator*(*)>(_a[2]))); break;
  63.         case 2: proxyAuthenticationRequired((*reinterpret_cast< const QNetworkProxy(*)>(_a[1])),(*reinterpret_cast< QAuthenticator*(*)>(_a[2]))); break;
  64.         }
  65.         _id -= 3;
  66.     }
  67.     return _id;
  68. }
  69. QT_END_MOC_NAMESPACE