00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../tiposarticuloview.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'tiposarticuloview.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_TipoArticuloList[] = {
00020
00021
00022 1,
00023 0,
00024 0, 0,
00025 5, 10,
00026 0, 0,
00027 0, 0,
00028
00029
00030 18, 17, 17, 17, 0x05,
00031
00032
00033 36, 17, 17, 17, 0x0a,
00034 57, 45, 17, 17, 0x0a,
00035 112, 17, 17, 17, 0x0a,
00036 152, 135, 17, 17, 0x0a,
00037
00038 0
00039 };
00040
00041 static const char qt_meta_stringdata_TipoArticuloList[] = {
00042 "TipoArticuloList\0\0selected(QString)\0"
00043 "pintar()\0item,column\0"
00044 "on_m_listTipos_itemDoubleClicked(QTreeWidgetItem*,int)\0"
00045 "on_mui_crear_clicked()\0current,previous\0"
00046 "on_m_listTipos_currentItemChanged(QTreeWidgetItem*,QTreeWidgetItem*)\0"
00047 };
00048
00049 const QMetaObject TipoArticuloList::staticMetaObject = {
00050 { &Ficha::staticMetaObject, qt_meta_stringdata_TipoArticuloList,
00051 qt_meta_data_TipoArticuloList, 0 }
00052 };
00053
00054 const QMetaObject *TipoArticuloList::metaObject() const
00055 {
00056 return &staticMetaObject;
00057 }
00058
00059 void *TipoArticuloList::qt_metacast(const char *_clname)
00060 {
00061 if (!_clname) return 0;
00062 if (!strcmp(_clname, qt_meta_stringdata_TipoArticuloList))
00063 return static_cast<void*>(const_cast<TipoArticuloList*>(this));
00064 if (!strcmp(_clname, "Ui_tiposarticulobase"))
00065 return static_cast<Ui_tiposarticulobase*>(const_cast<TipoArticuloList*>(this));
00066 return Ficha::qt_metacast(_clname);
00067 }
00068
00069 int TipoArticuloList::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00070 {
00071 _id = Ficha::qt_metacall(_c, _id, _a);
00072 if (_id < 0)
00073 return _id;
00074 if (_c == QMetaObject::InvokeMetaMethod) {
00075 switch (_id) {
00076 case 0: selected((*reinterpret_cast< QString(*)>(_a[1]))); break;
00077 case 1: pintar(); break;
00078 case 2: on_m_listTipos_itemDoubleClicked((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00079 case 3: on_mui_crear_clicked(); break;
00080 case 4: on_m_listTipos_currentItemChanged((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< QTreeWidgetItem*(*)>(_a[2]))); break;
00081 }
00082 _id -= 5;
00083 }
00084 return _id;
00085 }
00086
00087
00088 void TipoArticuloList::selected(QString _t1)
00089 {
00090 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00091 QMetaObject::activate(this, &staticMetaObject, 0, _a);
00092 }