You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

testvector3d.moc 2.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'testvector3d.cpp'
  3. **
  4. ** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6)
  5. **
  6. ** WARNING! All changes made in this file will be lost!
  7. *****************************************************************************/
  8. #if !defined(Q_MOC_OUTPUT_REVISION)
  9. #error "The header file 'testvector3d.cpp' doesn't include <QObject>."
  10. #elif Q_MOC_OUTPUT_REVISION != 63
  11. #error "This file was generated using the moc from 4.8.6. It"
  12. #error "cannot be used with the include files from this version of Qt."
  13. #error "(The moc has changed too much.)"
  14. #endif
  15. QT_BEGIN_MOC_NAMESPACE
  16. static const uint qt_meta_data_TestVector3D[] = {
  17. // content:
  18. 6, // revision
  19. 0, // classname
  20. 0, 0, // classinfo
  21. 2, 14, // methods
  22. 0, 0, // properties
  23. 0, 0, // enums/sets
  24. 0, 0, // constructors
  25. 0, // flags
  26. 0, // signalCount
  27. // slots: signature, parameters, type, tag, flags
  28. 14, 13, 13, 13, 0x08,
  29. 32, 13, 13, 13, 0x08,
  30. 0 // eod
  31. };
  32. static const char qt_meta_stringdata_TestVector3D[] = {
  33. "TestVector3D\0\0gettersSetters1()\0"
  34. "gettersSetters2()\0"
  35. };
  36. void TestVector3D::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  37. {
  38. if (_c == QMetaObject::InvokeMetaMethod) {
  39. Q_ASSERT(staticMetaObject.cast(_o));
  40. TestVector3D *_t = static_cast<TestVector3D *>(_o);
  41. switch (_id) {
  42. case 0: _t->gettersSetters1(); break;
  43. case 1: _t->gettersSetters2(); break;
  44. default: ;
  45. }
  46. }
  47. Q_UNUSED(_a);
  48. }
  49. const QMetaObjectExtraData TestVector3D::staticMetaObjectExtraData = {
  50. 0, qt_static_metacall
  51. };
  52. const QMetaObject TestVector3D::staticMetaObject = {
  53. { &QObject::staticMetaObject, qt_meta_stringdata_TestVector3D,
  54. qt_meta_data_TestVector3D, &staticMetaObjectExtraData }
  55. };
  56. #ifdef Q_NO_DATA_RELOCATION
  57. const QMetaObject &TestVector3D::getStaticMetaObject() { return staticMetaObject; }
  58. #endif //Q_NO_DATA_RELOCATION
  59. const QMetaObject *TestVector3D::metaObject() const
  60. {
  61. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  62. }
  63. void *TestVector3D::qt_metacast(const char *_clname)
  64. {
  65. if (!_clname) return 0;
  66. if (!strcmp(_clname, qt_meta_stringdata_TestVector3D))
  67. return static_cast<void*>(const_cast< TestVector3D*>(this));
  68. return QObject::qt_metacast(_clname);
  69. }
  70. int TestVector3D::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  71. {
  72. _id = QObject::qt_metacall(_c, _id, _a);
  73. if (_id < 0)
  74. return _id;
  75. if (_c == QMetaObject::InvokeMetaMethod) {
  76. if (_id < 2)
  77. qt_static_metacall(this, _c, _id, _a);
  78. _id -= 2;
  79. }
  80. return _id;
  81. }
  82. QT_END_MOC_NAMESPACE