00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../amortizacionview.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'amortizacionview.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_AmortizacionSubForm[] = {
00020
00021
00022 1,
00023 0,
00024 0, 0,
00025 0, 0,
00026 0, 0,
00027 0, 0,
00028
00029 0
00030 };
00031
00032 static const char qt_meta_stringdata_AmortizacionSubForm[] = {
00033 "AmortizacionSubForm\0"
00034 };
00035
00036 const QMetaObject AmortizacionSubForm::staticMetaObject = {
00037 { &SubForm2Bc::staticMetaObject, qt_meta_stringdata_AmortizacionSubForm,
00038 qt_meta_data_AmortizacionSubForm, 0 }
00039 };
00040
00041 const QMetaObject *AmortizacionSubForm::metaObject() const
00042 {
00043 return &staticMetaObject;
00044 }
00045
00046 void *AmortizacionSubForm::qt_metacast(const char *_clname)
00047 {
00048 if (!_clname) return 0;
00049 if (!strcmp(_clname, qt_meta_stringdata_AmortizacionSubForm))
00050 return static_cast<void*>(const_cast<AmortizacionSubForm*>(this));
00051 return SubForm2Bc::qt_metacast(_clname);
00052 }
00053
00054 int AmortizacionSubForm::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00055 {
00056 _id = SubForm2Bc::qt_metacall(_c, _id, _a);
00057 if (_id < 0)
00058 return _id;
00059 return _id;
00060 }
00061 static const uint qt_meta_data_AmortizacionView[] = {
00062
00063
00064 1,
00065 0,
00066 0, 0,
00067 1, 10,
00068 0, 0,
00069 0, 0,
00070
00071
00072 18, 17, 17, 17, 0x0a,
00073
00074 0
00075 };
00076
00077 static const char qt_meta_stringdata_AmortizacionView[] = {
00078 "AmortizacionView\0\0on_mui_btcalcular_clicked()\0"
00079 };
00080
00081 const QMetaObject AmortizacionView::staticMetaObject = {
00082 { &FichaBc::staticMetaObject, qt_meta_stringdata_AmortizacionView,
00083 qt_meta_data_AmortizacionView, 0 }
00084 };
00085
00086 const QMetaObject *AmortizacionView::metaObject() const
00087 {
00088 return &staticMetaObject;
00089 }
00090
00091 void *AmortizacionView::qt_metacast(const char *_clname)
00092 {
00093 if (!_clname) return 0;
00094 if (!strcmp(_clname, qt_meta_stringdata_AmortizacionView))
00095 return static_cast<void*>(const_cast<AmortizacionView*>(this));
00096 if (!strcmp(_clname, "Ui_AmortizacionBase"))
00097 return static_cast<Ui_AmortizacionBase*>(const_cast<AmortizacionView*>(this));
00098 return FichaBc::qt_metacast(_clname);
00099 }
00100
00101 int AmortizacionView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00102 {
00103 _id = FichaBc::qt_metacall(_c, _id, _a);
00104 if (_id < 0)
00105 return _id;
00106 if (_c == QMetaObject::InvokeMetaMethod) {
00107 switch (_id) {
00108 case 0: on_mui_btcalcular_clicked(); break;
00109 }
00110 _id -= 1;
00111 }
00112 return _id;
00113 }