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

浏览器

开发平台:

Visual C++

  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'browserapplication.h'
  3. **
  4. ** Created: Tue Nov 18 19:00:10 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 "../../../browserapplication.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'browserapplication.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_BrowserApplication[] = {
  19.  // content:
  20.        1,       // revision
  21.        0,       // classname
  22.        0,    0, // classinfo
  23.        5,   10, // methods
  24.        0,    0, // properties
  25.        0,    0, // enums/sets
  26.  // slots: signature, parameters, type, tag, flags
  27.       39,   19,   20,   19, 0x0a,
  28.       55,   19,   19,   19, 0x0a,
  29.       76,   19,   19,   19, 0x08,
  30.       93,   89,   19,   19, 0x08,
  31.      107,   19,   19,   19, 0x08,
  32.        0        // eod
  33. };
  34. static const char qt_meta_stringdata_BrowserApplication[] = {
  35.     "BrowserApplicationBrowserMainWindow*"
  36.     "newMainWindow()restoreLastSession()"
  37.     "postLaunch()urlopenUrl(QUrl)"
  38.     "newLocalSocketConnection()"
  39. };
  40. const QMetaObject BrowserApplication::staticMetaObject = {
  41.     { &QApplication::staticMetaObject, qt_meta_stringdata_BrowserApplication,
  42.       qt_meta_data_BrowserApplication, 0 }
  43. };
  44. const QMetaObject *BrowserApplication::metaObject() const
  45. {
  46.     return &staticMetaObject;
  47. }
  48. void *BrowserApplication::qt_metacast(const char *_clname)
  49. {
  50.     if (!_clname) return 0;
  51.     if (!strcmp(_clname, qt_meta_stringdata_BrowserApplication))
  52.         return static_cast<void*>(const_cast< BrowserApplication*>(this));
  53.     return QApplication::qt_metacast(_clname);
  54. }
  55. int BrowserApplication::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  56. {
  57.     _id = QApplication::qt_metacall(_c, _id, _a);
  58.     if (_id < 0)
  59.         return _id;
  60.     if (_c == QMetaObject::InvokeMetaMethod) {
  61.         switch (_id) {
  62.         case 0: { BrowserMainWindow* _r = newMainWindow();
  63.             if (_a[0]) *reinterpret_cast< BrowserMainWindow**>(_a[0]) = _r; }  break;
  64.         case 1: restoreLastSession(); break;
  65.         case 2: postLaunch(); break;
  66.         case 3: openUrl((*reinterpret_cast< const QUrl(*)>(_a[1]))); break;
  67.         case 4: newLocalSocketConnection(); break;
  68.         }
  69.         _id -= 5;
  70.     }
  71.     return _id;
  72. }
  73. QT_END_MOC_NAMESPACE