00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../pedidoclienteview.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'pedidoclienteview.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_PedidoClienteView[] = {
00020
00021
00022 1,
00023 0,
00024 0, 0,
00025 7, 10,
00026 0, 0,
00027 0, 0,
00028
00029
00030 19, 18, 18, 18, 0x0a,
00031 36, 18, 18, 18, 0x0a,
00032 68, 18, 18, 18, 0x0a,
00033 99, 18, 18, 18, 0x0a,
00034 125, 123, 18, 18, 0x0a,
00035 161, 123, 18, 18, 0x0a,
00036 196, 193, 18, 18, 0x0a,
00037
00038 0
00039 };
00040
00041 static const char qt_meta_stringdata_PedidoClienteView[] = {
00042 "PedidoClienteView\0\0s_pintaTotales()\0"
00043 "on_mui_verpresupuesto_clicked()\0"
00044 "on_mui_pasaraalbaran_clicked()\0"
00045 "on_mui_cobrar_clicked()\0,\0"
00046 "on_m_descuentos_editFinish(int,int)\0"
00047 "on_subform3_editFinish(int,int)\0id\0"
00048 "on_mui_idcliente_valueChanged(QString)\0"
00049 };
00050
00051 const QMetaObject PedidoClienteView::staticMetaObject = {
00052 { &FichaBf::staticMetaObject, qt_meta_stringdata_PedidoClienteView,
00053 qt_meta_data_PedidoClienteView, 0 }
00054 };
00055
00056 const QMetaObject *PedidoClienteView::metaObject() const
00057 {
00058 return &staticMetaObject;
00059 }
00060
00061 void *PedidoClienteView::qt_metacast(const char *_clname)
00062 {
00063 if (!_clname) return 0;
00064 if (!strcmp(_clname, qt_meta_stringdata_PedidoClienteView))
00065 return static_cast<void*>(const_cast<PedidoClienteView*>(this));
00066 if (!strcmp(_clname, "Ui_PedidoClienteBase"))
00067 return static_cast<Ui_PedidoClienteBase*>(const_cast<PedidoClienteView*>(this));
00068 return FichaBf::qt_metacast(_clname);
00069 }
00070
00071 int PedidoClienteView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00072 {
00073 _id = FichaBf::qt_metacall(_c, _id, _a);
00074 if (_id < 0)
00075 return _id;
00076 if (_c == QMetaObject::InvokeMetaMethod) {
00077 switch (_id) {
00078 case 0: s_pintaTotales(); break;
00079 case 1: on_mui_verpresupuesto_clicked(); break;
00080 case 2: on_mui_pasaraalbaran_clicked(); break;
00081 case 3: on_mui_cobrar_clicked(); break;
00082 case 4: on_m_descuentos_editFinish((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00083 case 5: on_subform3_editFinish((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00084 case 6: on_mui_idcliente_valueChanged((*reinterpret_cast< QString(*)>(_a[1]))); break;
00085 }
00086 _id -= 7;
00087 }
00088 return _id;
00089 }