Typica is a free program for professional coffee roasters. https://typica.us
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.

moc_feedback.cpp 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'feedback.h'
  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. #include "feedback.h"
  9. #if !defined(Q_MOC_OUTPUT_REVISION)
  10. #error "The header file 'feedback.h' doesn't include <QObject>."
  11. #elif Q_MOC_OUTPUT_REVISION != 63
  12. #error "This file was generated using the moc from 4.8.6. It"
  13. #error "cannot be used with the include files from this version of Qt."
  14. #error "(The moc has changed too much.)"
  15. #endif
  16. QT_BEGIN_MOC_NAMESPACE
  17. static const uint qt_meta_data_FeedbackWizard[] = {
  18. // content:
  19. 6, // revision
  20. 0, // classname
  21. 0, 0, // classinfo
  22. 5, 14, // methods
  23. 0, 0, // properties
  24. 0, 0, // enums/sets
  25. 0, 0, // constructors
  26. 0, // flags
  27. 0, // signalCount
  28. // slots: signature, parameters, type, tag, flags
  29. 22, 16, 15, 15, 0x08,
  30. 50, 15, 15, 15, 0x08,
  31. 70, 15, 15, 15, 0x08,
  32. 91, 15, 15, 15, 0x08,
  33. 107, 15, 15, 15, 0x08,
  34. 0 // eod
  35. };
  36. static const char qt_meta_stringdata_FeedbackWizard[] = {
  37. "FeedbackWizard\0\0index\0setCommentInstructions(int)\0"
  38. "updateMessageText()\0printButtonPressed()\0"
  39. "printAccepted()\0copyButtonPressed()\0"
  40. };
  41. void FeedbackWizard::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. FeedbackWizard *_t = static_cast<FeedbackWizard *>(_o);
  46. switch (_id) {
  47. case 0: _t->setCommentInstructions((*reinterpret_cast< int(*)>(_a[1]))); break;
  48. case 1: _t->updateMessageText(); break;
  49. case 2: _t->printButtonPressed(); break;
  50. case 3: _t->printAccepted(); break;
  51. case 4: _t->copyButtonPressed(); break;
  52. default: ;
  53. }
  54. }
  55. }
  56. const QMetaObjectExtraData FeedbackWizard::staticMetaObjectExtraData = {
  57. 0, qt_static_metacall
  58. };
  59. const QMetaObject FeedbackWizard::staticMetaObject = {
  60. { &QWizard::staticMetaObject, qt_meta_stringdata_FeedbackWizard,
  61. qt_meta_data_FeedbackWizard, &staticMetaObjectExtraData }
  62. };
  63. #ifdef Q_NO_DATA_RELOCATION
  64. const QMetaObject &FeedbackWizard::getStaticMetaObject() { return staticMetaObject; }
  65. #endif //Q_NO_DATA_RELOCATION
  66. const QMetaObject *FeedbackWizard::metaObject() const
  67. {
  68. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  69. }
  70. void *FeedbackWizard::qt_metacast(const char *_clname)
  71. {
  72. if (!_clname) return 0;
  73. if (!strcmp(_clname, qt_meta_stringdata_FeedbackWizard))
  74. return static_cast<void*>(const_cast< FeedbackWizard*>(this));
  75. return QWizard::qt_metacast(_clname);
  76. }
  77. int FeedbackWizard::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  78. {
  79. _id = QWizard::qt_metacall(_c, _id, _a);
  80. if (_id < 0)
  81. return _id;
  82. if (_c == QMetaObject::InvokeMetaMethod) {
  83. if (_id < 5)
  84. qt_static_metacall(this, _c, _id, _a);
  85. _id -= 5;
  86. }
  87. return _id;
  88. }
  89. QT_END_MOC_NAMESPACE