00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../listregistroivaview.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'listregistroivaview.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_ListRegistroIvaView[] = {
00020
00021
00022 1,
00023 0,
00024 0, 0,
00025 9, 10,
00026 0, 0,
00027 0, 0,
00028
00029
00030 23, 21, 20, 20, 0x0a,
00031 72, 21, 20, 20, 0x0a,
00032 128, 123, 20, 20, 0x0a,
00033 170, 123, 20, 20, 0x0a,
00034 213, 210, 20, 20, 0x0a,
00035 255, 210, 20, 20, 0x0a,
00036 299, 20, 20, 20, 0x0a,
00037 327, 20, 20, 20, 0x0a,
00038 341, 21, 20, 20, 0x0a,
00039
00040 0
00041 };
00042
00043 static const char qt_meta_stringdata_ListRegistroIvaView[] = {
00044 "ListRegistroIvaView\0\0,\0"
00045 "on_mui_tablasoportado_cellDoubleClicked(int,int)\0"
00046 "on_mui_tablarepercutido_cellDoubleClicked(int,int)\0"
00047 "menu\0on_mui_tablarepercutido_pintaMenu(QMenu*)\0"
00048 "on_mui_tablasoportado_pintaMenu(QMenu*)\0"
00049 "ac\0on_mui_tablasoportado_trataMenu(QAction*)\0"
00050 "on_mui_tablarepercutido_trataMenu(QAction*)\0"
00051 "on_mui_actualizar_clicked()\0boton_print()\0"
00052 "on_mui_list_editFinished(int,int)\0"
00053 };
00054
00055 const QMetaObject ListRegistroIvaView::staticMetaObject = {
00056 { &QWidget::staticMetaObject, qt_meta_stringdata_ListRegistroIvaView,
00057 qt_meta_data_ListRegistroIvaView, 0 }
00058 };
00059
00060 const QMetaObject *ListRegistroIvaView::metaObject() const
00061 {
00062 return &staticMetaObject;
00063 }
00064
00065 void *ListRegistroIvaView::qt_metacast(const char *_clname)
00066 {
00067 if (!_clname) return 0;
00068 if (!strcmp(_clname, qt_meta_stringdata_ListRegistroIvaView))
00069 return static_cast<void*>(const_cast<ListRegistroIvaView*>(this));
00070 if (!strcmp(_clname, "Ui_ListRegistroIvaBase"))
00071 return static_cast<Ui_ListRegistroIvaBase*>(const_cast<ListRegistroIvaView*>(this));
00072 return QWidget::qt_metacast(_clname);
00073 }
00074
00075 int ListRegistroIvaView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00076 {
00077 _id = QWidget::qt_metacall(_c, _id, _a);
00078 if (_id < 0)
00079 return _id;
00080 if (_c == QMetaObject::InvokeMetaMethod) {
00081 switch (_id) {
00082 case 0: on_mui_tablasoportado_cellDoubleClicked((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00083 case 1: on_mui_tablarepercutido_cellDoubleClicked((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00084 case 2: on_mui_tablarepercutido_pintaMenu((*reinterpret_cast< QMenu*(*)>(_a[1]))); break;
00085 case 3: on_mui_tablasoportado_pintaMenu((*reinterpret_cast< QMenu*(*)>(_a[1]))); break;
00086 case 4: on_mui_tablasoportado_trataMenu((*reinterpret_cast< QAction*(*)>(_a[1]))); break;
00087 case 5: on_mui_tablarepercutido_trataMenu((*reinterpret_cast< QAction*(*)>(_a[1]))); break;
00088 case 6: on_mui_actualizar_clicked(); break;
00089 case 7: boton_print(); break;
00090 case 8: on_mui_list_editFinished((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00091 }
00092 _id -= 9;
00093 }
00094 return _id;
00095 }