00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../listcuentasview1.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'listcuentasview1.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_listcuentasview1[] = {
00020
00021
00022 1,
00023 0,
00024 0, 0,
00025 13, 10,
00026 0, 0,
00027 0, 0,
00028
00029
00030 18, 17, 17, 17, 0x05,
00031
00032
00033 38, 36, 17, 17, 0x08,
00034 85, 36, 17, 17, 0x08,
00035 142, 138, 17, 17, 0x0a,
00036 192, 17, 17, 17, 0x0a,
00037 216, 17, 17, 17, 0x0a,
00038 239, 17, 17, 17, 0x0a,
00039 276, 17, 17, 17, 0x0a,
00040 312, 36, 307, 17, 0x0a,
00041 342, 17, 17, 17, 0x0a,
00042 368, 17, 17, 17, 0x0a,
00043 394, 17, 17, 17, 0x0a,
00044 420, 17, 17, 17, 0x0a,
00045
00046 0
00047 };
00048
00049 static const char qt_meta_stringdata_listcuentasview1[] = {
00050 "listcuentasview1\0\0selected(QString)\0"
00051 ",\0on_ListView1_itemClicked(QTreeWidgetItem*,int)\0"
00052 "on_ListView1_itemDoubleClicked(QTreeWidgetItem*,int)\0"
00053 ",,,\0on_tablacuentas_doubleClicked(int,int,int,QPoint)\0"
00054 "on_mui_editar_clicked()\0on_mui_crear_clicked()\0"
00055 "on_mui_busqueda_textChanged(QString)\0"
00056 "on_mui_busqueda_editFinished()\0bool\0"
00057 "eventFilter(QObject*,QEvent*)\0"
00058 "on_mui_imprimir_clicked()\0"
00059 "on_mui_exportar_clicked()\0"
00060 "on_mui_importar_clicked()\0"
00061 "on_mui_actualizar_clicked()\0"
00062 };
00063
00064 const QMetaObject listcuentasview1::staticMetaObject = {
00065 { &FichaBc::staticMetaObject, qt_meta_stringdata_listcuentasview1,
00066 qt_meta_data_listcuentasview1, 0 }
00067 };
00068
00069 const QMetaObject *listcuentasview1::metaObject() const
00070 {
00071 return &staticMetaObject;
00072 }
00073
00074 void *listcuentasview1::qt_metacast(const char *_clname)
00075 {
00076 if (!_clname) return 0;
00077 if (!strcmp(_clname, qt_meta_stringdata_listcuentasview1))
00078 return static_cast<void*>(const_cast<listcuentasview1*>(this));
00079 if (!strcmp(_clname, "Ui_ListCuentasBase"))
00080 return static_cast<Ui_ListCuentasBase*>(const_cast<listcuentasview1*>(this));
00081 if (!strcmp(_clname, "pgimportfiles"))
00082 return static_cast<pgimportfiles*>(const_cast<listcuentasview1*>(this));
00083 return FichaBc::qt_metacast(_clname);
00084 }
00085
00086 int listcuentasview1::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00087 {
00088 _id = FichaBc::qt_metacall(_c, _id, _a);
00089 if (_id < 0)
00090 return _id;
00091 if (_c == QMetaObject::InvokeMetaMethod) {
00092 switch (_id) {
00093 case 0: selected((*reinterpret_cast< QString(*)>(_a[1]))); break;
00094 case 1: on_ListView1_itemClicked((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00095 case 2: on_ListView1_itemDoubleClicked((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00096 case 3: on_tablacuentas_doubleClicked((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3])),(*reinterpret_cast< const QPoint(*)>(_a[4]))); break;
00097 case 4: on_mui_editar_clicked(); break;
00098 case 5: on_mui_crear_clicked(); break;
00099 case 6: on_mui_busqueda_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00100 case 7: on_mui_busqueda_editFinished(); break;
00101 case 8: { bool _r = eventFilter((*reinterpret_cast< QObject*(*)>(_a[1])),(*reinterpret_cast< QEvent*(*)>(_a[2])));
00102 if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; } break;
00103 case 9: on_mui_imprimir_clicked(); break;
00104 case 10: on_mui_exportar_clicked(); break;
00105 case 11: on_mui_importar_clicked(); break;
00106 case 12: on_mui_actualizar_clicked(); break;
00107 }
00108 _id -= 13;
00109 }
00110 return _id;
00111 }
00112
00113
00114 void listcuentasview1::selected(QString _t1)
00115 {
00116 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00117 QMetaObject::activate(this, &staticMetaObject, 0, _a);
00118 }