00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../include/DGVPlot.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'DGVPlot.h' doesn't include <QObject>."
00013 #elif Q_MOC_OUTPUT_REVISION != 62
00014 #error "This file was generated using the moc from 4.6.3. It"
00015 #error "cannot be used with the include files from this version of Qt."
00016 #error "(The moc has changed too much.)"
00017 #endif
00018
00019 QT_BEGIN_MOC_NAMESPACE
00020 static const uint qt_meta_data_DGVPlot[] = {
00021
00022
00023 4,
00024 0,
00025 0, 0,
00026 9, 14,
00027 0, 0,
00028 0, 0,
00029 0, 0,
00030 0,
00031 0,
00032
00033
00034 9, 8, 8, 8, 0x0a,
00035 16, 8, 8, 8, 0x0a,
00036 25, 8, 8, 8, 0x0a,
00037 34, 8, 8, 8, 0x0a,
00038 52, 47, 8, 8, 0x0a,
00039 69, 8, 8, 8, 0x0a,
00040 84, 8, 8, 8, 0x0a,
00041 99, 8, 8, 8, 0x0a,
00042 116, 8, 8, 8, 0x0a,
00043
00044 0
00045 };
00046
00047 static const char qt_meta_stringdata_DGVPlot[] = {
00048 "DGVPlot\0\0save()\0xLabel()\0yLabel()\0"
00049 "titleLabel()\0axis\0rescaleAxis(int)\0"
00050 "rescaleXAxis()\0rescaleYAxis()\0"
00051 "toggleLinePlot()\0renameData()\0"
00052 };
00053
00054 const QMetaObject DGVPlot::staticMetaObject = {
00055 { &QwtPlot::staticMetaObject, qt_meta_stringdata_DGVPlot,
00056 qt_meta_data_DGVPlot, 0 }
00057 };
00058
00059 #ifdef Q_NO_DATA_RELOCATION
00060 const QMetaObject &DGVPlot::getStaticMetaObject() { return staticMetaObject; }
00061 #endif //Q_NO_DATA_RELOCATION
00062
00063 const QMetaObject *DGVPlot::metaObject() const
00064 {
00065 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00066 }
00067
00068 void *DGVPlot::qt_metacast(const char *_clname)
00069 {
00070 if (!_clname) return 0;
00071 if (!strcmp(_clname, qt_meta_stringdata_DGVPlot))
00072 return static_cast<void*>(const_cast< DGVPlot*>(this));
00073 return QwtPlot::qt_metacast(_clname);
00074 }
00075
00076 int DGVPlot::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00077 {
00078 _id = QwtPlot::qt_metacall(_c, _id, _a);
00079 if (_id < 0)
00080 return _id;
00081 if (_c == QMetaObject::InvokeMetaMethod) {
00082 switch (_id) {
00083 case 0: save(); break;
00084 case 1: xLabel(); break;
00085 case 2: yLabel(); break;
00086 case 3: titleLabel(); break;
00087 case 4: rescaleAxis((*reinterpret_cast< const int(*)>(_a[1]))); break;
00088 case 5: rescaleXAxis(); break;
00089 case 6: rescaleYAxis(); break;
00090 case 7: toggleLinePlot(); break;
00091 case 8: renameData(); break;
00092 default: ;
00093 }
00094 _id -= 9;
00095 }
00096 return _id;
00097 }
00098 QT_END_MOC_NAMESPACE