/**************************************************************************** ** Meta object code from reading C++ file 'refPulse.h' ** ** Created: Tue Mar 2 14:26:46 2010 ** by: The Qt Meta Object Compiler version 61 (Qt 4.5.2) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include "../refPulse.h" #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'refPulse.h' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 61 #error "This file was generated using the moc from 4.5.2. 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_RefPulse[] = { // content: 2, // revision 0, // classname 0, 0, // classinfo 3, 12, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors // signals: signature, parameters, type, tag, flags 14, 10, 9, 9, 0x05, 39, 37, 9, 9, 0x05, // slots: signature, parameters, type, tag, flags 63, 9, 9, 9, 0x0a, 0 // eod }; static const char qt_meta_stringdata_RefPulse[] = { "RefPulse\0\0win\0windowClosed(QObject*)\0" "p\0updateWin(PlotOptions*)\0updateWindow()\0" }; const QMetaObject RefPulse::staticMetaObject = { { &QMainWindow::staticMetaObject, qt_meta_stringdata_RefPulse, qt_meta_data_RefPulse, 0 } }; const QMetaObject *RefPulse::metaObject() const { return &staticMetaObject; } void *RefPulse::qt_metacast(const char *_clname) { if (!_clname) return 0; if (!strcmp(_clname, qt_meta_stringdata_RefPulse)) return static_cast(const_cast< RefPulse*>(this)); return QMainWindow::qt_metacast(_clname); } int RefPulse::qt_metacall(QMetaObject::Call _c, int _id, void **_a) { _id = QMainWindow::qt_metacall(_c, _id, _a); if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { switch (_id) { case 0: windowClosed((*reinterpret_cast< QObject*(*)>(_a[1]))); break; case 1: updateWin((*reinterpret_cast< PlotOptions*(*)>(_a[1]))); break; case 2: updateWindow(); break; default: ; } _id -= 3; } return _id; } // SIGNAL 0 void RefPulse::windowClosed(QObject * _t1) { void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; QMetaObject::activate(this, &staticMetaObject, 0, _a); } // SIGNAL 1 void RefPulse::updateWin(PlotOptions * _t1) { void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; QMetaObject::activate(this, &staticMetaObject, 1, _a); } QT_END_MOC_NAMESPACE