moc_internet_police.cpp 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'internet_police.h'
  3. **
  4. ** Created: Thu 18. Aug 18:39:38 2011
  5. ** by: The Qt Meta Object Compiler version 62 (Qt 4.7.4)
  6. **
  7. ** WARNING! All changes made in this file will be lost!
  8. *****************************************************************************/
  9. #include "../internet_police.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'internet_police.h' doesn't include <QObject>."
  12. #elif Q_MOC_OUTPUT_REVISION != 62
  13. #error "This file was generated using the moc from 4.7.4. 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_Internet_Police[] = {
  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. 2, // signalCount
  29. // signals: signature, parameters, type, tag, flags
  30. 22, 17, 16, 16, 0x05,
  31. 52, 16, 16, 16, 0x05,
  32. // slots: signature, parameters, type, tag, flags
  33. 67, 16, 16, 16, 0x08,
  34. // methods: signature, parameters, type, tag, flags
  35. 98, 92, 16, 16, 0x02,
  36. 0 // eod
  37. };
  38. static const char qt_meta_stringdata_Internet_Police[] = {
  39. "Internet_Police\0\0info\0"
  40. "searchCompleted(QVariantList)\0"
  41. "vehicleValid()\0finished(QNetworkReply*)\0"
  42. "plate\0on_cmdSend_clicked(QString)\0"
  43. };
  44. const QMetaObject Internet_Police::staticMetaObject = {
  45. { &QObject::staticMetaObject, qt_meta_stringdata_Internet_Police,
  46. qt_meta_data_Internet_Police, 0 }
  47. };
  48. #ifdef Q_NO_DATA_RELOCATION
  49. const QMetaObject &Internet_Police::getStaticMetaObject() { return staticMetaObject; }
  50. #endif //Q_NO_DATA_RELOCATION
  51. const QMetaObject *Internet_Police::metaObject() const
  52. {
  53. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  54. }
  55. void *Internet_Police::qt_metacast(const char *_clname)
  56. {
  57. if (!_clname) return 0;
  58. if (!strcmp(_clname, qt_meta_stringdata_Internet_Police))
  59. return static_cast<void*>(const_cast< Internet_Police*>(this));
  60. return QObject::qt_metacast(_clname);
  61. }
  62. int Internet_Police::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  63. {
  64. _id = QObject::qt_metacall(_c, _id, _a);
  65. if (_id < 0)
  66. return _id;
  67. if (_c == QMetaObject::InvokeMetaMethod) {
  68. switch (_id) {
  69. case 0: searchCompleted((*reinterpret_cast< QVariantList(*)>(_a[1]))); break;
  70. case 1: vehicleValid(); break;
  71. case 2: finished((*reinterpret_cast< QNetworkReply*(*)>(_a[1]))); break;
  72. case 3: on_cmdSend_clicked((*reinterpret_cast< QString(*)>(_a[1]))); break;
  73. default: ;
  74. }
  75. _id -= 4;
  76. }
  77. return _id;
  78. }
  79. // SIGNAL 0
  80. void Internet_Police::searchCompleted(QVariantList _t1)
  81. {
  82. void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  83. QMetaObject::activate(this, &staticMetaObject, 0, _a);
  84. }
  85. // SIGNAL 1
  86. void Internet_Police::vehicleValid()
  87. {
  88. QMetaObject::activate(this, &staticMetaObject, 1, 0);
  89. }
  90. QT_END_MOC_NAMESPACE