00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../extractoview1.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'extractoview1.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_extractoview1[] = {
00020
00021
00022 1,
00023 0,
00024 0, 0,
00025 14, 10,
00026 0, 0,
00027 0, 0,
00028
00029
00030 15, 14, 14, 14, 0x0a,
00031 43, 14, 14, 14, 0x0a,
00032 52, 14, 14, 14, 0x0a,
00033 70, 14, 14, 14, 0x0a,
00034 87, 14, 14, 14, 0x0a,
00035 99, 14, 14, 14, 0x0a,
00036 114, 14, 14, 14, 0x0a,
00037 131, 14, 14, 14, 0x0a,
00038 147, 14, 14, 14, 0x0a,
00039 176, 14, 14, 14, 0x0a,
00040 202, 14, 14, 14, 0x0a,
00041 233, 14, 14, 14, 0x0a,
00042 264, 14, 14, 14, 0x0a,
00043 301, 292, 14, 14, 0x0a,
00044
00045 0
00046 };
00047
00048 static const char qt_meta_stringdata_extractoview1[] = {
00049 "extractoview1\0\0on_mui_actualizar_clicked()\0"
00050 "accept()\0boton_siguiente()\0boton_anterior()\0"
00051 "boton_fin()\0boton_inicio()\0boton_imprimir()\0"
00052 "boton_guardar()\0on_mui_borrapunteo_clicked()\0"
00053 "on_mui_casacion_clicked()\0"
00054 "on_mui_guardarpunteo_clicked()\0"
00055 "on_mui_cargarpunteos_clicked()\0"
00056 "on_mui_configurar_clicked()\0,columna\0"
00057 "on_mui_list_cellDoubleClicked(int,int)\0"
00058 };
00059
00060 const QMetaObject extractoview1::staticMetaObject = {
00061 { &FichaBc::staticMetaObject, qt_meta_stringdata_extractoview1,
00062 qt_meta_data_extractoview1, 0 }
00063 };
00064
00065 const QMetaObject *extractoview1::metaObject() const
00066 {
00067 return &staticMetaObject;
00068 }
00069
00070 void *extractoview1::qt_metacast(const char *_clname)
00071 {
00072 if (!_clname) return 0;
00073 if (!strcmp(_clname, qt_meta_stringdata_extractoview1))
00074 return static_cast<void*>(const_cast<extractoview1*>(this));
00075 if (!strcmp(_clname, "Ui_ExtractoBase"))
00076 return static_cast<Ui_ExtractoBase*>(const_cast<extractoview1*>(this));
00077 return FichaBc::qt_metacast(_clname);
00078 }
00079
00080 int extractoview1::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00081 {
00082 _id = FichaBc::qt_metacall(_c, _id, _a);
00083 if (_id < 0)
00084 return _id;
00085 if (_c == QMetaObject::InvokeMetaMethod) {
00086 switch (_id) {
00087 case 0: on_mui_actualizar_clicked(); break;
00088 case 1: accept(); break;
00089 case 2: boton_siguiente(); break;
00090 case 3: boton_anterior(); break;
00091 case 4: boton_fin(); break;
00092 case 5: boton_inicio(); break;
00093 case 6: boton_imprimir(); break;
00094 case 7: boton_guardar(); break;
00095 case 8: on_mui_borrapunteo_clicked(); break;
00096 case 9: on_mui_casacion_clicked(); break;
00097 case 10: on_mui_guardarpunteo_clicked(); break;
00098 case 11: on_mui_cargarpunteos_clicked(); break;
00099 case 12: on_mui_configurar_clicked(); break;
00100 case 13: on_mui_list_cellDoubleClicked((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00101 }
00102 _id -= 14;
00103 }
00104 return _id;
00105 }