00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../registroivaview.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'registroivaview.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_myRegIVA[] = {
00020
00021
00022 1,
00023 0,
00024 0, 0,
00025 2, 10,
00026 0, 0,
00027 0, 0,
00028
00029
00030 10, 9, 9, 9, 0x0a,
00031 19, 9, 9, 9, 0x0a,
00032
00033 0
00034 };
00035
00036 static const char qt_meta_stringdata_myRegIVA[] = {
00037 "myRegIVA\0\0elslot()\0elslot1()\0"
00038 };
00039
00040 const QMetaObject myRegIVA::staticMetaObject = {
00041 { &QObject::staticMetaObject, qt_meta_stringdata_myRegIVA,
00042 qt_meta_data_myRegIVA, 0 }
00043 };
00044
00045 const QMetaObject *myRegIVA::metaObject() const
00046 {
00047 return &staticMetaObject;
00048 }
00049
00050 void *myRegIVA::qt_metacast(const char *_clname)
00051 {
00052 if (!_clname) return 0;
00053 if (!strcmp(_clname, qt_meta_stringdata_myRegIVA))
00054 return static_cast<void*>(const_cast<myRegIVA*>(this));
00055 return QObject::qt_metacast(_clname);
00056 }
00057
00058 int myRegIVA::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00059 {
00060 _id = QObject::qt_metacall(_c, _id, _a);
00061 if (_id < 0)
00062 return _id;
00063 if (_c == QMetaObject::InvokeMetaMethod) {
00064 switch (_id) {
00065 case 0: elslot(); break;
00066 case 1: elslot1(); break;
00067 }
00068 _id -= 2;
00069 }
00070 return _id;
00071 }
00072 static const uint qt_meta_data_RegistroIvaView[] = {
00073
00074
00075 1,
00076 0,
00077 0, 0,
00078 2, 10,
00079 0, 0,
00080 0, 0,
00081
00082
00083 17, 16, 16, 16, 0x0a,
00084 55, 53, 16, 16, 0x0a,
00085
00086 0
00087 };
00088
00089 static const char qt_meta_stringdata_RegistroIvaView[] = {
00090 "RegistroIvaView\0\0on_mui_generarPrevisiones_clicked()\0"
00091 ",\0on_mui_listIva_editFinish(int,int)\0"
00092 };
00093
00094 const QMetaObject RegistroIvaView::staticMetaObject = {
00095 { &RegistroIva::staticMetaObject, qt_meta_stringdata_RegistroIvaView,
00096 qt_meta_data_RegistroIvaView, 0 }
00097 };
00098
00099 const QMetaObject *RegistroIvaView::metaObject() const
00100 {
00101 return &staticMetaObject;
00102 }
00103
00104 void *RegistroIvaView::qt_metacast(const char *_clname)
00105 {
00106 if (!_clname) return 0;
00107 if (!strcmp(_clname, qt_meta_stringdata_RegistroIvaView))
00108 return static_cast<void*>(const_cast<RegistroIvaView*>(this));
00109 if (!strcmp(_clname, "Ui_RegistroIvaBase"))
00110 return static_cast<Ui_RegistroIvaBase*>(const_cast<RegistroIvaView*>(this));
00111 return RegistroIva::qt_metacast(_clname);
00112 }
00113
00114 int RegistroIvaView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00115 {
00116 _id = RegistroIva::qt_metacall(_c, _id, _a);
00117 if (_id < 0)
00118 return _id;
00119 if (_c == QMetaObject::InvokeMetaMethod) {
00120 switch (_id) {
00121 case 0: on_mui_generarPrevisiones_clicked(); break;
00122 case 1: on_mui_listIva_editFinish((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00123 }
00124 _id -= 2;
00125 }
00126 return _id;
00127 }