00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../facturapview.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'facturapview.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_FacturaProveedorView[] = {
00020
00021
00022 1,
00023 0,
00024 0, 0,
00025 6, 10,
00026 0, 0,
00027 0, 0,
00028
00029
00030 22, 21, 21, 21, 0x0a,
00031 45, 21, 21, 21, 0x0a,
00032 61, 59, 21, 21, 0x0a,
00033 97, 59, 21, 21, 0x0a,
00034 129, 21, 21, 21, 0x0a,
00035 159, 21, 21, 21, 0x0a,
00036
00037 0
00038 };
00039
00040 static const char qt_meta_stringdata_FacturaProveedorView[] = {
00041 "FacturaProveedorView\0\0on_mui_pagar_clicked()\0"
00042 "s_nuevoPago()\0,\0on_m_descuentos_editFinish(int,int)\0"
00043 "on_subform2_editFinish(int,int)\0"
00044 "on_mui_veralbaranes_clicked()\0"
00045 "on_mui_idproveedor_valueChanged(QString)\0"
00046 };
00047
00048 const QMetaObject FacturaProveedorView::staticMetaObject = {
00049 { &FichaBf::staticMetaObject, qt_meta_stringdata_FacturaProveedorView,
00050 qt_meta_data_FacturaProveedorView, 0 }
00051 };
00052
00053 const QMetaObject *FacturaProveedorView::metaObject() const
00054 {
00055 return &staticMetaObject;
00056 }
00057
00058 void *FacturaProveedorView::qt_metacast(const char *_clname)
00059 {
00060 if (!_clname) return 0;
00061 if (!strcmp(_clname, qt_meta_stringdata_FacturaProveedorView))
00062 return static_cast<void*>(const_cast<FacturaProveedorView*>(this));
00063 if (!strcmp(_clname, "Ui_FacturaProveedorBase"))
00064 return static_cast<Ui_FacturaProveedorBase*>(const_cast<FacturaProveedorView*>(this));
00065 return FichaBf::qt_metacast(_clname);
00066 }
00067
00068 int FacturaProveedorView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00069 {
00070 _id = FichaBf::qt_metacall(_c, _id, _a);
00071 if (_id < 0)
00072 return _id;
00073 if (_c == QMetaObject::InvokeMetaMethod) {
00074 switch (_id) {
00075 case 0: on_mui_pagar_clicked(); break;
00076 case 1: s_nuevoPago(); break;
00077 case 2: on_m_descuentos_editFinish((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00078 case 3: on_subform2_editFinish((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00079 case 4: on_mui_veralbaranes_clicked(); break;
00080 case 5: on_mui_idproveedor_valueChanged((*reinterpret_cast< QString(*)>(_a[1]))); break;
00081 }
00082 _id -= 6;
00083 }
00084 return _id;
00085 }