00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../listlinprevcobroview.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'listlinprevcobroview.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_ListLinPrevCobroView[] = {
00020
00021
00022 1,
00023 0,
00024 0, 0,
00025 11, 10,
00026 0, 0,
00027 0, 0,
00028
00029
00030 30, 22, 21, 21, 0x0a,
00031 64, 21, 56, 21, 0x0a,
00032 82, 79, 21, 21, 0x0a,
00033 110, 21, 21, 21, 0x0a,
00034 133, 21, 21, 21, 0x0a,
00035 150, 146, 21, 21, 0x0a,
00036 178, 146, 21, 21, 0x0a,
00037 214, 146, 21, 21, 0x0a,
00038 241, 146, 21, 21, 0x0a,
00039 268, 146, 21, 21, 0x0a,
00040 292, 146, 21, 21, 0x0a,
00041
00042 0
00043 };
00044
00045 static const char qt_meta_stringdata_ListLinPrevCobroView[] = {
00046 "ListLinPrevCobroView\0\0row,col\0"
00047 "valueLineChanged(int,int)\0QString\0"
00048 "searchCuenta()\0,,\0contextMenu(int,int,QPoint)\0"
00049 "borralinprevcobroact()\0s_creaPago()\0"
00050 "tip\0s_settipoprevcobro(QString)\0"
00051 "s_setcodigocuentaprevcobro(QString)\0"
00052 "s_setfinprevcobro(QString)\0"
00053 "s_setffiprevcobro(QString)\0"
00054 "s_setprocesado(QString)\0"
00055 "s_setidregistroiva(QString)\0"
00056 };
00057
00058 const QMetaObject ListLinPrevCobroView::staticMetaObject = {
00059 { &QTableWidget::staticMetaObject, qt_meta_stringdata_ListLinPrevCobroView,
00060 qt_meta_data_ListLinPrevCobroView, 0 }
00061 };
00062
00063 const QMetaObject *ListLinPrevCobroView::metaObject() const
00064 {
00065 return &staticMetaObject;
00066 }
00067
00068 void *ListLinPrevCobroView::qt_metacast(const char *_clname)
00069 {
00070 if (!_clname) return 0;
00071 if (!strcmp(_clname, qt_meta_stringdata_ListLinPrevCobroView))
00072 return static_cast<void*>(const_cast<ListLinPrevCobroView*>(this));
00073 if (!strcmp(_clname, "ListLinPrevCobro"))
00074 return static_cast<ListLinPrevCobro*>(const_cast<ListLinPrevCobroView*>(this));
00075 return QTableWidget::qt_metacast(_clname);
00076 }
00077
00078 int ListLinPrevCobroView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00079 {
00080 _id = QTableWidget::qt_metacall(_c, _id, _a);
00081 if (_id < 0)
00082 return _id;
00083 if (_c == QMetaObject::InvokeMetaMethod) {
00084 switch (_id) {
00085 case 0: valueLineChanged((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00086 case 1: { QString _r = searchCuenta();
00087 if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break;
00088 case 2: contextMenu((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< const QPoint(*)>(_a[3]))); break;
00089 case 3: borralinprevcobroact(); break;
00090 case 4: s_creaPago(); break;
00091 case 5: s_settipoprevcobro((*reinterpret_cast< QString(*)>(_a[1]))); break;
00092 case 6: s_setcodigocuentaprevcobro((*reinterpret_cast< QString(*)>(_a[1]))); break;
00093 case 7: s_setfinprevcobro((*reinterpret_cast< QString(*)>(_a[1]))); break;
00094 case 8: s_setffiprevcobro((*reinterpret_cast< QString(*)>(_a[1]))); break;
00095 case 9: s_setprocesado((*reinterpret_cast< QString(*)>(_a[1]))); break;
00096 case 10: s_setidregistroiva((*reinterpret_cast< QString(*)>(_a[1]))); break;
00097 }
00098 _id -= 11;
00099 }
00100 return _id;
00101 }