| Start/ | End/ | |||
| True | False | - | Line | Source |
| 1 | /**************************************************************************** | |||
| 2 | ** Meta object code from reading C++ file 'mpsongdata.h' | |||
| 3 | ** | |||
| 4 | ** Created: Thu 22. Apr 09:28:16 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/mpsongdata.h" | |||
| 11 | #if !defined(Q_MOC_OUTPUT_REVISION) | |||
| 12 | #error "The header file 'mpsongdata.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_MpSongData[] = { | |||
| 21 | ||||
| 22 | // content: | |||
| 23 | 4, // revision | |||
| 24 | 0, // classname | |||
| 25 | 0, 0, // classinfo | |||
| 26 | 25, 14, // methods | |||
| 27 | 0, 0, // properties | |||
| 28 | 0, 0, // enums/sets | |||
| 29 | 0, 0, // constructors | |||
| 30 | 0, // flags | |||
| 31 | 3, // signalCount | |||
| 32 | ||||
| 33 | // signals: signature, parameters, type, tag, flags | |||
| 34 | 12, 11, 11, 11, 0x05, | |||
| 35 | 28, 11, 11, 11, 0x05, | |||
| 36 | 50, 11, 11, 11, 0x05, | |||
| 37 | ||||
| 38 | // slots: signature, parameters, type, tag, flags | |||
| 39 | 95, 74, 11, 11, 0x0a, | |||
| 40 | 137, 11, 133, 11, 0x0a, | |||
| 41 | 162, 11, 154, 11, 0x0a, | |||
| 42 | 170, 11, 154, 11, 0x0a, | |||
| 43 | 178, 11, 154, 11, 0x0a, | |||
| 44 | 187, 11, 154, 11, 0x0a, | |||
| 45 | 202, 197, 11, 11, 0x0a, | |||
| 46 | 220, 11, 154, 11, 0x0a, | |||
| 47 | 227, 11, 154, 11, 0x0a, | |||
| 48 | 235, 11, 154, 11, 0x0a, | |||
| 49 | 246, 11, 154, 11, 0x0a, | |||
| 50 | 259, 11, 154, 11, 0x0a, | |||
| 51 | 266, 11, 154, 11, 0x0a, | |||
| 52 | 277, 11, 154, 11, 0x0a, | |||
| 53 | 288, 11, 154, 11, 0x0a, | |||
| 54 | 299, 11, 154, 11, 0x0a, | |||
| 55 | 309, 11, 154, 11, 0x0a, | |||
| 56 | 322, 11, 154, 11, 0x0a, | |||
| 57 | 329, 11, 154, 11, 0x0a, | |||
| 58 | 340, 11, 154, 11, 0x0a, | |||
| 59 | 352, 11, 154, 11, 0x0a, | |||
| 60 | 363, 11, 154, 11, 0x0a, | |||
| 61 | ||||
| 62 | 0 // eod | |||
| 63 | }; | |||
| 64 | ||||
| 65 | static const char qt_meta_stringdata_MpSongData[] = { | |||
| 66 | "MpSongData\0\0albumArtReady()\0" | |||
| 67 | "playbackInfoChanged()\0songDetailInfoChanged()\0" | |||
| 68 | "pixmap,data,id,error\0" | |||
| 69 | "thumbnailReady(QPixmap,void*,int,int)\0" | |||
| 70 | "int\0reservedLength()\0QString\0title()\0" | |||
| 71 | "album()\0artist()\0comment()\0icon\0" | |||
| 72 | "albumArt(HbIcon&)\0year()\0genre()\0" | |||
| 73 | "composer()\0albumTrack()\0link()\0" | |||
| 74 | "fileName()\0mimeType()\0duration()\0" | |||
| 75 | "bitRate()\0sampleRate()\0size()\0modified()\0" | |||
| 76 | "copyright()\0musicURL()\0albumArtBase64()\0" | |||
| 77 | }; | |||
| 78 | ||||
| 79 | const QMetaObject MpSongData::staticMetaObject = { | |||
| 80 | { &QObject::staticMetaObject, qt_meta_stringdata_MpSongData, | |||
| 81 | qt_meta_data_MpSongData, 0 } | |||
| 82 | }; | |||
| 83 | ||||
| 84 | #ifdef Q_NO_DATA_RELOCATION | |||
| Top | ||||
| 0 | 0 | - | 85 | const QMetaObject &MpSongData::getStaticMetaObject() { return staticMetaObject; } |
| 0 | - | 85 | return staticMetaObject | |
| 86 | #endif //Q_NO_DATA_RELOCATION | |||
| 87 | ||||
| Top | ||||
| 0 | 0 | - | 88 | const QMetaObject *MpSongData::metaObject() const |
| 89 | { | |||
| 90 | return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; | |||
| 0 | 0 | - | 90 | ternary-?: QObject::d_ptr -> metaObject |
| 0 | - | 90 | return QObject::d_ptr -> metaObject ? QObject:.. | |
| 91 | } | |||
| 92 | ||||
| Top | ||||
| 0 | 0 | - | 93 | void *MpSongData::qt_metacast(const char *_clname) |
| 94 | { | |||
| 0 | 0 | - | 95 | if (!_clname) return 0; |
| 0 | - | 95 | return 0 | |
| 0 | 0 | - | 96 | if (!strcmp(_clname, qt_meta_stringdata_MpSongData)) |
| 0 | - | 97 | return static_cast<void*>(const_cast< MpSongData*>(this)); | |
| 0 | - | 98 | return QObject::qt_metacast(_clname); | |
| 99 | } | |||
| 100 | ||||
| Top | ||||
| 0 | 0 | - | 101 | int MpSongData::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
| 102 | { | |||
| 103 | _id = QObject::qt_metacall(_c, _id, _a); | |||
| 0 | 0 | - | 104 | if (_id < 0) |
| 0 | - | 105 | return _id; | |
| 0 | 0 | - | 106 | if (_c == QMetaObject::InvokeMetaMethod) { |
| 107 | switch (_id) { | |||
| 0 | - | 108 | case 0: albumArtReady(); break; | |
| 0 | - | 108 | break | |
| 0 | - | 109 | case 1: playbackInfoChanged(); break; | |
| 0 | - | 109 | break | |
| 0 | - | 110 | case 2: songDetailInfoChanged(); break; | |
| 0 | - | 110 | break | |
| 0 | - | 111 | case 3: thumbnailReady((*reinterpret_cast< const QPixmap(*)>(_a[1])),(*reinterpret_cast< void*(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3])),(*reinterpret_cast< int(*)>(_a[4]))); break; | |
| 0 | - | 111 | break | |
| 0 | - | 112 | case 4: { int _r = reservedLength(); | |
| 0 | 0 | - | 113 | if (_a[0]) *reinterpret_cast< int*>(_a[0]) = _r; } break; |
| 0 | - | 113 | break | |
| 0 | - | 114 | case 5: { QString _r = title(); | |
| 0 | 0 | - | 115 | if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; |
| 0 | - | 115 | break | |
| 0 | - | 116 | case 6: { QString _r = album(); | |
| 0 | 0 | - | 117 | if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; |
| 0 | - | 117 | break | |
| 0 | - | 118 | case 7: { QString _r = artist(); | |
| 0 | 0 | - | 119 | if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; |
| 0 | - | 119 | break | |
| 0 | - | 120 | case 8: { QString _r = comment(); | |
| 0 | 0 | - | 121 | if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; |
| 0 | - | 121 | break | |
| 0 | - | 122 | case 9: albumArt((*reinterpret_cast< HbIcon(*)>(_a[1]))); break; | |
| 0 | - | 122 | break | |
| 0 | - | 123 | case 10: { QString _r = year(); | |
| 0 | 0 | - | 124 | if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; |
| 0 | - | 124 | break | |
| 0 | - | 125 | case 11: { QString _r = genre(); | |
| 0 | 0 | - | 126 | if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; |
| 0 | - | 126 | break | |
| 0 | - | 127 | case 12: { QString _r = composer(); | |
| 0 | 0 | - | 128 | if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; |
| 0 | - | 128 | break | |
| 0 | - | 129 | case 13: { QString _r = albumTrack(); | |
| 0 | 0 | - | 130 | if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; |
| 0 | - | 130 | break | |
| 0 | - | 131 | case 14: { QString _r = link(); | |
| 0 | 0 | - | 132 | if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; |
| 0 | - | 132 | break | |
| 0 | - | 133 | case 15: { QString _r = fileName(); | |
| 0 | 0 | - | 134 | if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; |
| 0 | - | 134 | break | |
| 0 | - | 135 | case 16: { QString _r = mimeType(); | |
| 0 | 0 | - | 136 | if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; |
| 0 | - | 136 | break | |
| 0 | - | 137 | case 17: { QString _r = duration(); | |
| 0 | 0 | - | 138 | if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; |
| 0 | - | 138 | break | |
| 0 | - | 139 | case 18: { QString _r = bitRate(); | |
| 0 | 0 | - | 140 | if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; |
| 0 | - | 140 | break | |
| 0 | - | 141 | case 19: { QString _r = sampleRate(); | |
| 0 | 0 | - | 142 | if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; |
| 0 | - | 142 | break | |
| 0 | - | 143 | case 20: { QString _r = size(); | |
| 0 | 0 | - | 144 | if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; |
| 0 | - | 144 | break | |
| 0 | - | 145 | case 21: { QString _r = modified(); | |
| 0 | 0 | - | 146 | if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; |
| 0 | - | 146 | break | |
| 0 | - | 147 | case 22: { QString _r = copyright(); | |
| 0 | 0 | - | 148 | if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; |
| 0 | - | 148 | break | |
| 0 | - | 149 | case 23: { QString _r = musicURL(); | |
| 0 | 0 | - | 150 | if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; |
| 0 | - | 150 | break | |
| 0 | - | 151 | case 24: { QString _r = albumArtBase64(); | |
| 0 | 0 | - | 152 | if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; |
| 0 | - | 152 | break | |
| 0 | - | 153 | default: ; | |
| 154 | } | |||
| 155 | _id -= 25; | |||
| 156 | } | |||
| 0 | - | 157 | return _id; | |
| 158 | } | |||
| 159 | ||||
| 160 | // SIGNAL 0 | |||
| Top | ||||
| 0 | 0 | - | 161 | void MpSongData::albumArtReady() |
| 162 | { | |||
| 163 | QMetaObject::activate(this, &staticMetaObject, 0, 0); | |||
| 164 | } | |||
| 165 | ||||
| 166 | // SIGNAL 1 | |||
| Top | ||||
| 0 | 0 | - | 167 | void MpSongData::playbackInfoChanged() |
| 168 | { | |||
| 169 | QMetaObject::activate(this, &staticMetaObject, 1, 0); | |||
| 170 | } | |||
| 171 | ||||
| 172 | // SIGNAL 2 | |||
| Top | ||||
| 0 | 0 | - | 173 | void MpSongData::songDetailInfoChanged() |
| 174 | { | |||
| 175 | QMetaObject::activate(this, &staticMetaObject, 2, 0); | |||
| 176 | } | |||
| 177 | QT_END_MOC_NAMESPACE | |||
| ***TER 0% (0/115) of SOURCE FILE moc_mpsongdata.cpp | ||||