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