Imported Upstream version 3.2.2
[debian/gnuradio] / gr-qtgui / src / lib / TimeDomainDisplayPlot_moc.cc
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'TimeDomainDisplayPlot.h'
3 **
4 ** Created: Tue Jul 14 15:57:22 2009
5 **      by: The Qt Meta Object Compiler version 61 (Qt 4.5.0)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
9
10 #include "TimeDomainDisplayPlot.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'TimeDomainDisplayPlot.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 61
14 #error "This file was generated using the moc from 4.5.0. 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_TimeDomainDisplayPlot[] = {
21
22  // content:
23        2,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        1,   12, // methods
27        0,    0, // properties
28        0,    0, // enums/sets
29        0,    0, // constructors
30
31  // slots: signature, parameters, type, tag, flags
32       35,   23,   22,   22, 0x09,
33
34        0        // eod
35 };
36
37 static const char qt_meta_stringdata_TimeDomainDisplayPlot[] = {
38     "TimeDomainDisplayPlot\0\0plotItem,on\0"
39     "LegendEntryChecked(QwtPlotItem*,bool)\0"
40 };
41
42 const QMetaObject TimeDomainDisplayPlot::staticMetaObject = {
43     { &QwtPlot::staticMetaObject, qt_meta_stringdata_TimeDomainDisplayPlot,
44       qt_meta_data_TimeDomainDisplayPlot, 0 }
45 };
46
47 const QMetaObject *TimeDomainDisplayPlot::metaObject() const
48 {
49     return &staticMetaObject;
50 }
51
52 void *TimeDomainDisplayPlot::qt_metacast(const char *_clname)
53 {
54     if (!_clname) return 0;
55     if (!strcmp(_clname, qt_meta_stringdata_TimeDomainDisplayPlot))
56         return static_cast<void*>(const_cast< TimeDomainDisplayPlot*>(this));
57     return QwtPlot::qt_metacast(_clname);
58 }
59
60 int TimeDomainDisplayPlot::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
61 {
62     _id = QwtPlot::qt_metacall(_c, _id, _a);
63     if (_id < 0)
64         return _id;
65     if (_c == QMetaObject::InvokeMetaMethod) {
66         switch (_id) {
67         case 0: LegendEntryChecked((*reinterpret_cast< QwtPlotItem*(*)>(_a[1])),(*reinterpret_cast< bool(*)>(_a[2]))); break;
68         default: ;
69         }
70         _id -= 1;
71     }
72     return _id;
73 }
74 QT_END_MOC_NAMESPACE