00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "form.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'form.h' doesn't include <QObject>."
00013 #elif Q_MOC_OUTPUT_REVISION != 63
00014 #error "This file was generated using the moc from 4.8.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_Form[] = {
00021
00022
00023 6,
00024 0,
00025 0, 0,
00026 8, 14,
00027 0, 0,
00028 0, 0,
00029 0, 0,
00030 0,
00031 0,
00032
00033
00034 6, 5, 5, 5, 0x08,
00035 40, 18, 5, 5, 0x08,
00036 87, 76, 5, 5, 0x28,
00037 137, 118, 5, 5, 0x08,
00038 170, 5, 5, 5, 0x08,
00039 203, 192, 5, 5, 0x08,
00040 239, 5, 5, 5, 0x08,
00041 272, 267, 5, 5, 0x08,
00042
00043 0
00044 };
00045
00046 static const char qt_meta_stringdata_Form[] = {
00047 "Form\0\0goClicked()\0east,north,saveMarker\0"
00048 "showCoordinates(double,double,bool)\0"
00049 "east,north\0showCoordinates(double,double)\0"
00050 "east,north,caption\0setMarker(double,double,QString)\0"
00051 "errorOccured(QString)\0currentRow\0"
00052 "on_lwMarkers_currentRowChanged(int)\0"
00053 "on_pbRemoveMarker_clicked()\0arg1\0"
00054 "on_zoomSpinBox_valueChanged(int)\0"
00055 };
00056
00057 void Form::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
00058 {
00059 if (_c == QMetaObject::InvokeMetaMethod) {
00060 Q_ASSERT(staticMetaObject.cast(_o));
00061 Form *_t = static_cast<Form *>(_o);
00062 switch (_id) {
00063 case 0: _t->goClicked(); break;
00064 case 1: _t->showCoordinates((*reinterpret_cast< double(*)>(_a[1])),(*reinterpret_cast< double(*)>(_a[2])),(*reinterpret_cast< bool(*)>(_a[3]))); break;
00065 case 2: _t->showCoordinates((*reinterpret_cast< double(*)>(_a[1])),(*reinterpret_cast< double(*)>(_a[2]))); break;
00066 case 3: _t->setMarker((*reinterpret_cast< double(*)>(_a[1])),(*reinterpret_cast< double(*)>(_a[2])),(*reinterpret_cast< QString(*)>(_a[3]))); break;
00067 case 4: _t->errorOccured((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00068 case 5: _t->on_lwMarkers_currentRowChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
00069 case 6: _t->on_pbRemoveMarker_clicked(); break;
00070 case 7: _t->on_zoomSpinBox_valueChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
00071 default: ;
00072 }
00073 }
00074 }
00075
00076 const QMetaObjectExtraData Form::staticMetaObjectExtraData = {
00077 0, qt_static_metacall
00078 };
00079
00080 const QMetaObject Form::staticMetaObject = {
00081 { &QWidget::staticMetaObject, qt_meta_stringdata_Form,
00082 qt_meta_data_Form, &staticMetaObjectExtraData }
00083 };
00084
00085 #ifdef Q_NO_DATA_RELOCATION
00086 const QMetaObject &Form::getStaticMetaObject() { return staticMetaObject; }
00087 #endif //Q_NO_DATA_RELOCATION
00088
00089 const QMetaObject *Form::metaObject() const
00090 {
00091 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00092 }
00093
00094 void *Form::qt_metacast(const char *_clname)
00095 {
00096 if (!_clname) return 0;
00097 if (!strcmp(_clname, qt_meta_stringdata_Form))
00098 return static_cast<void*>(const_cast< Form*>(this));
00099 return QWidget::qt_metacast(_clname);
00100 }
00101
00102 int Form::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00103 {
00104 _id = QWidget::qt_metacall(_c, _id, _a);
00105 if (_id < 0)
00106 return _id;
00107 if (_c == QMetaObject::InvokeMetaMethod) {
00108 if (_id < 8)
00109 qt_static_metacall(this, _c, _id, _a);
00110 _id -= 8;
00111 }
00112 return _id;
00113 }
00114 QT_END_MOC_NAMESPACE