moc_xmainwindow.cpp 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'xmainwindow.h'
  3. **
  4. ** Created: Mon Apr 22 11:49:40 2019
  5. ** by: The Qt Meta Object Compiler version 63 (Qt 4.8.4)
  6. **
  7. ** WARNING! All changes made in this file will be lost!
  8. *****************************************************************************/
  9. #include "../../../../sncprojects/lib/customui/xmainwindow.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'xmainwindow.h' doesn't include <QObject>."
  12. #elif Q_MOC_OUTPUT_REVISION != 63
  13. #error "This file was generated using the moc from 4.8.4. 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_XMainWindow[] = {
  19. // content:
  20. 6, // revision
  21. 0, // classname
  22. 0, 0, // classinfo
  23. 4, 14, // methods
  24. 0, 0, // properties
  25. 0, 0, // enums/sets
  26. 0, 0, // constructors
  27. 0, // flags
  28. 0, // signalCount
  29. // slots: signature, parameters, type, tag, flags
  30. 20, 13, 12, 12, 0x0a,
  31. 45, 12, 12, 12, 0x0a,
  32. 57, 12, 12, 12, 0x0a,
  33. 76, 12, 12, 12, 0x0a,
  34. 0 // eod
  35. };
  36. static const char qt_meta_stringdata_XMainWindow[] = {
  37. "XMainWindow\0\0offset\0slotOnMoveOffset(QPoint)\0"
  38. "slotOnMin()\0slotOnMaxRestore()\0"
  39. "slotOnClose()\0"
  40. };
  41. void XMainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  42. {
  43. if (_c == QMetaObject::InvokeMetaMethod) {
  44. Q_ASSERT(staticMetaObject.cast(_o));
  45. XMainWindow *_t = static_cast<XMainWindow *>(_o);
  46. switch (_id) {
  47. case 0: _t->slotOnMoveOffset((*reinterpret_cast< QPoint(*)>(_a[1]))); break;
  48. case 1: _t->slotOnMin(); break;
  49. case 2: _t->slotOnMaxRestore(); break;
  50. case 3: _t->slotOnClose(); break;
  51. default: ;
  52. }
  53. }
  54. }
  55. const QMetaObjectExtraData XMainWindow::staticMetaObjectExtraData = {
  56. 0, qt_static_metacall
  57. };
  58. const QMetaObject XMainWindow::staticMetaObject = {
  59. { &QWidget::staticMetaObject, qt_meta_stringdata_XMainWindow,
  60. qt_meta_data_XMainWindow, &staticMetaObjectExtraData }
  61. };
  62. #ifdef Q_NO_DATA_RELOCATION
  63. const QMetaObject &XMainWindow::getStaticMetaObject() { return staticMetaObject; }
  64. #endif //Q_NO_DATA_RELOCATION
  65. const QMetaObject *XMainWindow::metaObject() const
  66. {
  67. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  68. }
  69. void *XMainWindow::qt_metacast(const char *_clname)
  70. {
  71. if (!_clname) return 0;
  72. if (!strcmp(_clname, qt_meta_stringdata_XMainWindow))
  73. return static_cast<void*>(const_cast< XMainWindow*>(this));
  74. return QWidget::qt_metacast(_clname);
  75. }
  76. int XMainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  77. {
  78. _id = QWidget::qt_metacall(_c, _id, _a);
  79. if (_id < 0)
  80. return _id;
  81. if (_c == QMetaObject::InvokeMetaMethod) {
  82. if (_id < 4)
  83. qt_static_metacall(this, _c, _id, _a);
  84. _id -= 4;
  85. }
  86. return _id;
  87. }
  88. QT_END_MOC_NAMESPACE