No Description

moc_map.cpp 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'map.h'
  3. **
  4. ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.4.0)
  5. **
  6. ** WARNING! All changes made in this file will be lost!
  7. *****************************************************************************/
  8. #include "map.h"
  9. #include <QtCore/qbytearray.h>
  10. #include <QtCore/qmetatype.h>
  11. #if !defined(Q_MOC_OUTPUT_REVISION)
  12. #error "The header file 'map.h' doesn't include <QObject>."
  13. #elif Q_MOC_OUTPUT_REVISION != 67
  14. #error "This file was generated using the moc from 5.4.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. struct qt_meta_stringdata_Map_t {
  20. QByteArrayData data[1];
  21. char stringdata[4];
  22. };
  23. #define QT_MOC_LITERAL(idx, ofs, len) \
  24. Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
  25. qptrdiff(offsetof(qt_meta_stringdata_Map_t, stringdata) + ofs \
  26. - idx * sizeof(QByteArrayData)) \
  27. )
  28. static const qt_meta_stringdata_Map_t qt_meta_stringdata_Map = {
  29. {
  30. QT_MOC_LITERAL(0, 0, 3) // "Map"
  31. },
  32. "Map"
  33. };
  34. #undef QT_MOC_LITERAL
  35. static const uint qt_meta_data_Map[] = {
  36. // content:
  37. 7, // revision
  38. 0, // classname
  39. 0, 0, // classinfo
  40. 0, 0, // methods
  41. 0, 0, // properties
  42. 0, 0, // enums/sets
  43. 0, 0, // constructors
  44. 0, // flags
  45. 0, // signalCount
  46. 0 // eod
  47. };
  48. void Map::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  49. {
  50. Q_UNUSED(_o);
  51. Q_UNUSED(_id);
  52. Q_UNUSED(_c);
  53. Q_UNUSED(_a);
  54. }
  55. const QMetaObject Map::staticMetaObject = {
  56. { &QWidget::staticMetaObject, qt_meta_stringdata_Map.data,
  57. qt_meta_data_Map, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
  58. };
  59. const QMetaObject *Map::metaObject() const
  60. {
  61. return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
  62. }
  63. void *Map::qt_metacast(const char *_clname)
  64. {
  65. if (!_clname) return Q_NULLPTR;
  66. if (!strcmp(_clname, qt_meta_stringdata_Map.stringdata))
  67. return static_cast<void*>(const_cast< Map*>(this));
  68. return QWidget::qt_metacast(_clname);
  69. }
  70. int Map::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  71. {
  72. _id = QWidget::qt_metacall(_c, _id, _a);
  73. if (_id < 0)
  74. return _id;
  75. return _id;
  76. }
  77. QT_END_MOC_NAMESPACE