VectorProcessing/mergeFeaturesDialog/moc_mergefeaturesdialog.cpp

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'mergefeaturesdialog.h'
00003 **
00004 ** Created: Sun Feb 18 20:43:48 2007
00005 **      by: The Qt Meta Object Compiler version 59 (Qt 4.1.0)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
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  // content:
00022        1,       // revision
00023        0,       // classname
00024        0,    0, // classinfo
00025        6,   10, // methods
00026        0,    0, // properties
00027        0,    0, // enums/sets
00028 
00029  // slots: signature, parameters, type, tag, flags
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        // eod
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 }

Generated on Sun Aug 5 17:34:00 2007 for PIHMgis by  doxygen 1.5.2