CTC++ Coverage Report - Execution Profile    #5/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_mpquerymanager.cpp
Instrumentation mode: function-decision
TER: 11 % ( 3/ 28)

Start/ End/    
True False - Line Source

  1 /****************************************************************************
  2 ** Meta object code from reading C++ file 'mpquerymanager.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/mpquerymanager.h"
  11 #if !defined(Q_MOC_OUTPUT_REVISION)
  12 #error "The header file 'mpquerymanager.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_MpQueryManager[] = {
  21 
  22  // content:
  23        4,       // revision
  24        0,       // classname
  25        0,    0, // classinfo
  26        2,   14, // methods
  27        0,    0, // properties
  28        0,    0, // enums/sets
  29        0,    0, // constructors
  30        0,       // flags
  31        2,       // signalCount
  32 
  33  // signals: signature, parameters, type, tag, flags
  34       22,   16,   15,   15, 0x05,
  35       73,   48,   15,   15, 0x05,
  36 
  37        0        // eod
  38 };
  39 
  40 static const char qt_meta_stringdata_MpQueryManager[] = {
  41     "MpQueryManager\0\0state\0onlineStatusChanged(bool)\0"
  42     "albumArtUri,albumArtName\0"
  43     "setAlbumArt(QString,QString)\0"
  44 };
  45 
  46 const QMetaObject MpQueryManager::staticMetaObject = {
  47     { &QObject::staticMetaObject, qt_meta_stringdata_MpQueryManager,
  48       qt_meta_data_MpQueryManager, 0 }
  49 };
  50 
  51 #ifdef Q_NO_DATA_RELOCATION
Top
- 52 const QMetaObject &MpQueryManager::getStaticMetaObject() { return staticMetaObject; }
 - 52 return staticMetaObject
  53 #endif //Q_NO_DATA_RELOCATION
  54 
Top
12   55 const QMetaObject *MpQueryManager::metaObject() const
  56 {
    57     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
12 - 57 ternary-?: QObject::d_ptr -> metaObject
12    57 return QObject::d_ptr -> metaObject ? QObject:..
  58 }
  59 
Top
- 60 void *MpQueryManager::qt_metacast(const char *_clname)
  61 {
- 62     if (!_clname) return 0;
 - 62   return 0
- 63     if (!strcmp(_clname, qt_meta_stringdata_MpQueryManager))
 - 64         return static_cast<void*>(const_cast< MpQueryManager*>(this));
 - 65     return QObject::qt_metacast(_clname);
  66 }
  67 
Top
- 68 int MpQueryManager::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  69 {
  70     _id = QObject::qt_metacall(_c, _id, _a);
- 71     if (_id < 0)
 - 72         return _id;
- 73     if (_c == QMetaObject::InvokeMetaMethod) {
    74         switch (_id) {
 - 75         case 0: onlineStatusChanged((*reinterpret_cast< bool(*)>(_a[1]))); break;
 - 75     break
 - 76         case 1: setAlbumArt((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2]))); break;
 - 76     break
 - 77         default: ;
  78         }
  79         _id -= 2;
  80     }
 - 81     return _id;
  82 }
  83 
  84 // SIGNAL 0
Top
- 85 void MpQueryManager::onlineStatusChanged(bool _t1)
  86 {
  87     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  88     QMetaObject::activate(this, &staticMetaObject, 0, _a);
  89 }
  90 
  91 // SIGNAL 1
Top
- 92 void MpQueryManager::setAlbumArt(const QString & _t1, const QString & _t2)
  93 {
  94     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
  95     QMetaObject::activate(this, &staticMetaObject, 1, _a);
  96 }
  97 QT_END_MOC_NAMESPACE
***TER 11% (3/28) of SOURCE FILE moc_mpquerymanager.cpp

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