00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../busquedacuenta.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'busquedacuenta.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_BusquedaCuentaDelegate[] = {
00020
00021
00022 1,
00023 0,
00024 0, 0,
00025 1, 10,
00026 0, 0,
00027 0, 0,
00028
00029
00030 24, 23, 23, 23, 0x0a,
00031
00032 0
00033 };
00034
00035 static const char qt_meta_stringdata_BusquedaCuentaDelegate[] = {
00036 "BusquedaCuentaDelegate\0\0"
00037 "s_editTextChanged(QString)\0"
00038 };
00039
00040 const QMetaObject BusquedaCuentaDelegate::staticMetaObject = {
00041 { &QComboBox2::staticMetaObject, qt_meta_stringdata_BusquedaCuentaDelegate,
00042 qt_meta_data_BusquedaCuentaDelegate, 0 }
00043 };
00044
00045 const QMetaObject *BusquedaCuentaDelegate::metaObject() const
00046 {
00047 return &staticMetaObject;
00048 }
00049
00050 void *BusquedaCuentaDelegate::qt_metacast(const char *_clname)
00051 {
00052 if (!_clname) return 0;
00053 if (!strcmp(_clname, qt_meta_stringdata_BusquedaCuentaDelegate))
00054 return static_cast<void*>(const_cast<BusquedaCuentaDelegate*>(this));
00055 return QComboBox2::qt_metacast(_clname);
00056 }
00057
00058 int BusquedaCuentaDelegate::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00059 {
00060 _id = QComboBox2::qt_metacall(_c, _id, _a);
00061 if (_id < 0)
00062 return _id;
00063 if (_c == QMetaObject::InvokeMetaMethod) {
00064 switch (_id) {
00065 case 0: s_editTextChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00066 }
00067 _id -= 1;
00068 }
00069 return _id;
00070 }
00071 static const uint qt_meta_data_BusquedaCuenta[] = {
00072
00073
00074 1,
00075 0,
00076 0, 0,
00077 12, 10,
00078 0, 0,
00079 0, 0,
00080
00081
00082 16, 15, 15, 15, 0x05,
00083 38, 15, 15, 15, 0x05,
00084
00085
00086 54, 15, 15, 15, 0x0a,
00087 78, 15, 15, 15, 0x0a,
00088 97, 95, 15, 15, 0x0a,
00089 138, 15, 15, 15, 0x0a,
00090 173, 15, 15, 15, 0x0a,
00091 188, 15, 15, 15, 0x0a,
00092 202, 15, 15, 15, 0x0a,
00093 221, 15, 15, 15, 0x0a,
00094 239, 15, 15, 15, 0x0a,
00095 251, 15, 15, 15, 0x0a,
00096
00097 0
00098 };
00099
00100 static const char qt_meta_stringdata_BusquedaCuenta[] = {
00101 "BusquedaCuenta\0\0valueChanged(QString)\0"
00102 "returnPressed()\0on_mui_buscar_clicked()\0"
00103 "s_searchCuenta()\0q\0"
00104 "on_mui_codigocuenta_textChanged(QString)\0"
00105 "s_codigocuentatextChanged(QString)\0"
00106 "on_lostFocus()\0s_lostFocus()\0"
00107 "on_returnPressed()\0s_returnPressed()\0"
00108 "selectAll()\0setFocus()\0"
00109 };
00110
00111 const QMetaObject BusquedaCuenta::staticMetaObject = {
00112 { &BLWidget::staticMetaObject, qt_meta_stringdata_BusquedaCuenta,
00113 qt_meta_data_BusquedaCuenta, 0 }
00114 };
00115
00116 const QMetaObject *BusquedaCuenta::metaObject() const
00117 {
00118 return &staticMetaObject;
00119 }
00120
00121 void *BusquedaCuenta::qt_metacast(const char *_clname)
00122 {
00123 if (!_clname) return 0;
00124 if (!strcmp(_clname, qt_meta_stringdata_BusquedaCuenta))
00125 return static_cast<void*>(const_cast<BusquedaCuenta*>(this));
00126 if (!strcmp(_clname, "Ui_BusquedaCuentaBase"))
00127 return static_cast<Ui_BusquedaCuentaBase*>(const_cast<BusquedaCuenta*>(this));
00128 return BLWidget::qt_metacast(_clname);
00129 }
00130
00131 int BusquedaCuenta::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00132 {
00133 _id = BLWidget::qt_metacall(_c, _id, _a);
00134 if (_id < 0)
00135 return _id;
00136 if (_c == QMetaObject::InvokeMetaMethod) {
00137 switch (_id) {
00138 case 0: valueChanged((*reinterpret_cast< QString(*)>(_a[1]))); break;
00139 case 1: returnPressed(); break;
00140 case 2: on_mui_buscar_clicked(); break;
00141 case 3: s_searchCuenta(); break;
00142 case 4: on_mui_codigocuenta_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00143 case 5: s_codigocuentatextChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00144 case 6: on_lostFocus(); break;
00145 case 7: s_lostFocus(); break;
00146 case 8: on_returnPressed(); break;
00147 case 9: s_returnPressed(); break;
00148 case 10: selectAll(); break;
00149 case 11: setFocus(); break;
00150 }
00151 _id -= 12;
00152 }
00153 return _id;
00154 }
00155
00156
00157 void BusquedaCuenta::valueChanged(QString _t1)
00158 {
00159 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00160 QMetaObject::activate(this, &staticMetaObject, 0, _a);
00161 }
00162
00163
00164 void BusquedaCuenta::returnPressed()
00165 {
00166 QMetaObject::activate(this, &staticMetaObject, 1, 0);
00167 }