moc_mainwindow.cpp 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'mainwindow.h'
  3. **
  4. ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.9.0)
  5. **
  6. ** WARNING! All changes made in this file will be lost!
  7. *****************************************************************************/
  8. #include "../mainwindow.h"
  9. #include <QtCore/qbytearray.h>
  10. #include <QtCore/qmetatype.h>
  11. #if !defined(Q_MOC_OUTPUT_REVISION)
  12. #error "The header file 'mainwindow.h' doesn't include <QObject>."
  13. #elif Q_MOC_OUTPUT_REVISION != 67
  14. #error "This file was generated using the moc from 5.9.0. It"
  15. #error "cannot be used with the include files from this version of Qt."
  16. #error "(The moc has changed too much.)"
  17. #endif
  18. QT_BEGIN_MOC_NAMESPACE
  19. QT_WARNING_PUSH
  20. QT_WARNING_DISABLE_DEPRECATED
  21. struct qt_meta_stringdata_MainWindow_t {
  22. QByteArrayData data[6];
  23. char stringdata0[52];
  24. };
  25. #define QT_MOC_LITERAL(idx, ofs, len) \
  26. Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
  27. qptrdiff(offsetof(qt_meta_stringdata_MainWindow_t, stringdata0) + ofs \
  28. - idx * sizeof(QByteArrayData)) \
  29. )
  30. static const qt_meta_stringdata_MainWindow_t qt_meta_stringdata_MainWindow = {
  31. {
  32. QT_MOC_LITERAL(0, 0, 10), // "MainWindow"
  33. QT_MOC_LITERAL(1, 11, 10), // "pageSwitch"
  34. QT_MOC_LITERAL(2, 22, 0), // ""
  35. QT_MOC_LITERAL(3, 23, 16), // "QTreeWidgetItem*"
  36. QT_MOC_LITERAL(4, 40, 4), // "item"
  37. QT_MOC_LITERAL(5, 45, 6) // "column"
  38. },
  39. "MainWindow\0pageSwitch\0\0QTreeWidgetItem*\0"
  40. "item\0column"
  41. };
  42. #undef QT_MOC_LITERAL
  43. static const uint qt_meta_data_MainWindow[] = {
  44. // content:
  45. 7, // revision
  46. 0, // classname
  47. 0, 0, // classinfo
  48. 1, 14, // methods
  49. 0, 0, // properties
  50. 0, 0, // enums/sets
  51. 0, 0, // constructors
  52. 0, // flags
  53. 0, // signalCount
  54. // slots: name, argc, parameters, tag, flags
  55. 1, 2, 19, 2, 0x08 /* Private */,
  56. // slots: parameters
  57. QMetaType::Void, 0x80000000 | 3, QMetaType::Int, 4, 5,
  58. 0 // eod
  59. };
  60. void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  61. {
  62. if (_c == QMetaObject::InvokeMetaMethod) {
  63. MainWindow *_t = static_cast<MainWindow *>(_o);
  64. Q_UNUSED(_t)
  65. switch (_id) {
  66. case 0: _t->pageSwitch((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
  67. default: ;
  68. }
  69. }
  70. }
  71. const QMetaObject MainWindow::staticMetaObject = {
  72. { &SARibbonMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow.data,
  73. qt_meta_data_MainWindow, qt_static_metacall, nullptr, nullptr}
  74. };
  75. const QMetaObject *MainWindow::metaObject() const
  76. {
  77. return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
  78. }
  79. void *MainWindow::qt_metacast(const char *_clname)
  80. {
  81. if (!_clname) return nullptr;
  82. if (!strcmp(_clname, qt_meta_stringdata_MainWindow.stringdata0))
  83. return static_cast<void*>(const_cast< MainWindow*>(this));
  84. return SARibbonMainWindow::qt_metacast(_clname);
  85. }
  86. int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  87. {
  88. _id = SARibbonMainWindow::qt_metacall(_c, _id, _a);
  89. if (_id < 0)
  90. return _id;
  91. if (_c == QMetaObject::InvokeMetaMethod) {
  92. if (_id < 1)
  93. qt_static_metacall(this, _c, _id, _a);
  94. _id -= 1;
  95. } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
  96. if (_id < 1)
  97. *reinterpret_cast<int*>(_a[0]) = -1;
  98. _id -= 1;
  99. }
  100. return _id;
  101. }
  102. QT_WARNING_POP
  103. QT_END_MOC_NAMESPACE