/bin/MainApp/moc_propertiesinspector.cpp

https://bitbucket.org/flexcomputer/primitive · C++ · 163 lines · 129 code · 23 blank · 11 comment · 13 complexity · e23295757b50b3bedec1bc417814c210 MD5 · raw file

  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'propertiesinspector.h'
  3. **
  4. ** Created: Sun Dec 9 16:52:31 2012
  5. ** by: The Qt Meta Object Compiler version 63 (Qt 4.8.1)
  6. **
  7. ** WARNING! All changes made in this file will be lost!
  8. *****************************************************************************/
  9. #include "../../Primitive/MainApp/propertiesinspector.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'propertiesinspector.h' doesn't include <QObject>."
  12. #elif Q_MOC_OUTPUT_REVISION != 63
  13. #error "This file was generated using the moc from 4.8.1. 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_InspectorWidget[] = {
  19. // content:
  20. 6, // revision
  21. 0, // classname
  22. 0, 0, // classinfo
  23. 0, 0, // methods
  24. 0, 0, // properties
  25. 0, 0, // enums/sets
  26. 0, 0, // constructors
  27. 0, // flags
  28. 0, // signalCount
  29. 0 // eod
  30. };
  31. static const char qt_meta_stringdata_InspectorWidget[] = {
  32. "InspectorWidget\0"
  33. };
  34. void InspectorWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  35. {
  36. Q_UNUSED(_o);
  37. Q_UNUSED(_id);
  38. Q_UNUSED(_c);
  39. Q_UNUSED(_a);
  40. }
  41. const QMetaObjectExtraData InspectorWidget::staticMetaObjectExtraData = {
  42. 0, qt_static_metacall
  43. };
  44. const QMetaObject InspectorWidget::staticMetaObject = {
  45. { &QWidget::staticMetaObject, qt_meta_stringdata_InspectorWidget,
  46. qt_meta_data_InspectorWidget, &staticMetaObjectExtraData }
  47. };
  48. #ifdef Q_NO_DATA_RELOCATION
  49. const QMetaObject &InspectorWidget::getStaticMetaObject() { return staticMetaObject; }
  50. #endif //Q_NO_DATA_RELOCATION
  51. const QMetaObject *InspectorWidget::metaObject() const
  52. {
  53. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  54. }
  55. void *InspectorWidget::qt_metacast(const char *_clname)
  56. {
  57. if (!_clname) return 0;
  58. if (!strcmp(_clname, qt_meta_stringdata_InspectorWidget))
  59. return static_cast<void*>(const_cast< InspectorWidget*>(this));
  60. return QWidget::qt_metacast(_clname);
  61. }
  62. int InspectorWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  63. {
  64. _id = QWidget::qt_metacall(_c, _id, _a);
  65. if (_id < 0)
  66. return _id;
  67. return _id;
  68. }
  69. static const uint qt_meta_data_PropertiesInspector[] = {
  70. // content:
  71. 6, // revision
  72. 0, // classname
  73. 0, 0, // classinfo
  74. 4, 14, // methods
  75. 0, 0, // properties
  76. 0, 0, // enums/sets
  77. 0, 0, // constructors
  78. 0, // flags
  79. 0, // signalCount
  80. // slots: signature, parameters, type, tag, flags
  81. 21, 20, 20, 20, 0x0a,
  82. 49, 40, 20, 20, 0x0a,
  83. 80, 71, 20, 20, 0x0a,
  84. 115, 102, 20, 20, 0x0a,
  85. 0 // eod
  86. };
  87. static const char qt_meta_stringdata_PropertiesInspector[] = {
  88. "PropertiesInspector\0\0selectionChanged()\0"
  89. "newColor\0colorChanged(QString)\0newWidth\0"
  90. "lineWidthChanged(int)\0newLineStyle\0"
  91. "lineStyleChanged(QString)\0"
  92. };
  93. void PropertiesInspector::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  94. {
  95. if (_c == QMetaObject::InvokeMetaMethod) {
  96. Q_ASSERT(staticMetaObject.cast(_o));
  97. PropertiesInspector *_t = static_cast<PropertiesInspector *>(_o);
  98. switch (_id) {
  99. case 0: _t->selectionChanged(); break;
  100. case 1: _t->colorChanged((*reinterpret_cast< QString(*)>(_a[1]))); break;
  101. case 2: _t->lineWidthChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
  102. case 3: _t->lineStyleChanged((*reinterpret_cast< QString(*)>(_a[1]))); break;
  103. default: ;
  104. }
  105. }
  106. }
  107. const QMetaObjectExtraData PropertiesInspector::staticMetaObjectExtraData = {
  108. 0, qt_static_metacall
  109. };
  110. const QMetaObject PropertiesInspector::staticMetaObject = {
  111. { &QObject::staticMetaObject, qt_meta_stringdata_PropertiesInspector,
  112. qt_meta_data_PropertiesInspector, &staticMetaObjectExtraData }
  113. };
  114. #ifdef Q_NO_DATA_RELOCATION
  115. const QMetaObject &PropertiesInspector::getStaticMetaObject() { return staticMetaObject; }
  116. #endif //Q_NO_DATA_RELOCATION
  117. const QMetaObject *PropertiesInspector::metaObject() const
  118. {
  119. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  120. }
  121. void *PropertiesInspector::qt_metacast(const char *_clname)
  122. {
  123. if (!_clname) return 0;
  124. if (!strcmp(_clname, qt_meta_stringdata_PropertiesInspector))
  125. return static_cast<void*>(const_cast< PropertiesInspector*>(this));
  126. return QObject::qt_metacast(_clname);
  127. }
  128. int PropertiesInspector::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  129. {
  130. _id = QObject::qt_metacall(_c, _id, _a);
  131. if (_id < 0)
  132. return _id;
  133. if (_c == QMetaObject::InvokeMetaMethod) {
  134. if (_id < 4)
  135. qt_static_metacall(this, _c, _id, _a);
  136. _id -= 4;
  137. }
  138. return _id;
  139. }
  140. QT_END_MOC_NAMESPACE