CTC++ Coverage Report - Execution Profile    #6/17

Directory Summary | Files Summary | Functions Summary | Execution Profile
To files: First | Previous | Next | Last | Index | No Index


File: Z:\musicplayer\mpviewplugins\mpdetailsviewplugin\tsrc\unittest_mpdetailsview\moc_mpsongdata.cpp
Instrumentation mode: function-decision
TER: 0 % ( 0/115)

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
- 85 const QMetaObject &MpSongData::getStaticMetaObject() { return staticMetaObject; }
 - 85 return staticMetaObject
  86 #endif //Q_NO_DATA_RELOCATION
  87 
Top
- 88 const QMetaObject *MpSongData::metaObject() const
  89 {
    90     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
- 90 ternary-?: QObject::d_ptr -> metaObject
 - 90 return QObject::d_ptr -> metaObject ? QObject:..
  91 }
  92 
Top
- 93 void *MpSongData::qt_metacast(const char *_clname)
  94 {
- 95     if (!_clname) return 0;
 - 95   return 0
- 96     if (!strcmp(_clname, qt_meta_stringdata_MpSongData))
 - 97         return static_cast<void*>(const_cast< MpSongData*>(this));
 - 98     return QObject::qt_metacast(_clname);
  99 }
  100 
Top
- 101 int MpSongData::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  102 {
  103     _id = QObject::qt_metacall(_c, _id, _a);
- 104     if (_id < 0)
 - 105         return _id;
- 106     if (_c == QMetaObject::InvokeMetaMethod) {
    107         switch (_id) {
 - 108         case 0: albumArtReady(); break;
 - 108     break
 - 109         case 1: playbackInfoChanged(); break;
 - 109     break
 - 110         case 2: songDetailInfoChanged(); break;
 - 110     break
 - 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;
 - 111     break
 - 112         case 4: { int _r = reservedLength();
- 113             if (_a[0]) *reinterpret_cast< int*>(_a[0]) = _r; }  break;
 - 113     break
 - 114         case 5: { QString _r = title();
- 115             if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 - 115     break
 - 116         case 6: { QString _r = album();
- 117             if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 - 117     break
 - 118         case 7: { QString _r = artist();
- 119             if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 - 119     break
 - 120         case 8: { QString _r = comment();
- 121             if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 - 121     break
 - 122         case 9: albumArt((*reinterpret_cast< HbIcon(*)>(_a[1]))); break;
 - 122     break
 - 123         case 10: { QString _r = year();
- 124             if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 - 124     break
 - 125         case 11: { QString _r = genre();
- 126             if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 - 126     break
 - 127         case 12: { QString _r = composer();
- 128             if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 - 128     break
 - 129         case 13: { QString _r = albumTrack();
- 130             if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 - 130     break
 - 131         case 14: { QString _r = link();
- 132             if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 - 132     break
 - 133         case 15: { QString _r = fileName();
- 134             if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 - 134     break
 - 135         case 16: { QString _r = mimeType();
- 136             if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 - 136     break
 - 137         case 17: { QString _r = duration();
- 138             if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 - 138     break
 - 139         case 18: { QString _r = bitRate();
- 140             if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 - 140     break
 - 141         case 19: { QString _r = sampleRate();
- 142             if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 - 142     break
 - 143         case 20: { QString _r = size();
- 144             if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 - 144     break
 - 145         case 21: { QString _r = modified();
- 146             if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 - 146     break
 - 147         case 22: { QString _r = copyright();
- 148             if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 - 148     break
 - 149         case 23: { QString _r = musicURL();
- 150             if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 - 150     break
 - 151         case 24: { QString _r = albumArtBase64();
- 152             if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 - 152     break
 - 153         default: ;
  154         }
  155         _id -= 25;
  156     }
 - 157     return _id;
  158 }
  159 
  160 // SIGNAL 0
Top
- 161 void MpSongData::albumArtReady()
  162 {
  163     QMetaObject::activate(this, &staticMetaObject, 0, 0);
  164 }
  165 
  166 // SIGNAL 1
Top
- 167 void MpSongData::playbackInfoChanged()
  168 {
  169     QMetaObject::activate(this, &staticMetaObject, 1, 0);
  170 }
  171 
  172 // SIGNAL 2
Top
- 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

Directory Summary | Files Summary | Functions Summary | Execution Profile
To files: First | Previous | Next | Last | Top | Index | No Index