/**************************************************************************** ** Meta object code from reading C++ file 'nexusserver.h' ** ** Created: Mon Jul 4 16:36:51 2011 ** by: The Qt Meta Object Compiler version 62 (Qt 4.7.3) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include "../../NexusServer/nexusserver.h" #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'nexusserver.h' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 62 #error "This file was generated using the moc from 4.7.3. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif QT_BEGIN_MOC_NAMESPACE static const uint qt_meta_data_NexusServer[] = { // content: 5, // revision 0, // classname 0, 0, // classinfo 3, 14, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 2, // signalCount // signals: signature, parameters, type, tag, flags 13, 12, 12, 12, 0x05, 38, 12, 12, 12, 0x05, // slots: signature, parameters, type, tag, flags 66, 12, 12, 12, 0x0a, 0 // eod }; static const char qt_meta_stringdata_NexusServer[] = { "NexusServer\0\0clientConnected(Client*)\0" "clientDisconnected(Client*)\0newConnection()\0" }; const QMetaObject NexusServer::staticMetaObject = { { &QObject::staticMetaObject, qt_meta_stringdata_NexusServer, qt_meta_data_NexusServer, 0 } }; #ifdef Q_NO_DATA_RELOCATION const QMetaObject &NexusServer::getStaticMetaObject() { return staticMetaObject; } #endif //Q_NO_DATA_RELOCATION const QMetaObject *NexusServer::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; } void *NexusServer::qt_metacast(const char *_clname) { if (!_clname) return 0; if (!strcmp(_clname, qt_meta_stringdata_NexusServer)) return static_cast(const_cast< NexusServer*>(this)); return QObject::qt_metacast(_clname); } int NexusServer::qt_metacall(QMetaObject::Call _c, int _id, void **_a) { _id = QObject::qt_metacall(_c, _id, _a); if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { switch (_id) { case 0: clientConnected((*reinterpret_cast< Client*(*)>(_a[1]))); break; case 1: clientDisconnected((*reinterpret_cast< Client*(*)>(_a[1]))); break; case 2: newConnection(); break; default: ; } _id -= 3; } return _id; } // SIGNAL 0 void NexusServer::clientConnected(Client * _t1) { void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; QMetaObject::activate(this, &staticMetaObject, 0, _a); } // SIGNAL 1 void NexusServer::clientDisconnected(Client * _t1) { void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; QMetaObject::activate(this, &staticMetaObject, 1, _a); } QT_END_MOC_NAMESPACE