00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../balance1view.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'balance1view.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_BalanceTreeView[] = {
00020
00021
00022 1,
00023 0,
00024 0, 0,
00025 8, 10,
00026 0, 0,
00027 0, 0,
00028
00029
00030 17, 16, 16, 16, 0x08,
00031 37, 16, 16, 16, 0x08,
00032 59, 57, 16, 16, 0x08,
00033 97, 16, 16, 16, 0x08,
00034 118, 16, 16, 16, 0x08,
00035 134, 16, 16, 16, 0x08,
00036 153, 16, 16, 16, 0x0a,
00037 181, 16, 16, 16, 0x0a,
00038
00039 0
00040 };
00041
00042 static const char qt_meta_stringdata_BalanceTreeView[] = {
00043 "BalanceTreeView\0\0contextmenu(QPoint)\0"
00044 "nivelactivated(int)\0,\0"
00045 "nivelactivated1(int,QTreeWidgetItem*)\0"
00046 "boton_extracto1(int)\0boton_asiento()\0"
00047 "boton_diario1(int)\0on_mui_actualizar_clicked()\0"
00048 "on_mui_imprimir_clicked()\0"
00049 };
00050
00051 const QMetaObject BalanceTreeView::staticMetaObject = {
00052 { &FichaBc::staticMetaObject, qt_meta_stringdata_BalanceTreeView,
00053 qt_meta_data_BalanceTreeView, 0 }
00054 };
00055
00056 const QMetaObject *BalanceTreeView::metaObject() const
00057 {
00058 return &staticMetaObject;
00059 }
00060
00061 void *BalanceTreeView::qt_metacast(const char *_clname)
00062 {
00063 if (!_clname) return 0;
00064 if (!strcmp(_clname, qt_meta_stringdata_BalanceTreeView))
00065 return static_cast<void*>(const_cast<BalanceTreeView*>(this));
00066 if (!strcmp(_clname, "Ui_BalanceTreeBase"))
00067 return static_cast<Ui_BalanceTreeBase*>(const_cast<BalanceTreeView*>(this));
00068 return FichaBc::qt_metacast(_clname);
00069 }
00070
00071 int BalanceTreeView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00072 {
00073 _id = FichaBc::qt_metacall(_c, _id, _a);
00074 if (_id < 0)
00075 return _id;
00076 if (_c == QMetaObject::InvokeMetaMethod) {
00077 switch (_id) {
00078 case 0: contextmenu((*reinterpret_cast< const QPoint(*)>(_a[1]))); break;
00079 case 1: nivelactivated((*reinterpret_cast< int(*)>(_a[1]))); break;
00080 case 2: nivelactivated1((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< QTreeWidgetItem*(*)>(_a[2]))); break;
00081 case 3: boton_extracto1((*reinterpret_cast< int(*)>(_a[1]))); break;
00082 case 4: boton_asiento(); break;
00083 case 5: boton_diario1((*reinterpret_cast< int(*)>(_a[1]))); break;
00084 case 6: on_mui_actualizar_clicked(); break;
00085 case 7: on_mui_imprimir_clicked(); break;
00086 }
00087 _id -= 8;
00088 }
00089 return _id;
00090 }