00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../movimientosview.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'movimientosview.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_MovimientosSubform[] = {
00020
00021
00022 1,
00023 0,
00024 0, 0,
00025 2, 10,
00026 0, 0,
00027 0, 0,
00028
00029
00030 20, 19, 19, 19, 0x0a,
00031 35, 29, 19, 19, 0x0a,
00032
00033 0
00034 };
00035
00036 static const char qt_meta_stringdata_MovimientosSubform[] = {
00037 "MovimientosSubform\0\0cargar()\0query\0"
00038 "cargar(QString)\0"
00039 };
00040
00041 const QMetaObject MovimientosSubform::staticMetaObject = {
00042 { &SubForm2Bf::staticMetaObject, qt_meta_stringdata_MovimientosSubform,
00043 qt_meta_data_MovimientosSubform, 0 }
00044 };
00045
00046 const QMetaObject *MovimientosSubform::metaObject() const
00047 {
00048 return &staticMetaObject;
00049 }
00050
00051 void *MovimientosSubform::qt_metacast(const char *_clname)
00052 {
00053 if (!_clname) return 0;
00054 if (!strcmp(_clname, qt_meta_stringdata_MovimientosSubform))
00055 return static_cast<void*>(const_cast<MovimientosSubform*>(this));
00056 return SubForm2Bf::qt_metacast(_clname);
00057 }
00058
00059 int MovimientosSubform::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00060 {
00061 _id = SubForm2Bf::qt_metacall(_c, _id, _a);
00062 if (_id < 0)
00063 return _id;
00064 if (_c == QMetaObject::InvokeMetaMethod) {
00065 switch (_id) {
00066 case 0: cargar(); break;
00067 case 1: cargar((*reinterpret_cast< QString(*)>(_a[1]))); break;
00068 }
00069 _id -= 2;
00070 }
00071 return _id;
00072 }
00073 static const uint qt_meta_data_MovimientosView[] = {
00074
00075
00076 1,
00077 0,
00078 0, 0,
00079 6, 10,
00080 0, 0,
00081 0, 0,
00082
00083
00084 17, 16, 16, 16, 0x05,
00085
00086
00087 40, 35, 16, 16, 0x0a,
00088 73, 16, 16, 16, 0x0a,
00089 101, 16, 16, 16, 0x0a,
00090 124, 16, 16, 16, 0x0a,
00091 158, 150, 16, 16, 0x0a,
00092
00093 0
00094 };
00095
00096 static const char qt_meta_stringdata_MovimientosView[] = {
00097 "MovimientosView\0\0selected(QString)\0"
00098 "text\0on_m_filtro_textChanged(QString)\0"
00099 "on_mui_actualizar_clicked()\0"
00100 "on_mui_crear_clicked()\0on_mui_imprimir_clicked()\0"
00101 "checked\0on_mui_configurar_toggled(bool)\0"
00102 };
00103
00104 const QMetaObject MovimientosView::staticMetaObject = {
00105 { &FichaBf::staticMetaObject, qt_meta_stringdata_MovimientosView,
00106 qt_meta_data_MovimientosView, 0 }
00107 };
00108
00109 const QMetaObject *MovimientosView::metaObject() const
00110 {
00111 return &staticMetaObject;
00112 }
00113
00114 void *MovimientosView::qt_metacast(const char *_clname)
00115 {
00116 if (!_clname) return 0;
00117 if (!strcmp(_clname, qt_meta_stringdata_MovimientosView))
00118 return static_cast<void*>(const_cast<MovimientosView*>(this));
00119 if (!strcmp(_clname, "Ui_MovimientosBase"))
00120 return static_cast<Ui_MovimientosBase*>(const_cast<MovimientosView*>(this));
00121 return FichaBf::qt_metacast(_clname);
00122 }
00123
00124 int MovimientosView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00125 {
00126 _id = FichaBf::qt_metacall(_c, _id, _a);
00127 if (_id < 0)
00128 return _id;
00129 if (_c == QMetaObject::InvokeMetaMethod) {
00130 switch (_id) {
00131 case 0: selected((*reinterpret_cast< QString(*)>(_a[1]))); break;
00132 case 1: on_m_filtro_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00133 case 2: on_mui_actualizar_clicked(); break;
00134 case 3: on_mui_crear_clicked(); break;
00135 case 4: on_mui_imprimir_clicked(); break;
00136 case 5: on_mui_configurar_toggled((*reinterpret_cast< bool(*)>(_a[1]))); break;
00137 }
00138 _id -= 6;
00139 }
00140 return _id;
00141 }
00142
00143
00144 void MovimientosView::selected(QString _t1)
00145 {
00146 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00147 QMetaObject::activate(this, &staticMetaObject, 0, _a);
00148 }