moc_adocumental.cpp

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'adocumental.h'
00003 **
00004 ** Created: Fri Dec 14 01:42:04 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 "../adocumental.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'adocumental.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_myplugin1[] = {
00020 
00021  // content:
00022        1,       // revision
00023        0,       // classname
00024        0,    0, // classinfo
00025        3,   10, // methods
00026        0,    0, // properties
00027        0,    0, // enums/sets
00028 
00029  // slots: signature, parameters, type, tag, flags
00030       11,   10,   10,   10, 0x0a,
00031       28,   10,   10,   10, 0x0a,
00032       59,   10,   10,   10, 0x0a,
00033 
00034        0        // eod
00035 };
00036 
00037 static const char qt_meta_stringdata_myplugin1[] = {
00038     "myplugin1\0\0boton_adjuntar()\0"
00039     "boton_nuevoasientodocumental()\0archDoc()\0"
00040 };
00041 
00042 const QMetaObject myplugin1::staticMetaObject = {
00043     { &QObject::staticMetaObject, qt_meta_stringdata_myplugin1,
00044       qt_meta_data_myplugin1, 0 }
00045 };
00046 
00047 const QMetaObject *myplugin1::metaObject() const
00048 {
00049     return &staticMetaObject;
00050 }
00051 
00052 void *myplugin1::qt_metacast(const char *_clname)
00053 {
00054     if (!_clname) return 0;
00055     if (!strcmp(_clname, qt_meta_stringdata_myplugin1))
00056         return static_cast<void*>(const_cast<myplugin1*>(this));
00057     return QObject::qt_metacast(_clname);
00058 }
00059 
00060 int myplugin1::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00061 {
00062     _id = QObject::qt_metacall(_c, _id, _a);
00063     if (_id < 0)
00064         return _id;
00065     if (_c == QMetaObject::InvokeMetaMethod) {
00066         switch (_id) {
00067         case 0: boton_adjuntar(); break;
00068         case 1: boton_nuevoasientodocumental(); break;
00069         case 2: archDoc(); break;
00070         }
00071         _id -= 3;
00072     }
00073     return _id;
00074 }
00075 static const uint qt_meta_data_adocumental[] = {
00076 
00077  // content:
00078        1,       // revision
00079        0,       // classname
00080        0,    0, // classinfo
00081        6,   10, // methods
00082        0,    0, // properties
00083        0,    0, // enums/sets
00084 
00085  // slots: signature, parameters, type, tag, flags
00086       17,   13,   12,   12, 0x0a,
00087       51,   12,   12,   12, 0x0a,
00088       74,   12,   12,   12, 0x0a,
00089       93,   12,   12,   12, 0x0a,
00090      115,   12,   12,   12, 0x0a,
00091      135,   12,   12,   12, 0x0a,
00092 
00093        0        // eod
00094 };
00095 
00096 static const char qt_meta_stringdata_adocumental[] = {
00097     "adocumental\0\0,,,\0doubleclicked(int,int,int,QPoint)\0"
00098     "boton_newadocumental()\0boton_desasociar()\0"
00099     "s_deleteADocumental()\0s_saveADocumental()\0"
00100     "s_agregarDirectorio()\0"
00101 };
00102 
00103 const QMetaObject adocumental::staticMetaObject = {
00104     { &QDialog::staticMetaObject, qt_meta_stringdata_adocumental,
00105       qt_meta_data_adocumental, 0 }
00106 };
00107 
00108 const QMetaObject *adocumental::metaObject() const
00109 {
00110     return &staticMetaObject;
00111 }
00112 
00113 void *adocumental::qt_metacast(const char *_clname)
00114 {
00115     if (!_clname) return 0;
00116     if (!strcmp(_clname, qt_meta_stringdata_adocumental))
00117         return static_cast<void*>(const_cast<adocumental*>(this));
00118     if (!strcmp(_clname, "Ui_adocumentalbase"))
00119         return static_cast<Ui_adocumentalbase*>(const_cast<adocumental*>(this));
00120     return QDialog::qt_metacast(_clname);
00121 }
00122 
00123 int adocumental::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00124 {
00125     _id = QDialog::qt_metacall(_c, _id, _a);
00126     if (_id < 0)
00127         return _id;
00128     if (_c == QMetaObject::InvokeMetaMethod) {
00129         switch (_id) {
00130         case 0: doubleclicked((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3])),(*reinterpret_cast< const QPoint(*)>(_a[4]))); break;
00131         case 1: boton_newadocumental(); break;
00132         case 2: boton_desasociar(); break;
00133         case 3: s_deleteADocumental(); break;
00134         case 4: s_saveADocumental(); break;
00135         case 5: s_agregarDirectorio(); break;
00136         }
00137         _id -= 6;
00138     }
00139     return _id;
00140 }

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