moc_listado.cpp

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'listado.h'
00003 **
00004 ** Created: Fri Dec 14 01:06:13 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 "../listado.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'listado.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_Listado[] = {
00020 
00021  // content:
00022        1,       // revision
00023        0,       // classname
00024        0,    0, // classinfo
00025       12,   10, // methods
00026        0,    0, // properties
00027        0,    0, // enums/sets
00028 
00029  // signals: signature, parameters, type, tag, flags
00030        9,    8,    8,    8, 0x05,
00031 
00032  // slots: signature, parameters, type, tag, flags
00033       27,    8,    8,    8, 0x0a,
00034       76,   74,    8,    8, 0x0a,
00035      121,  115,    8,    8, 0x0a,
00036      158,  153,    8,    8, 0x0a,
00037      191,    8,    8,    8, 0x0a,
00038      221,    8,    8,    8, 0x0a,
00039      249,    8,    8,    8, 0x0a,
00040      275,    8,    8,    8, 0x0a,
00041      307,  299,    8,    8, 0x0a,
00042      339,    8,    8,    8, 0x0a,
00043      363,    8,    8,    8, 0x0a,
00044 
00045        0        // eod
00046 };
00047 
00048 static const char qt_meta_stringdata_Listado[] = {
00049     "Listado\0\0selected(QString)\0"
00050     "on_mui_list_customContextMenuRequested(QPoint)\0"
00051     ",\0on_mui_list_cellDoubleClicked(int,int)\0"
00052     "check\0on_mui_list_toogledConfig(bool)\0"
00053     "text\0on_m_filtro_textChanged(QString)\0"
00054     "on_m_filtro_editingFinished()\0"
00055     "on_mui_actualizar_clicked()\0"
00056     "on_mui_imprimir_clicked()\0"
00057     "on_mui_editar_clicked()\0checked\0"
00058     "on_mui_configurar_toggled(bool)\0"
00059     "on_mui_borrar_clicked()\0on_mui_crear_clicked()\0"
00060 };
00061 
00062 const QMetaObject Listado::staticMetaObject = {
00063     { &BLWidget::staticMetaObject, qt_meta_stringdata_Listado,
00064       qt_meta_data_Listado, 0 }
00065 };
00066 
00067 const QMetaObject *Listado::metaObject() const
00068 {
00069     return &staticMetaObject;
00070 }
00071 
00072 void *Listado::qt_metacast(const char *_clname)
00073 {
00074     if (!_clname) return 0;
00075     if (!strcmp(_clname, qt_meta_stringdata_Listado))
00076         return static_cast<void*>(const_cast<Listado*>(this));
00077     return BLWidget::qt_metacast(_clname);
00078 }
00079 
00080 int Listado::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00081 {
00082     _id = BLWidget::qt_metacall(_c, _id, _a);
00083     if (_id < 0)
00084         return _id;
00085     if (_c == QMetaObject::InvokeMetaMethod) {
00086         switch (_id) {
00087         case 0: selected((*reinterpret_cast< QString(*)>(_a[1]))); break;
00088         case 1: on_mui_list_customContextMenuRequested((*reinterpret_cast< const QPoint(*)>(_a[1]))); break;
00089         case 2: on_mui_list_cellDoubleClicked((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00090         case 3: on_mui_list_toogledConfig((*reinterpret_cast< bool(*)>(_a[1]))); break;
00091         case 4: on_m_filtro_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00092         case 5: on_m_filtro_editingFinished(); break;
00093         case 6: on_mui_actualizar_clicked(); break;
00094         case 7: on_mui_imprimir_clicked(); break;
00095         case 8: on_mui_editar_clicked(); break;
00096         case 9: on_mui_configurar_toggled((*reinterpret_cast< bool(*)>(_a[1]))); break;
00097         case 10: on_mui_borrar_clicked(); break;
00098         case 11: on_mui_crear_clicked(); break;
00099         }
00100         _id -= 12;
00101     }
00102     return _id;
00103 }
00104 
00105 // SIGNAL 0
00106 void Listado::selected(QString _t1)
00107 {
00108     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00109     QMetaObject::activate(this, &staticMetaObject, 0, _a);
00110 }

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