CTC++ Coverage Report - Execution Profile    #2/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_mpdetailssharedialog.cpp
Instrumentation mode: function-decision
TER: 0 % ( 0/ 26)

Start/ End/    
True False - Line Source

  1 /****************************************************************************
  2 ** Meta object code from reading C++ file 'mpdetailssharedialog.h'
  3 **
  4 ** Created: Thu 22. Apr 09:28:17 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/mpdetailssharedialog.h"
  11 #if !defined(Q_MOC_OUTPUT_REVISION)
  12 #error "The header file 'mpdetailssharedialog.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_MpDetailsShareDialog[] = {
  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        0,       // signalCount
  32 
  33  // slots: signature, parameters, type, tag, flags
  34       22,   21,   21,   21, 0x0a,
  35       44,   41,   21,   21, 0x0a,
  36 
  37        0        // eod
  38 };
  39 
  40 static const char qt_meta_stringdata_MpDetailsShareDialog[] = {
  41     "MpDetailsShareDialog\0\0updateSharedData()\0"
  42     "ok\0onIndexLoad(bool)\0"
  43 };
  44 
  45 const QMetaObject MpDetailsShareDialog::staticMetaObject = {
  46     { &HbDialog::staticMetaObject, qt_meta_stringdata_MpDetailsShareDialog,
  47       qt_meta_data_MpDetailsShareDialog, 0 }
  48 };
  49 
  50 #ifdef Q_NO_DATA_RELOCATION
Top
- 51 const QMetaObject &MpDetailsShareDialog::getStaticMetaObject() { return staticMetaObject; }
 - 51 return staticMetaObject
  52 #endif //Q_NO_DATA_RELOCATION
  53 
Top
- 54 const QMetaObject *MpDetailsShareDialog::metaObject() const
  55 {
    56     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
- 56 ternary-?: QObject::d_ptr -> metaObject
 - 56 return QObject::d_ptr -> metaObject ? QObject:..
  57 }
  58 
Top
- 59 void *MpDetailsShareDialog::qt_metacast(const char *_clname)
  60 {
- 61     if (!_clname) return 0;
 - 61   return 0
- 62     if (!strcmp(_clname, qt_meta_stringdata_MpDetailsShareDialog))
 - 63         return static_cast<void*>(const_cast< MpDetailsShareDialog*>(this));
 - 64     return HbDialog::qt_metacast(_clname);
  65 }
  66 
Top
- 67 int MpDetailsShareDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  68 {
  69     _id = HbDialog::qt_metacall(_c, _id, _a);
- 70     if (_id < 0)
 - 71         return _id;
- 72     if (_c == QMetaObject::InvokeMetaMethod) {
    73         switch (_id) {
 - 74         case 0: updateSharedData(); break;
 - 74     break
 - 75         case 1: onIndexLoad((*reinterpret_cast< bool(*)>(_a[1]))); break;
 - 75     break
 - 76         default: ;
  77         }
  78         _id -= 2;
  79     }
 - 80     return _id;
  81 }
  82 QT_END_MOC_NAMESPACE
***TER 0% (0/26) of SOURCE FILE moc_mpdetailssharedialog.cpp

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