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

浏览器

开发平台:

Visual C++

  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'downloadmanager.h'
  3. **
  4. ** Created: Tue Nov 18 19:00:11 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 "../../../downloadmanager.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'downloadmanager.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_DownloadItem[] = {
  19.  // content:
  20.        1,       // revision
  21.        0,       // classname
  22.        0,    0, // classinfo
  23.        9,   10, // methods
  24.        0,    0, // properties
  25.        0,    0, // enums/sets
  26.  // signals: signature, parameters, type, tag, flags
  27.       14,   13,   13,   13, 0x05,
  28.  // slots: signature, parameters, type, tag, flags
  29.       30,   13,   13,   13, 0x08,
  30.       37,   13,   13,   13, 0x08,
  31.       48,   13,   13,   13, 0x08,
  32.       55,   13,   13,   13, 0x08,
  33.       80,   75,   13,   13, 0x08,
  34.      140,  115,   13,   13, 0x08,
  35.      172,   13,   13,   13, 0x08,
  36.      190,   13,   13,   13, 0x08,
  37.        0        // eod
  38. };
  39. static const char qt_meta_stringdata_DownloadItem[] = {
  40.     "DownloadItemstatusChanged()stop()"
  41.     "tryAgain()open()downloadReadyRead()"
  42.     "codeerror(QNetworkReply::NetworkError)"
  43.     "bytesReceived,bytesTotal"
  44.     "downloadProgress(qint64,qint64)"
  45.     "metaDataChanged()finished()"
  46. };
  47. const QMetaObject DownloadItem::staticMetaObject = {
  48.     { &QWidget::staticMetaObject, qt_meta_stringdata_DownloadItem,
  49.       qt_meta_data_DownloadItem, 0 }
  50. };
  51. const QMetaObject *DownloadItem::metaObject() const
  52. {
  53.     return &staticMetaObject;
  54. }
  55. void *DownloadItem::qt_metacast(const char *_clname)
  56. {
  57.     if (!_clname) return 0;
  58.     if (!strcmp(_clname, qt_meta_stringdata_DownloadItem))
  59.         return static_cast<void*>(const_cast< DownloadItem*>(this));
  60.     if (!strcmp(_clname, "Ui_DownloadItem"))
  61.         return static_cast< Ui_DownloadItem*>(const_cast< DownloadItem*>(this));
  62.     return QWidget::qt_metacast(_clname);
  63. }
  64. int DownloadItem::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  65. {
  66.     _id = QWidget::qt_metacall(_c, _id, _a);
  67.     if (_id < 0)
  68.         return _id;
  69.     if (_c == QMetaObject::InvokeMetaMethod) {
  70.         switch (_id) {
  71.         case 0: statusChanged(); break;
  72.         case 1: stop(); break;
  73.         case 2: tryAgain(); break;
  74.         case 3: open(); break;
  75.         case 4: downloadReadyRead(); break;
  76.         case 5: error((*reinterpret_cast< QNetworkReply::NetworkError(*)>(_a[1]))); break;
  77.         case 6: downloadProgress((*reinterpret_cast< qint64(*)>(_a[1])),(*reinterpret_cast< qint64(*)>(_a[2]))); break;
  78.         case 7: metaDataChanged(); break;
  79.         case 8: finished(); break;
  80.         }
  81.         _id -= 9;
  82.     }
  83.     return _id;
  84. }
  85. // SIGNAL 0
  86. void DownloadItem::statusChanged()
  87. {
  88.     QMetaObject::activate(this, &staticMetaObject, 0, 0);
  89. }
  90. static const uint qt_meta_data_DownloadManager[] = {
  91.  // content:
  92.        1,       // revision
  93.        0,       // classname
  94.        0,    0, // classinfo
  95.        9,   10, // methods
  96.        1,   55, // properties
  97.        1,   58, // enums/sets
  98.  // slots: signature, parameters, type, tag, flags
  99.       41,   17,   16,   16, 0x0a,
  100.       80,   72,   16,   16, 0x2a,
  101.      126,  106,   16,   16, 0x0a,
  102.      150,  146,   16,   16, 0x2a,
  103.      187,  165,   16,   16, 0x0a,
  104.      239,  233,   16,   16, 0x2a,
  105.      280,   16,   16,   16, 0x0a,
  106.      290,   16,   16,   16, 0x08,
  107.      297,   16,   16,   16, 0x08,
  108.  // properties: name, type, flags
  109.      322,  309, 0x0009510b,
  110.  // enums: name, flags, count, data
  111.      309, 0x0,    3,   62,
  112.  // enum data: key, value
  113.      335, uint(DownloadManager::Never),
  114.      341, uint(DownloadManager::Exit),
  115.      346, uint(DownloadManager::SuccessFullDownload),
  116.        0        // eod
  117. };
  118. static const char qt_meta_stringdata_DownloadManager[] = {
  119.     "DownloadManagerrequest,requestFileName"
  120.     "download(QNetworkRequest,bool)request"
  121.     "download(QNetworkRequest)url,requestFileName"
  122.     "download(QUrl,bool)urldownload(QUrl)"
  123.     "reply,requestFileName"
  124.     "handleUnsupportedContent(QNetworkReply*,bool)"
  125.     "replyhandleUnsupportedContent(QNetworkReply*)"
  126.     "cleanup()save()updateRow()RemovePolicy"
  127.     "removePolicyNeverExitSuccessFullDownload"
  128. };
  129. const QMetaObject DownloadManager::staticMetaObject = {
  130.     { &QDialog::staticMetaObject, qt_meta_stringdata_DownloadManager,
  131.       qt_meta_data_DownloadManager, 0 }
  132. };
  133. const QMetaObject *DownloadManager::metaObject() const
  134. {
  135.     return &staticMetaObject;
  136. }
  137. void *DownloadManager::qt_metacast(const char *_clname)
  138. {
  139.     if (!_clname) return 0;
  140.     if (!strcmp(_clname, qt_meta_stringdata_DownloadManager))
  141.         return static_cast<void*>(const_cast< DownloadManager*>(this));
  142.     if (!strcmp(_clname, "Ui_DownloadDialog"))
  143.         return static_cast< Ui_DownloadDialog*>(const_cast< DownloadManager*>(this));
  144.     return QDialog::qt_metacast(_clname);
  145. }
  146. int DownloadManager::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  147. {
  148.     _id = QDialog::qt_metacall(_c, _id, _a);
  149.     if (_id < 0)
  150.         return _id;
  151.     if (_c == QMetaObject::InvokeMetaMethod) {
  152.         switch (_id) {
  153.         case 0: download((*reinterpret_cast< const QNetworkRequest(*)>(_a[1])),(*reinterpret_cast< bool(*)>(_a[2]))); break;
  154.         case 1: download((*reinterpret_cast< const QNetworkRequest(*)>(_a[1]))); break;
  155.         case 2: download((*reinterpret_cast< const QUrl(*)>(_a[1])),(*reinterpret_cast< bool(*)>(_a[2]))); break;
  156.         case 3: download((*reinterpret_cast< const QUrl(*)>(_a[1]))); break;
  157.         case 4: handleUnsupportedContent((*reinterpret_cast< QNetworkReply*(*)>(_a[1])),(*reinterpret_cast< bool(*)>(_a[2]))); break;
  158.         case 5: handleUnsupportedContent((*reinterpret_cast< QNetworkReply*(*)>(_a[1]))); break;
  159.         case 6: cleanup(); break;
  160.         case 7: save(); break;
  161.         case 8: updateRow(); break;
  162.         }
  163.         _id -= 9;
  164.     }
  165. #ifndef QT_NO_PROPERTIES
  166.       else if (_c == QMetaObject::ReadProperty) {
  167.         void *_v = _a[0];
  168.         switch (_id) {
  169.         case 0: *reinterpret_cast< RemovePolicy*>(_v) = removePolicy(); break;
  170.         }
  171.         _id -= 1;
  172.     } else if (_c == QMetaObject::WriteProperty) {
  173.         void *_v = _a[0];
  174.         switch (_id) {
  175.         case 0: setRemovePolicy(*reinterpret_cast< RemovePolicy*>(_v)); break;
  176.         }
  177.         _id -= 1;
  178.     } else if (_c == QMetaObject::ResetProperty) {
  179.         _id -= 1;
  180.     } else if (_c == QMetaObject::QueryPropertyDesignable) {
  181.         _id -= 1;
  182.     } else if (_c == QMetaObject::QueryPropertyScriptable) {
  183.         _id -= 1;
  184.     } else if (_c == QMetaObject::QueryPropertyStored) {
  185.         _id -= 1;
  186.     } else if (_c == QMetaObject::QueryPropertyEditable) {
  187.         _id -= 1;
  188.     } else if (_c == QMetaObject::QueryPropertyUser) {
  189.         _id -= 1;
  190.     }
  191. #endif // QT_NO_PROPERTIES
  192.     return _id;
  193. }
  194. static const uint qt_meta_data_DownloadModel[] = {
  195.  // content:
  196.        1,       // revision
  197.        0,       // classname
  198.        0,    0, // classinfo
  199.        0,    0, // methods
  200.        0,    0, // properties
  201.        0,    0, // enums/sets
  202.        0        // eod
  203. };
  204. static const char qt_meta_stringdata_DownloadModel[] = {
  205.     "DownloadModel"
  206. };
  207. const QMetaObject DownloadModel::staticMetaObject = {
  208.     { &QAbstractListModel::staticMetaObject, qt_meta_stringdata_DownloadModel,
  209.       qt_meta_data_DownloadModel, 0 }
  210. };
  211. const QMetaObject *DownloadModel::metaObject() const
  212. {
  213.     return &staticMetaObject;
  214. }
  215. void *DownloadModel::qt_metacast(const char *_clname)
  216. {
  217.     if (!_clname) return 0;
  218.     if (!strcmp(_clname, qt_meta_stringdata_DownloadModel))
  219.         return static_cast<void*>(const_cast< DownloadModel*>(this));
  220.     return QAbstractListModel::qt_metacast(_clname);
  221. }
  222. int DownloadModel::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  223. {
  224.     _id = QAbstractListModel::qt_metacall(_c, _id, _a);
  225.     if (_id < 0)
  226.         return _id;
  227.     return _id;
  228. }
  229. QT_END_MOC_NAMESPACE