00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../mainwindow.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'mainwindow.h' doesn't include <QObject>."
00013 #elif Q_MOC_OUTPUT_REVISION != 59
00014 #error "This file was generated using the moc from 4.4.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_mainWindow[] = {
00021
00022
00023 1,
00024 0,
00025 0, 0,
00026 22, 10,
00027 0, 0,
00028 0, 0,
00029
00030
00031 12, 11, 11, 11, 0x0a,
00032 24, 11, 11, 11, 0x0a,
00033 35, 11, 11, 11, 0x0a,
00034 45, 11, 11, 11, 0x0a,
00035 58, 11, 11, 11, 0x0a,
00036 73, 11, 11, 11, 0x0a,
00037 85, 11, 11, 11, 0x0a,
00038 96, 11, 11, 11, 0x0a,
00039 111, 11, 11, 11, 0x0a,
00040 127, 11, 11, 11, 0x0a,
00041 144, 11, 11, 11, 0x0a,
00042 163, 11, 11, 11, 0x0a,
00043 182, 11, 11, 11, 0x0a,
00044 201, 11, 11, 11, 0x0a,
00045 213, 11, 11, 11, 0x0a,
00046 227, 11, 11, 11, 0x0a,
00047 242, 11, 11, 11, 0x0a,
00048 254, 11, 11, 11, 0x0a,
00049 267, 11, 11, 11, 0x0a,
00050 278, 11, 11, 11, 0x0a,
00051 291, 11, 11, 11, 0x0a,
00052 331, 324, 11, 11, 0x0a,
00053
00054 0
00055 };
00056
00057 static const char qt_meta_stringdata_mainWindow[] = {
00058 "mainWindow\0\0undefined()\0fileLoad()\0"
00059 "fileNew()\0fileReload()\0fileSnapshot()\0"
00060 "fileClose()\0fileExit()\0proj3Dsphere()\0"
00061 "projMollweide()\0mapTemperature()\0"
00062 "mapQPolarization()\0mapUPolarization()\0"
00063 "mapPPolarization()\0mapNumObs()\0"
00064 "mapPolVectM()\0mapPolVectTB()\0reTexture()\0"
00065 "newRigging()\0newField()\0newPolVect()\0"
00066 "unselectPixels(std::vector<int>)\0"
00067 "pixnum\0recenterOnPixel(int)\0"
00068 };
00069
00070 const QMetaObject mainWindow::staticMetaObject = {
00071 { &QMainWindow::staticMetaObject, qt_meta_stringdata_mainWindow,
00072 qt_meta_data_mainWindow, 0 }
00073 };
00074
00075 const QMetaObject *mainWindow::metaObject() const
00076 {
00077 return &staticMetaObject;
00078 }
00079
00080 void *mainWindow::qt_metacast(const char *_clname)
00081 {
00082 if (!_clname) return 0;
00083 if (!strcmp(_clname, qt_meta_stringdata_mainWindow))
00084 return static_cast<void*>(const_cast< mainWindow*>(this));
00085 return QMainWindow::qt_metacast(_clname);
00086 }
00087
00088 int mainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00089 {
00090 _id = QMainWindow::qt_metacall(_c, _id, _a);
00091 if (_id < 0)
00092 return _id;
00093 if (_c == QMetaObject::InvokeMetaMethod) {
00094 switch (_id) {
00095 case 0: undefined(); break;
00096 case 1: fileLoad(); break;
00097 case 2: fileNew(); break;
00098 case 3: fileReload(); break;
00099 case 4: fileSnapshot(); break;
00100 case 5: fileClose(); break;
00101 case 6: fileExit(); break;
00102 case 7: proj3Dsphere(); break;
00103 case 8: projMollweide(); break;
00104 case 9: mapTemperature(); break;
00105 case 10: mapQPolarization(); break;
00106 case 11: mapUPolarization(); break;
00107 case 12: mapPPolarization(); break;
00108 case 13: mapNumObs(); break;
00109 case 14: mapPolVectM(); break;
00110 case 15: mapPolVectTB(); break;
00111 case 16: reTexture(); break;
00112 case 17: newRigging(); break;
00113 case 18: newField(); break;
00114 case 19: newPolVect(); break;
00115 case 20: unselectPixels((*reinterpret_cast< std::vector<int>(*)>(_a[1]))); break;
00116 case 21: recenterOnPixel((*reinterpret_cast< int(*)>(_a[1]))); break;
00117 }
00118 _id -= 22;
00119 }
00120 return _id;
00121 }
00122 QT_END_MOC_NAMESPACE