00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../busquedafecha.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'busquedafecha.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_BusquedaFecha[] = {
00020
00021
00022 1,
00023 0,
00024 0, 0,
00025 9, 10,
00026 0, 0,
00027 0, 0,
00028
00029
00030 15, 14, 14, 14, 0x05,
00031 37, 14, 14, 14, 0x05,
00032 53, 14, 14, 14, 0x05,
00033
00034
00035 71, 14, 14, 14, 0x0a,
00036 87, 14, 14, 14, 0x0a,
00037 115, 14, 14, 14, 0x0a,
00038 134, 14, 14, 14, 0x0a,
00039 152, 14, 14, 14, 0x0a,
00040 164, 14, 14, 14, 0x0a,
00041
00042 0
00043 };
00044
00045 static const char qt_meta_stringdata_BusquedaFecha[] = {
00046 "BusquedaFecha\0\0valueChanged(QString)\0"
00047 "returnPressed()\0editingFinished()\0"
00048 "s_searchFecha()\0s_fechatextChanged(QString)\0"
00049 "s_fechalostFocus()\0s_returnPressed()\0"
00050 "selectAll()\0setFocus()\0"
00051 };
00052
00053 const QMetaObject BusquedaFecha::staticMetaObject = {
00054 { &BLWidget::staticMetaObject, qt_meta_stringdata_BusquedaFecha,
00055 qt_meta_data_BusquedaFecha, 0 }
00056 };
00057
00058 const QMetaObject *BusquedaFecha::metaObject() const
00059 {
00060 return &staticMetaObject;
00061 }
00062
00063 void *BusquedaFecha::qt_metacast(const char *_clname)
00064 {
00065 if (!_clname) return 0;
00066 if (!strcmp(_clname, qt_meta_stringdata_BusquedaFecha))
00067 return static_cast<void*>(const_cast<BusquedaFecha*>(this));
00068 if (!strcmp(_clname, "Ui_BusquedaFechaBase"))
00069 return static_cast<Ui_BusquedaFechaBase*>(const_cast<BusquedaFecha*>(this));
00070 return BLWidget::qt_metacast(_clname);
00071 }
00072
00073 int BusquedaFecha::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00074 {
00075 _id = BLWidget::qt_metacall(_c, _id, _a);
00076 if (_id < 0)
00077 return _id;
00078 if (_c == QMetaObject::InvokeMetaMethod) {
00079 switch (_id) {
00080 case 0: valueChanged((*reinterpret_cast< QString(*)>(_a[1]))); break;
00081 case 1: returnPressed(); break;
00082 case 2: editingFinished(); break;
00083 case 3: s_searchFecha(); break;
00084 case 4: s_fechatextChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00085 case 5: s_fechalostFocus(); break;
00086 case 6: s_returnPressed(); break;
00087 case 7: selectAll(); break;
00088 case 8: setFocus(); break;
00089 }
00090 _id -= 9;
00091 }
00092 return _id;
00093 }
00094
00095
00096 void BusquedaFecha::valueChanged(QString _t1)
00097 {
00098 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00099 QMetaObject::activate(this, &staticMetaObject, 0, _a);
00100 }
00101
00102
00103 void BusquedaFecha::returnPressed()
00104 {
00105 QMetaObject::activate(this, &staticMetaObject, 1, 0);
00106 }
00107
00108
00109 void BusquedaFecha::editingFinished()
00110 {
00111 QMetaObject::activate(this, &staticMetaObject, 2, 0);
00112 }