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

浏览器

开发平台:

Visual C++

  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'modelmenu.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 "../../../modelmenu.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'modelmenu.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_ModelMenu[] = {
  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.  // signals: signature, parameters, type, tag, flags
  27.       17,   11,   10,   10, 0x05,
  28.       45,   40,   10,   10, 0x05,
  29.  // slots: signature, parameters, type, tag, flags
  30.       62,   10,   10,   10, 0x08,
  31.       83,   76,   10,   10, 0x08,
  32.      103,   76,   10,   10, 0x08,
  33.        0        // eod
  34. };
  35. static const char qt_meta_stringdata_ModelMenu[] = {
  36.     "ModelMenuindexactivated(QModelIndex)"
  37.     "texthovered(QString)aboutToShow()"
  38.     "actiontriggered(QAction*)hovered(QAction*)"
  39. };
  40. const QMetaObject ModelMenu::staticMetaObject = {
  41.     { &QMenu::staticMetaObject, qt_meta_stringdata_ModelMenu,
  42.       qt_meta_data_ModelMenu, 0 }
  43. };
  44. const QMetaObject *ModelMenu::metaObject() const
  45. {
  46.     return &staticMetaObject;
  47. }
  48. void *ModelMenu::qt_metacast(const char *_clname)
  49. {
  50.     if (!_clname) return 0;
  51.     if (!strcmp(_clname, qt_meta_stringdata_ModelMenu))
  52.         return static_cast<void*>(const_cast< ModelMenu*>(this));
  53.     return QMenu::qt_metacast(_clname);
  54. }
  55. int ModelMenu::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  56. {
  57.     _id = QMenu::qt_metacall(_c, _id, _a);
  58.     if (_id < 0)
  59.         return _id;
  60.     if (_c == QMetaObject::InvokeMetaMethod) {
  61.         switch (_id) {
  62.         case 0: activated((*reinterpret_cast< const QModelIndex(*)>(_a[1]))); break;
  63.         case 1: hovered((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  64.         case 2: aboutToShow(); break;
  65.         case 3: triggered((*reinterpret_cast< QAction*(*)>(_a[1]))); break;
  66.         case 4: hovered((*reinterpret_cast< QAction*(*)>(_a[1]))); break;
  67.         }
  68.         _id -= 5;
  69.     }
  70.     return _id;
  71. }
  72. // SIGNAL 0
  73. void ModelMenu::activated(const QModelIndex & _t1)
  74. {
  75.     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  76.     QMetaObject::activate(this, &staticMetaObject, 0, _a);
  77. }
  78. // SIGNAL 1
  79. void ModelMenu::hovered(const QString & _t1)
  80. {
  81.     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  82.     QMetaObject::activate(this, &staticMetaObject, 1, _a);
  83. }
  84. QT_END_MOC_NAMESPACE