Start/ | End/ | |||
True | False | - | Line | Source |
1 | /**************************************************************************** | |||
2 | ** Meta object code from reading C++ file 'mpdetailsviewplugin.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 "../../inc/mpdetailsviewplugin.h" | |||
11 | #if !defined(Q_MOC_OUTPUT_REVISION) | |||
12 | #error "The header file 'mpdetailsviewplugin.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_MpDetailsViewPlugin[] = { | |||
21 | ||||
22 | // content: | |||
23 | 4, // revision | |||
24 | 0, // classname | |||
25 | 0, 0, // classinfo | |||
26 | 3, 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 | 29, 21, 20, 20, 0x05, | |||
35 | ||||
36 | // slots: signature, parameters, type, tag, flags | |||
37 | 54, 42, 20, 20, 0x0a, | |||
38 | 89, 20, 20, 20, 0x0a, | |||
39 | ||||
40 | 0 // eod | |||
41 | }; | |||
42 | ||||
43 | static const char qt_meta_stringdata_MpDetailsViewPlugin[] = { | |||
44 | "MpDetailsViewPlugin\0\0command\0command(int)\0" | |||
45 | "orientation\0orientationChange(Qt::Orientation)\0" | |||
46 | "back()\0" | |||
47 | }; | |||
48 | ||||
49 | const QMetaObject MpDetailsViewPlugin::staticMetaObject = { | |||
50 | { &MpxViewPlugin::staticMetaObject, qt_meta_stringdata_MpDetailsViewPlugin, | |||
51 | qt_meta_data_MpDetailsViewPlugin, 0 } | |||
52 | }; | |||
53 | ||||
54 | #ifdef Q_NO_DATA_RELOCATION | |||
Top | ||||
0 | 0 | - | 55 | const QMetaObject &MpDetailsViewPlugin::getStaticMetaObject() { return staticMetaObject; } |
0 | - | 55 | return staticMetaObject | |
56 | #endif //Q_NO_DATA_RELOCATION | |||
57 | ||||
Top | ||||
3 | 0 | 58 | const QMetaObject *MpDetailsViewPlugin::metaObject() const | |
59 | { | |||
60 | return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; | |||
0 | 3 | - | 60 | ternary-?: QObject::d_ptr -> metaObject |
3 | 60 | return QObject::d_ptr -> metaObject ? QObject:.. | ||
61 | } | |||
62 | ||||
Top | ||||
0 | 0 | - | 63 | void *MpDetailsViewPlugin::qt_metacast(const char *_clname) |
64 | { | |||
0 | 0 | - | 65 | if (!_clname) return 0; |
0 | - | 65 | return 0 | |
0 | 0 | - | 66 | if (!strcmp(_clname, qt_meta_stringdata_MpDetailsViewPlugin)) |
0 | - | 67 | return static_cast<void*>(const_cast< MpDetailsViewPlugin*>(this)); | |
0 | - | 68 | return MpxViewPlugin::qt_metacast(_clname); | |
69 | } | |||
70 | ||||
Top | ||||
1 | 0 | 71 | int MpDetailsViewPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a) | |
72 | { | |||
73 | _id = MpxViewPlugin::qt_metacall(_c, _id, _a); | |||
0 | 1 | - | 74 | if (_id < 0) |
0 | - | 75 | return _id; | |
1 | 0 | - | 76 | if (_c == QMetaObject::InvokeMetaMethod) { |
77 | switch (_id) { | |||
1 | 78 | case 0: command((*reinterpret_cast< int(*)>(_a[1]))); break; | ||
1 | 78 | break | ||
0 | - | 79 | case 1: orientationChange((*reinterpret_cast< Qt::Orientation(*)>(_a[1]))); break; | |
0 | - | 79 | break | |
0 | - | 80 | case 2: back(); break; | |
0 | - | 80 | break | |
0 | - | 81 | default: ; | |
82 | } | |||
83 | _id -= 3; | |||
84 | } | |||
1 | 85 | return _id; | ||
86 | } | |||
87 | ||||
88 | // SIGNAL 0 | |||
Top | ||||
1 | 1 | 89 | void MpDetailsViewPlugin::command(int _t1) | |
90 | { | |||
91 | void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) }; | |||
92 | QMetaObject::activate(this, &staticMetaObject, 0, _a); | |||
93 | } | |||
94 | QT_END_MOC_NAMESPACE | |||
***TER 34% (10/29) of SOURCE FILE moc_mpdetailsviewplugin.cpp |