| Start/ | End/ | |||
| True | False | - | Line | Source |
| 1 | /**************************************************************************** | |||
| 2 | ** Meta object code from reading C++ file 'mpdetailsview.h' | |||
| 3 | ** | |||
| 4 | ** Created: Thu 22. Apr 13:33:07 2010 | |||
| 5 | ** by: The Qt Meta Object Compiler version 62 (Qt 4.6.2) | |||
| 6 | ** | |||
| 7 | ** WARNING! All changes made in this file will be lost! | |||
| 8 | *****************************************************************************/ | |||
| 9 | ||||
| 10 | #include "stub/inc/mpdetailsview.h" | |||
| 11 | #if !defined(Q_MOC_OUTPUT_REVISION) | |||
| 12 | #error "The header file 'mpdetailsview.h' doesn't include <QObject>." | |||
| 13 | #elif Q_MOC_OUTPUT_REVISION != 62 | |||
| 14 | #error "This file was generated using the moc from 4.6.2. It" | |||
| 15 | #error "cannot be used with the include files from this version of Qt." | |||
| 16 | #error "(The moc has changed too much.)" | |||
| 17 | #endif | |||
| 18 | ||||
| 19 | QT_BEGIN_MOC_NAMESPACE | |||
| 20 | static const uint qt_meta_data_MpDetailsView[] = { | |||
| 21 | ||||
| 22 | // content: | |||
| 23 | 4, // revision | |||
| 24 | 0, // classname | |||
| 25 | 0, 0, // classinfo | |||
| 26 | 1, 14, // methods | |||
| 27 | 0, 0, // properties | |||
| 28 | 0, 0, // enums/sets | |||
| 29 | 0, 0, // constructors | |||
| 30 | 0, // flags | |||
| 31 | 1, // signalCount | |||
| 32 | ||||
| 33 | // signals: signature, parameters, type, tag, flags | |||
| 34 | 19, 15, 14, 14, 0x05, | |||
| 35 | ||||
| 36 | 0 // eod | |||
| 37 | }; | |||
| 38 | ||||
| 39 | static const char qt_meta_stringdata_MpDetailsView[] = { | |||
| 40 | "MpDetailsView\0\0cmd\0command(int)\0" | |||
| 41 | }; | |||
| 42 | ||||
| 43 | const QMetaObject MpDetailsView::staticMetaObject = { | |||
| 44 | { &QGraphicsWidget::staticMetaObject, qt_meta_stringdata_MpDetailsView, | |||
| 45 | qt_meta_data_MpDetailsView, 0 } | |||
| 46 | }; | |||
| 47 | ||||
| 48 | #ifdef Q_NO_DATA_RELOCATION | |||
| Top | ||||
| 0 | 0 | - | 49 | const QMetaObject &MpDetailsView::getStaticMetaObject() { return staticMetaObject; } |
| 0 | - | 49 | return staticMetaObject | |
| 50 | #endif //Q_NO_DATA_RELOCATION | |||
| 51 | ||||
| Top | ||||
| 2 | 0 | 52 | const QMetaObject *MpDetailsView::metaObject() const | |
| 53 | { | |||
| 54 | return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; | |||
| 0 | 2 | - | 54 | ternary-?: QObject::d_ptr -> metaObject |
| 2 | 54 | return QObject::d_ptr -> metaObject ? QObject:.. | ||
| 55 | } | |||
| 56 | ||||
| Top | ||||
| 0 | 0 | - | 57 | void *MpDetailsView::qt_metacast(const char *_clname) |
| 58 | { | |||
| 0 | 0 | - | 59 | if (!_clname) return 0; |
| 0 | - | 59 | return 0 | |
| 0 | 0 | - | 60 | if (!strcmp(_clname, qt_meta_stringdata_MpDetailsView)) |
| 0 | - | 61 | return static_cast<void*>(const_cast< MpDetailsView*>(this)); | |
| 0 | - | 62 | return QGraphicsWidget::qt_metacast(_clname); | |
| 63 | } | |||
| 64 | ||||
| Top | ||||
| 0 | 0 | - | 65 | int MpDetailsView::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
| 66 | { | |||
| 67 | _id = QGraphicsWidget::qt_metacall(_c, _id, _a); | |||
| 0 | 0 | - | 68 | if (_id < 0) |
| 0 | - | 69 | return _id; | |
| 0 | 0 | - | 70 | if (_c == QMetaObject::InvokeMetaMethod) { |
| 71 | switch (_id) { | |||
| 0 | - | 72 | case 0: command((*reinterpret_cast< int(*)>(_a[1]))); break; | |
| 0 | - | 72 | break | |
| 0 | - | 73 | default: ; | |
| 74 | } | |||
| 75 | _id -= 1; | |||
| 76 | } | |||
| 0 | - | 77 | return _id; | |
| 78 | } | |||
| 79 | ||||
| 80 | // SIGNAL 0 | |||
| Top | ||||
| 1 | 1 | 81 | void MpDetailsView::command(int _t1) | |
| 82 | { | |||
| 83 | void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) }; | |||
| 84 | QMetaObject::activate(this, &staticMetaObject, 0, _a); | |||
| 85 | } | |||
| 86 | QT_END_MOC_NAMESPACE | |||
| ***TER 16% (4/25) of SOURCE FILE moc_mpdetailsview.cpp | ||||