moc_familiasview.cpp

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'familiasview.h'
00003 **
00004 ** Created: Fri Dec 14 01:17:15 2007
00005 **      by: The Qt Meta Object Compiler version 59 (Qt 4.2.2)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 *****************************************************************************/
00009 
00010 #include "../familiasview.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'familiasview.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_FamiliasView[] = {
00020 
00021  // content:
00022        1,       // revision
00023        0,       // classname
00024        0,    0, // classinfo
00025        5,   10, // methods
00026        0,    0, // properties
00027        0,    0, // enums/sets
00028 
00029  // signals: signature, parameters, type, tag, flags
00030       14,   13,   13,   13, 0x05,
00031 
00032  // slots: signature, parameters, type, tag, flags
00033       32,   13,   13,   13, 0x0a,
00034       41,   13,   13,   13, 0x0a,
00035      112,   95,   13,   13, 0x0a,
00036      184,   13,   13,   13, 0x0a,
00037 
00038        0        // eod
00039 };
00040 
00041 static const char qt_meta_stringdata_FamiliasView[] = {
00042     "FamiliasView\0\0selected(QString)\0"
00043     "pintar()\0on_m_listFamilias_itemDoubleClicked(QTreeWidgetItem*)\0"
00044     "current,previous\0"
00045     "on_m_listFamilias_currentItemChanged(QTreeWidgetItem*,QTreeWidgetItem*"
00046     ")\0"
00047     "on_mui_crear_clicked()\0"
00048 };
00049 
00050 const QMetaObject FamiliasView::staticMetaObject = {
00051     { &FichaBf::staticMetaObject, qt_meta_stringdata_FamiliasView,
00052       qt_meta_data_FamiliasView, 0 }
00053 };
00054 
00055 const QMetaObject *FamiliasView::metaObject() const
00056 {
00057     return &staticMetaObject;
00058 }
00059 
00060 void *FamiliasView::qt_metacast(const char *_clname)
00061 {
00062     if (!_clname) return 0;
00063     if (!strcmp(_clname, qt_meta_stringdata_FamiliasView))
00064         return static_cast<void*>(const_cast<FamiliasView*>(this));
00065     if (!strcmp(_clname, "Ui_familiasbase"))
00066         return static_cast<Ui_familiasbase*>(const_cast<FamiliasView*>(this));
00067     return FichaBf::qt_metacast(_clname);
00068 }
00069 
00070 int FamiliasView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00071 {
00072     _id = FichaBf::qt_metacall(_c, _id, _a);
00073     if (_id < 0)
00074         return _id;
00075     if (_c == QMetaObject::InvokeMetaMethod) {
00076         switch (_id) {
00077         case 0: selected((*reinterpret_cast< QString(*)>(_a[1]))); break;
00078         case 1: pintar(); break;
00079         case 2: on_m_listFamilias_itemDoubleClicked((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1]))); break;
00080         case 3: on_m_listFamilias_currentItemChanged((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< QTreeWidgetItem*(*)>(_a[2]))); break;
00081         case 4: on_mui_crear_clicked(); break;
00082         }
00083         _id -= 5;
00084     }
00085     return _id;
00086 }
00087 
00088 // SIGNAL 0
00089 void FamiliasView::selected(QString _t1)
00090 {
00091     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00092     QMetaObject::activate(this, &staticMetaObject, 0, _a);
00093 }

Generated on Sat Dec 15 00:01:08 2007 for BulmaGes by  doxygen 1.5.1