moc_facturaslist.cpp

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'facturaslist.h'
00003 **
00004 ** Created: Fri Dec 14 01:17:26 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 "../facturaslist.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'facturaslist.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_FacturasListSubform[] = {
00020 
00021  // content:
00022        1,       // revision
00023        0,       // classname
00024        0,    0, // classinfo
00025        2,   10, // methods
00026        0,    0, // properties
00027        0,    0, // enums/sets
00028 
00029  // slots: signature, parameters, type, tag, flags
00030       21,   20,   20,   20, 0x0a,
00031       36,   30,   20,   20, 0x0a,
00032 
00033        0        // eod
00034 };
00035 
00036 static const char qt_meta_stringdata_FacturasListSubform[] = {
00037     "FacturasListSubform\0\0cargar()\0query\0"
00038     "cargar(QString)\0"
00039 };
00040 
00041 const QMetaObject FacturasListSubform::staticMetaObject = {
00042     { &SubForm2Bf::staticMetaObject, qt_meta_stringdata_FacturasListSubform,
00043       qt_meta_data_FacturasListSubform, 0 }
00044 };
00045 
00046 const QMetaObject *FacturasListSubform::metaObject() const
00047 {
00048     return &staticMetaObject;
00049 }
00050 
00051 void *FacturasListSubform::qt_metacast(const char *_clname)
00052 {
00053     if (!_clname) return 0;
00054     if (!strcmp(_clname, qt_meta_stringdata_FacturasListSubform))
00055         return static_cast<void*>(const_cast<FacturasListSubform*>(this));
00056     return SubForm2Bf::qt_metacast(_clname);
00057 }
00058 
00059 int FacturasListSubform::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_FacturasList[] = {
00074 
00075  // content:
00076        1,       // revision
00077        0,       // classname
00078        0,    0, // classinfo
00079        1,   10, // methods
00080        0,    0, // properties
00081        0,    0, // enums/sets
00082 
00083  // signals: signature, parameters, type, tag, flags
00084       14,   13,   13,   13, 0x05,
00085 
00086        0        // eod
00087 };
00088 
00089 static const char qt_meta_stringdata_FacturasList[] = {
00090     "FacturasList\0\0selected(QString)\0"
00091 };
00092 
00093 const QMetaObject FacturasList::staticMetaObject = {
00094     { &Listado::staticMetaObject, qt_meta_stringdata_FacturasList,
00095       qt_meta_data_FacturasList, 0 }
00096 };
00097 
00098 const QMetaObject *FacturasList::metaObject() const
00099 {
00100     return &staticMetaObject;
00101 }
00102 
00103 void *FacturasList::qt_metacast(const char *_clname)
00104 {
00105     if (!_clname) return 0;
00106     if (!strcmp(_clname, qt_meta_stringdata_FacturasList))
00107         return static_cast<void*>(const_cast<FacturasList*>(this));
00108     if (!strcmp(_clname, "Ui_FacturasListBase"))
00109         return static_cast<Ui_FacturasListBase*>(const_cast<FacturasList*>(this));
00110     return Listado::qt_metacast(_clname);
00111 }
00112 
00113 int FacturasList::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00114 {
00115     _id = Listado::qt_metacall(_c, _id, _a);
00116     if (_id < 0)
00117         return _id;
00118     if (_c == QMetaObject::InvokeMetaMethod) {
00119         switch (_id) {
00120         case 0: selected((*reinterpret_cast< QString(*)>(_a[1]))); break;
00121         }
00122         _id -= 1;
00123     }
00124     return _id;
00125 }
00126 
00127 // SIGNAL 0
00128 void FacturasList::selected(QString _t1)
00129 {
00130     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00131     QMetaObject::activate(this, &staticMetaObject, 0, _a);
00132 }

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