00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "mergefeaturesdialog.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'mergefeaturesdialog.h' doesn't include <QObject>."
00013 #elif Q_MOC_OUTPUT_REVISION != 59
00014 #error "This file was generated using the moc from 4.1.0. 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 static const uint qt_meta_data_mergeFeaturesDialogDlg[] = {
00020
00021
00022 1,
00023 0,
00024 0, 0,
00025 6, 10,
00026 0, 0,
00027 0, 0,
00028
00029
00030 24, 23, 23, 23, 0x0a,
00031 36, 23, 23, 23, 0x0a,
00032 51, 23, 23, 23, 0x0a,
00033 69, 23, 23, 23, 0x0a,
00034 84, 23, 23, 23, 0x0a,
00035 90, 23, 23, 23, 0x0a,
00036
00037 0
00038 };
00039
00040 static const char qt_meta_stringdata_mergeFeaturesDialogDlg[] = {
00041 "mergeFeaturesDialogDlg\0\0addBrowse()\0removeBrowse()\0"
00042 "removeAllBrowse()\0outputBrowse()\0run()\0help()\0"
00043 };
00044
00045 const QMetaObject mergeFeaturesDialogDlg::staticMetaObject = {
00046 { &QDialog::staticMetaObject, qt_meta_stringdata_mergeFeaturesDialogDlg,
00047 qt_meta_data_mergeFeaturesDialogDlg, 0 }
00048 };
00049
00050 const QMetaObject *mergeFeaturesDialogDlg::metaObject() const
00051 {
00052 return &staticMetaObject;
00053 }
00054
00055 void *mergeFeaturesDialogDlg::qt_metacast(const char *_clname)
00056 {
00057 if (!_clname) return 0;
00058 if (!strcmp(_clname, qt_meta_stringdata_mergeFeaturesDialogDlg))
00059 return static_cast<void*>(const_cast<mergeFeaturesDialogDlg*>(this));
00060 return QDialog::qt_metacast(_clname);
00061 }
00062
00063 int mergeFeaturesDialogDlg::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00064 {
00065 _id = QDialog::qt_metacall(_c, _id, _a);
00066 if (_id < 0)
00067 return _id;
00068 if (_c == QMetaObject::InvokeMetaMethod) {
00069 switch (_id) {
00070 case 0: addBrowse(); break;
00071 case 1: removeBrowse(); break;
00072 case 2: removeAllBrowse(); break;
00073 case 3: outputBrowse(); break;
00074 case 4: run(); break;
00075 case 5: help(); break;
00076 }
00077 _id -= 6;
00078 }
00079 return _id;
00080 }