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

浏览器

开发平台:

Visual C++

  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'urllineedit.h'
  3. **
  4. ** Created: Tue Nov 18 19:00:14 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 "../../../urllineedit.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'urllineedit.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_ExLineEdit[] = {
  19.  // content:
  20.        1,       // revision
  21.        0,       // classname
  22.        0,    0, // classinfo
  23.        0,    0, // methods
  24.        0,    0, // properties
  25.        0,    0, // enums/sets
  26.        0        // eod
  27. };
  28. static const char qt_meta_stringdata_ExLineEdit[] = {
  29.     "ExLineEdit"
  30. };
  31. const QMetaObject ExLineEdit::staticMetaObject = {
  32.     { &QWidget::staticMetaObject, qt_meta_stringdata_ExLineEdit,
  33.       qt_meta_data_ExLineEdit, 0 }
  34. };
  35. const QMetaObject *ExLineEdit::metaObject() const
  36. {
  37.     return &staticMetaObject;
  38. }
  39. void *ExLineEdit::qt_metacast(const char *_clname)
  40. {
  41.     if (!_clname) return 0;
  42.     if (!strcmp(_clname, qt_meta_stringdata_ExLineEdit))
  43.         return static_cast<void*>(const_cast< ExLineEdit*>(this));
  44.     return QWidget::qt_metacast(_clname);
  45. }
  46. int ExLineEdit::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  47. {
  48.     _id = QWidget::qt_metacall(_c, _id, _a);
  49.     if (_id < 0)
  50.         return _id;
  51.     return _id;
  52. }
  53. static const uint qt_meta_data_UrlLineEdit[] = {
  54.  // content:
  55.        1,       // revision
  56.        0,       // classname
  57.        0,    0, // classinfo
  58.        2,   10, // methods
  59.        0,    0, // properties
  60.        0,    0, // enums/sets
  61.  // slots: signature, parameters, type, tag, flags
  62.       17,   13,   12,   12, 0x08,
  63.       41,   12,   12,   12, 0x08,
  64.        0        // eod
  65. };
  66. static const char qt_meta_stringdata_UrlLineEdit[] = {
  67.     "UrlLineEditurlwebViewUrlChanged(QUrl)"
  68.     "webViewIconChanged()"
  69. };
  70. const QMetaObject UrlLineEdit::staticMetaObject = {
  71.     { &ExLineEdit::staticMetaObject, qt_meta_stringdata_UrlLineEdit,
  72.       qt_meta_data_UrlLineEdit, 0 }
  73. };
  74. const QMetaObject *UrlLineEdit::metaObject() const
  75. {
  76.     return &staticMetaObject;
  77. }
  78. void *UrlLineEdit::qt_metacast(const char *_clname)
  79. {
  80.     if (!_clname) return 0;
  81.     if (!strcmp(_clname, qt_meta_stringdata_UrlLineEdit))
  82.         return static_cast<void*>(const_cast< UrlLineEdit*>(this));
  83.     return ExLineEdit::qt_metacast(_clname);
  84. }
  85. int UrlLineEdit::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  86. {
  87.     _id = ExLineEdit::qt_metacall(_c, _id, _a);
  88.     if (_id < 0)
  89.         return _id;
  90.     if (_c == QMetaObject::InvokeMetaMethod) {
  91.         switch (_id) {
  92.         case 0: webViewUrlChanged((*reinterpret_cast< const QUrl(*)>(_a[1]))); break;
  93.         case 1: webViewIconChanged(); break;
  94.         }
  95.         _id -= 2;
  96.     }
  97.     return _id;
  98. }
  99. QT_END_MOC_NAMESPACE