zeroconf/zeroconfsharing/moc_zeroconfsharing.cpp
changeset 21 ff5174af067c
equal deleted inserted replaced
14:da856f45b798 21:ff5174af067c
       
     1 /****************************************************************************
       
     2 ** Meta object code from reading C++ file 'zeroconfsharing.h'
       
     3 **
       
     4 ** Created: Wed Jul 21 14:18:59 2010
       
     5 **      by: The Qt Meta Object Compiler version 62 (Qt 4.6.3)
       
     6 **
       
     7 ** WARNING! All changes made in this file will be lost!
       
     8 *****************************************************************************/
       
     9 
       
    10 #include "zeroconfsharing.h"
       
    11 #if !defined(Q_MOC_OUTPUT_REVISION)
       
    12 #error "The header file 'zeroconfsharing.h' doesn't include <QObject>."
       
    13 #elif Q_MOC_OUTPUT_REVISION != 62
       
    14 #error "This file was generated using the moc from 4.6.3. 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_QZeroConfSharingUi[] = {
       
    21 
       
    22  // content:
       
    23        4,       // revision
       
    24        0,       // classname
       
    25        0,    0, // classinfo
       
    26       14,   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       20,   19,   19,   19, 0x08,
       
    35       46,   19,   19,   19, 0x08,
       
    36       72,   19,   19,   19, 0x08,
       
    37       99,   19,   19,   19, 0x08,
       
    38      126,   19,   19,   19, 0x08,
       
    39      160,  155,   19,   19, 0x08,
       
    40      205,   19,   19,   19, 0x08,
       
    41      223,   19,   19,   19, 0x08,
       
    42      245,   19,   19,   19, 0x08,
       
    43      259,   19,   19,   19, 0x08,
       
    44      273,   19,   19,   19, 0x08,
       
    45      298,  286,   19,   19, 0x08,
       
    46      339,   19,   19,   19, 0x08,
       
    47      361,   19,   19,   19, 0x08,
       
    48 
       
    49        0        // eod
       
    50 };
       
    51 
       
    52 static const char qt_meta_stringdata_QZeroConfSharingUi[] = {
       
    53     "QZeroConfSharingUi\0\0on_pushBackFile_clicked()\0"
       
    54     "on_pushBackChat_clicked()\0"
       
    55     "on_pushBackVideo_clicked()\0"
       
    56     "on_pushBackMusic_clicked()\0"
       
    57     "on_pushBackContact_clicked()\0item\0"
       
    58     "on_listAvatars_itemClicked(QListWidgetItem*)\0"
       
    59     "RequestFinished()\0ItemRequestFinished()\0"
       
    60     "StartServer()\0backPressed()\0StopServer()\0"
       
    61     "item,column\0ContactitemClicked(QTreeWidgetItem*,int)\0"
       
    62     "ProgressBarCanceled()\0UpdateMyStatus()\0"
       
    63 };
       
    64 
       
    65 const QMetaObject QZeroConfSharingUi::staticMetaObject = {
       
    66     { &QMainWindow::staticMetaObject, qt_meta_stringdata_QZeroConfSharingUi,
       
    67       qt_meta_data_QZeroConfSharingUi, 0 }
       
    68 };
       
    69 
       
    70 #ifdef Q_NO_DATA_RELOCATION
       
    71 const QMetaObject &QZeroConfSharingUi::getStaticMetaObject() { return staticMetaObject; }
       
    72 #endif //Q_NO_DATA_RELOCATION
       
    73 
       
    74 const QMetaObject *QZeroConfSharingUi::metaObject() const
       
    75 {
       
    76     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
       
    77 }
       
    78 
       
    79 void *QZeroConfSharingUi::qt_metacast(const char *_clname)
       
    80 {
       
    81     if (!_clname) return 0;
       
    82     if (!strcmp(_clname, qt_meta_stringdata_QZeroConfSharingUi))
       
    83         return static_cast<void*>(const_cast< QZeroConfSharingUi*>(this));
       
    84     if (!strcmp(_clname, "MPnPObserver"))
       
    85         return static_cast< MPnPObserver*>(const_cast< QZeroConfSharingUi*>(this));
       
    86     if (!strcmp(_clname, "MNowPlayObserver"))
       
    87         return static_cast< MNowPlayObserver*>(const_cast< QZeroConfSharingUi*>(this));
       
    88     return QMainWindow::qt_metacast(_clname);
       
    89 }
       
    90 
       
    91 int QZeroConfSharingUi::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
       
    92 {
       
    93     _id = QMainWindow::qt_metacall(_c, _id, _a);
       
    94     if (_id < 0)
       
    95         return _id;
       
    96     if (_c == QMetaObject::InvokeMetaMethod) {
       
    97         switch (_id) {
       
    98         case 0: on_pushBackFile_clicked(); break;
       
    99         case 1: on_pushBackChat_clicked(); break;
       
   100         case 2: on_pushBackVideo_clicked(); break;
       
   101         case 3: on_pushBackMusic_clicked(); break;
       
   102         case 4: on_pushBackContact_clicked(); break;
       
   103         case 5: on_listAvatars_itemClicked((*reinterpret_cast< QListWidgetItem*(*)>(_a[1]))); break;
       
   104         case 6: RequestFinished(); break;
       
   105         case 7: ItemRequestFinished(); break;
       
   106         case 8: StartServer(); break;
       
   107         case 9: backPressed(); break;
       
   108         case 10: StopServer(); break;
       
   109         case 11: ContactitemClicked((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
       
   110         case 12: ProgressBarCanceled(); break;
       
   111         case 13: UpdateMyStatus(); break;
       
   112         default: ;
       
   113         }
       
   114         _id -= 14;
       
   115     }
       
   116     return _id;
       
   117 }
       
   118 QT_END_MOC_NAMESPACE