X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gr-qtgui%2Fsrc%2Flib%2FConstellationDisplayPlot_moc.cc;fp=gr-qtgui%2Fsrc%2Flib%2FConstellationDisplayPlot_moc.cc;h=0000000000000000000000000000000000000000;hb=d522829d8cd5a386b4426de5157b46d5d1856900;hp=ce1be09731b4045a454afdd0d1d41e31755f909f;hpb=8a9ddbb0675f9bfcc6e03b457fba6c79474a3693;p=debian%2Fgnuradio diff --git a/gr-qtgui/src/lib/ConstellationDisplayPlot_moc.cc b/gr-qtgui/src/lib/ConstellationDisplayPlot_moc.cc deleted file mode 100644 index ce1be097..00000000 --- a/gr-qtgui/src/lib/ConstellationDisplayPlot_moc.cc +++ /dev/null @@ -1,74 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'ConstellationDisplayPlot.h' -** -** Created: Tue Jul 14 15:57:22 2009 -** by: The Qt Meta Object Compiler version 61 (Qt 4.5.0) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "ConstellationDisplayPlot.h" -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'ConstellationDisplayPlot.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 61 -#error "This file was generated using the moc from 4.5.0. 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_ConstellationDisplayPlot[] = { - - // content: - 2, // revision - 0, // classname - 0, 0, // classinfo - 1, 12, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - - // slots: signature, parameters, type, tag, flags - 38, 26, 25, 25, 0x09, - - 0 // eod -}; - -static const char qt_meta_stringdata_ConstellationDisplayPlot[] = { - "ConstellationDisplayPlot\0\0plotItem,on\0" - "LegendEntryChecked(QwtPlotItem*,bool)\0" -}; - -const QMetaObject ConstellationDisplayPlot::staticMetaObject = { - { &QwtPlot::staticMetaObject, qt_meta_stringdata_ConstellationDisplayPlot, - qt_meta_data_ConstellationDisplayPlot, 0 } -}; - -const QMetaObject *ConstellationDisplayPlot::metaObject() const -{ - return &staticMetaObject; -} - -void *ConstellationDisplayPlot::qt_metacast(const char *_clname) -{ - if (!_clname) return 0; - if (!strcmp(_clname, qt_meta_stringdata_ConstellationDisplayPlot)) - return static_cast(const_cast< ConstellationDisplayPlot*>(this)); - return QwtPlot::qt_metacast(_clname); -} - -int ConstellationDisplayPlot::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QwtPlot::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - switch (_id) { - case 0: LegendEntryChecked((*reinterpret_cast< QwtPlotItem*(*)>(_a[1])),(*reinterpret_cast< bool(*)>(_a[2]))); break; - default: ; - } - _id -= 1; - } - return _id; -} -QT_END_MOC_NAMESPACE