00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../clientslist.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'clientslist.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_ClienteListSubform[] = {
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_ClienteListSubform[] = {
00033 "ClienteListSubform\0"
00034 };
00035
00036 const QMetaObject ClienteListSubform::staticMetaObject = {
00037 { &SubForm2Bf::staticMetaObject, qt_meta_stringdata_ClienteListSubform,
00038 qt_meta_data_ClienteListSubform, 0 }
00039 };
00040
00041 const QMetaObject *ClienteListSubform::metaObject() const
00042 {
00043 return &staticMetaObject;
00044 }
00045
00046 void *ClienteListSubform::qt_metacast(const char *_clname)
00047 {
00048 if (!_clname) return 0;
00049 if (!strcmp(_clname, qt_meta_stringdata_ClienteListSubform))
00050 return static_cast<void*>(const_cast<ClienteListSubform*>(this));
00051 return SubForm2Bf::qt_metacast(_clname);
00052 }
00053
00054 int ClienteListSubform::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_ClientsList[] = {
00062
00063
00064 1,
00065 0,
00066 0, 0,
00067 3, 10,
00068 0, 0,
00069 0, 0,
00070
00071
00072 13, 12, 12, 12, 0x05,
00073
00074
00075 31, 12, 12, 12, 0x0a,
00076 57, 12, 12, 12, 0x0a,
00077
00078 0
00079 };
00080
00081 static const char qt_meta_stringdata_ClientsList[] = {
00082 "ClientsList\0\0selected(QString)\0"
00083 "on_mui_exportar_clicked()\0"
00084 "on_mui_importar_clicked()\0"
00085 };
00086
00087 const QMetaObject ClientsList::staticMetaObject = {
00088 { &Listado::staticMetaObject, qt_meta_stringdata_ClientsList,
00089 qt_meta_data_ClientsList, 0 }
00090 };
00091
00092 const QMetaObject *ClientsList::metaObject() const
00093 {
00094 return &staticMetaObject;
00095 }
00096
00097 void *ClientsList::qt_metacast(const char *_clname)
00098 {
00099 if (!_clname) return 0;
00100 if (!strcmp(_clname, qt_meta_stringdata_ClientsList))
00101 return static_cast<void*>(const_cast<ClientsList*>(this));
00102 if (!strcmp(_clname, "Ui_ClientsListBase"))
00103 return static_cast<Ui_ClientsListBase*>(const_cast<ClientsList*>(this));
00104 if (!strcmp(_clname, "pgimportfiles"))
00105 return static_cast<pgimportfiles*>(const_cast<ClientsList*>(this));
00106 return Listado::qt_metacast(_clname);
00107 }
00108
00109 int ClientsList::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00110 {
00111 _id = Listado::qt_metacall(_c, _id, _a);
00112 if (_id < 0)
00113 return _id;
00114 if (_c == QMetaObject::InvokeMetaMethod) {
00115 switch (_id) {
00116 case 0: selected((*reinterpret_cast< QString(*)>(_a[1]))); break;
00117 case 1: on_mui_exportar_clicked(); break;
00118 case 2: on_mui_importar_clicked(); break;
00119 }
00120 _id -= 3;
00121 }
00122 return _id;
00123 }
00124
00125
00126 void ClientsList::selected(QString _t1)
00127 {
00128 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00129 QMetaObject::activate(this, &staticMetaObject, 0, _a);
00130 }