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