moc_mainwindow.cpp 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'mainwindow.h'
  3. **
  4. ** Created: Sat Jan 8 01:01:04 2011
  5. ** by: The Qt Meta Object Compiler version 62 (Qt 4.7.0)
  6. **
  7. ** WARNING! All changes made in this file will be lost!
  8. *****************************************************************************/
  9. #include "../temp/mainwindow.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'mainwindow.h' doesn't include <QObject>."
  12. #elif Q_MOC_OUTPUT_REVISION != 62
  13. #error "This file was generated using the moc from 4.7.0. 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_MainWindow[] = {
  19. // content:
  20. 5, // 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. 12, 11, 11, 11, 0x08,
  31. 38, 11, 11, 11, 0x08,
  32. 68, 11, 11, 11, 0x08,
  33. 94, 11, 11, 11, 0x08,
  34. 0 // eod
  35. };
  36. static const char qt_meta_stringdata_MainWindow[] = {
  37. "MainWindow\0\0on_pushButton_3_clicked()\0"
  38. "on_lineEdit_6_returnPressed()\0"
  39. "on_pushButton_2_clicked()\0"
  40. "on_pushButton_clicked()\0"
  41. };
  42. const QMetaObject MainWindow::staticMetaObject = {
  43. { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow,
  44. qt_meta_data_MainWindow, 0 }
  45. };
  46. #ifdef Q_NO_DATA_RELOCATION
  47. const QMetaObject &MainWindow::getStaticMetaObject() { return staticMetaObject; }
  48. #endif //Q_NO_DATA_RELOCATION
  49. const QMetaObject *MainWindow::metaObject() const
  50. {
  51. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  52. }
  53. void *MainWindow::qt_metacast(const char *_clname)
  54. {
  55. if (!_clname) return 0;
  56. if (!strcmp(_clname, qt_meta_stringdata_MainWindow))
  57. return static_cast<void*>(const_cast< MainWindow*>(this));
  58. return QMainWindow::qt_metacast(_clname);
  59. }
  60. int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  61. {
  62. _id = QMainWindow::qt_metacall(_c, _id, _a);
  63. if (_id < 0)
  64. return _id;
  65. if (_c == QMetaObject::InvokeMetaMethod) {
  66. switch (_id) {
  67. case 0: on_pushButton_3_clicked(); break;
  68. case 1: on_lineEdit_6_returnPressed(); break;
  69. case 2: on_pushButton_2_clicked(); break;
  70. case 3: on_pushButton_clicked(); break;
  71. default: ;
  72. }
  73. _id -= 4;
  74. }
  75. return _id;
  76. }
  77. QT_END_MOC_NAMESPACE