00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../cuadranteview.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'cuadranteview.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_CuadranteView[] = {
00020
00021
00022 1,
00023 0,
00024 0, 0,
00025 7, 10,
00026 0, 0,
00027 0, 0,
00028
00029
00030 20, 15, 14, 14, 0x0a,
00031 65, 53, 14, 14, 0x0a,
00032 129, 14, 14, 14, 0x0a,
00033 157, 153, 14, 14, 0x0a,
00034 210, 14, 14, 14, 0x0a,
00035 238, 14, 14, 14, 0x0a,
00036 263, 14, 14, 14, 0x0a,
00037
00038 0
00039 };
00040
00041 static const char qt_meta_stringdata_CuadranteView[] = {
00042 "CuadranteView\0\0date\0"
00043 "on_mui_calendario_clicked(QDate)\0"
00044 "item,column\0"
00045 "on_mui_listtrabajadores_itemDoubleClicked(QTreeWidgetItem*,int)\0"
00046 "on_mui_editar_clicked()\0pos\0"
00047 "on_mui_calendario_customContextMenuRequested(QPoint)\0"
00048 "on_mui_actualizar_clicked()\0"
00049 "on_mui_limpiar_clicked()\0"
00050 "on_mui_duplicar_clicked()\0"
00051 };
00052
00053 const QMetaObject CuadranteView::staticMetaObject = {
00054 { &FichaBf::staticMetaObject, qt_meta_stringdata_CuadranteView,
00055 qt_meta_data_CuadranteView, 0 }
00056 };
00057
00058 const QMetaObject *CuadranteView::metaObject() const
00059 {
00060 return &staticMetaObject;
00061 }
00062
00063 void *CuadranteView::qt_metacast(const char *_clname)
00064 {
00065 if (!_clname) return 0;
00066 if (!strcmp(_clname, qt_meta_stringdata_CuadranteView))
00067 return static_cast<void*>(const_cast<CuadranteView*>(this));
00068 if (!strcmp(_clname, "Ui_CuadranteBase"))
00069 return static_cast<Ui_CuadranteBase*>(const_cast<CuadranteView*>(this));
00070 return FichaBf::qt_metacast(_clname);
00071 }
00072
00073 int CuadranteView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00074 {
00075 _id = FichaBf::qt_metacall(_c, _id, _a);
00076 if (_id < 0)
00077 return _id;
00078 if (_c == QMetaObject::InvokeMetaMethod) {
00079 switch (_id) {
00080 case 0: on_mui_calendario_clicked((*reinterpret_cast< const QDate(*)>(_a[1]))); break;
00081 case 1: on_mui_listtrabajadores_itemDoubleClicked((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00082 case 2: on_mui_editar_clicked(); break;
00083 case 3: on_mui_calendario_customContextMenuRequested((*reinterpret_cast< const QPoint(*)>(_a[1]))); break;
00084 case 4: on_mui_actualizar_clicked(); break;
00085 case 5: on_mui_limpiar_clicked(); break;
00086 case 6: on_mui_duplicar_clicked(); break;
00087 }
00088 _id -= 7;
00089 }
00090 return _id;
00091 }