00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../comun/bselector.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'bselector.h' doesn't include <QObject>."
00013 #elif Q_MOC_OUTPUT_REVISION != 59
00014 #error "This file was generated using the moc from 4.2.2. 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_BSelector[] = {
00020
00021
00022 1,
00023 0,
00024 0, 0,
00025 8, 10,
00026 0, 0,
00027 0, 0,
00028
00029
00030 11, 10, 10, 10, 0x0a,
00031 39, 10, 10, 10, 0x08,
00032 59, 10, 10, 10, 0x08,
00033 81, 10, 10, 10, 0x08,
00034 102, 10, 10, 10, 0x08,
00035 125, 10, 10, 10, 0x08,
00036 146, 10, 10, 10, 0x08,
00037 168, 10, 10, 10, 0x08,
00038
00039 0
00040 };
00041
00042 static const char qt_meta_stringdata_BSelector[] = {
00043 "BSelector\0\0seleccionaempresa_clicked()\0"
00044 "configura_clicked()\0on_m_iglues_clicked()\0"
00045 "m_bulmatpv_clicked()\0contabilidad_clicked()\0"
00046 "produccion_clicked()\0on_mui_info_clicked()\0"
00047 "m_bulmafact_clicked()\0"
00048 };
00049
00050 const QMetaObject BSelector::staticMetaObject = {
00051 { &QMainWindow::staticMetaObject, qt_meta_stringdata_BSelector,
00052 qt_meta_data_BSelector, 0 }
00053 };
00054
00055 const QMetaObject *BSelector::metaObject() const
00056 {
00057 return &staticMetaObject;
00058 }
00059
00060 void *BSelector::qt_metacast(const char *_clname)
00061 {
00062 if (!_clname) return 0;
00063 if (!strcmp(_clname, qt_meta_stringdata_BSelector))
00064 return static_cast<void*>(const_cast<BSelector*>(this));
00065 if (!strcmp(_clname, "Ui_selectorbase"))
00066 return static_cast<Ui_selectorbase*>(const_cast<BSelector*>(this));
00067 return QMainWindow::qt_metacast(_clname);
00068 }
00069
00070 int BSelector::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00071 {
00072 _id = QMainWindow::qt_metacall(_c, _id, _a);
00073 if (_id < 0)
00074 return _id;
00075 if (_c == QMetaObject::InvokeMetaMethod) {
00076 switch (_id) {
00077 case 0: seleccionaempresa_clicked(); break;
00078 case 1: configura_clicked(); break;
00079 case 2: on_m_iglues_clicked(); break;
00080 case 3: m_bulmatpv_clicked(); break;
00081 case 4: contabilidad_clicked(); break;
00082 case 5: produccion_clicked(); break;
00083 case 6: on_mui_info_clicked(); break;
00084 case 7: m_bulmafact_clicked(); break;
00085 }
00086 _id -= 8;
00087 }
00088 return _id;
00089 }