00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../cobroslist.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'cobroslist.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_CobrosListSubForm[] = {
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_CobrosListSubForm[] = {
00033 "CobrosListSubForm\0"
00034 };
00035
00036 const QMetaObject CobrosListSubForm::staticMetaObject = {
00037 { &SubForm2Bf::staticMetaObject, qt_meta_stringdata_CobrosListSubForm,
00038 qt_meta_data_CobrosListSubForm, 0 }
00039 };
00040
00041 const QMetaObject *CobrosListSubForm::metaObject() const
00042 {
00043 return &staticMetaObject;
00044 }
00045
00046 void *CobrosListSubForm::qt_metacast(const char *_clname)
00047 {
00048 if (!_clname) return 0;
00049 if (!strcmp(_clname, qt_meta_stringdata_CobrosListSubForm))
00050 return static_cast<void*>(const_cast<CobrosListSubForm*>(this));
00051 return SubForm2Bf::qt_metacast(_clname);
00052 }
00053
00054 int CobrosListSubForm::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00055 {
00056 _id = SubForm2Bf::qt_metacall(_c, _id, _a);
00057 if (_id < 0)
00058 return _id;
00059 return _id;
00060 }
00061 static const uint qt_meta_data_CobrosList[] = {
00062
00063
00064 1,
00065 0,
00066 0, 0,
00067 1, 10,
00068 0, 0,
00069 0, 0,
00070
00071
00072 12, 11, 11, 11, 0x05,
00073
00074 0
00075 };
00076
00077 static const char qt_meta_stringdata_CobrosList[] = {
00078 "CobrosList\0\0selected(QString)\0"
00079 };
00080
00081 const QMetaObject CobrosList::staticMetaObject = {
00082 { &Listado::staticMetaObject, qt_meta_stringdata_CobrosList,
00083 qt_meta_data_CobrosList, 0 }
00084 };
00085
00086 const QMetaObject *CobrosList::metaObject() const
00087 {
00088 return &staticMetaObject;
00089 }
00090
00091 void *CobrosList::qt_metacast(const char *_clname)
00092 {
00093 if (!_clname) return 0;
00094 if (!strcmp(_clname, qt_meta_stringdata_CobrosList))
00095 return static_cast<void*>(const_cast<CobrosList*>(this));
00096 if (!strcmp(_clname, "Ui_CobrosListBase"))
00097 return static_cast<Ui_CobrosListBase*>(const_cast<CobrosList*>(this));
00098 return Listado::qt_metacast(_clname);
00099 }
00100
00101 int CobrosList::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00102 {
00103 _id = Listado::qt_metacall(_c, _id, _a);
00104 if (_id < 0)
00105 return _id;
00106 if (_c == QMetaObject::InvokeMetaMethod) {
00107 switch (_id) {
00108 case 0: selected((*reinterpret_cast< QString(*)>(_a[1]))); break;
00109 }
00110 _id -= 1;
00111 }
00112 return _id;
00113 }
00114
00115
00116 void CobrosList::selected(QString _t1)
00117 {
00118 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00119 QMetaObject::activate(this, &staticMetaObject, 0, _a);
00120 }