moc_subform3.cpp

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'subform3.h'
00003 **
00004 ** Created: Fri Dec 14 01:05:54 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 "../subform3.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'subform3.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_SubForm3[] = {
00020 
00021  // content:
00022        1,       // revision
00023        0,       // classname
00024        0,    0, // classinfo
00025       26,   10, // methods
00026        0,    0, // properties
00027        0,    0, // enums/sets
00028 
00029  // signals: signature, parameters, type, tag, flags
00030       10,    9,    9,    9, 0x05,
00031       32,   30,    9,    9, 0x05,
00032       52,    9,    9,    9, 0x05,
00033       89,    9,    9,    9, 0x05,
00034      128,  120,    9,    9, 0x05,
00035      155,    9,    9,    9, 0x05,
00036      173,    9,    9,    9, 0x05,
00037 
00038  // slots: signature, parameters, type, tag, flags
00039      193,   30,    9,    9, 0x0a,
00040      229,   30,    9,    9, 0x0a,
00041      262,    9,    9,    9, 0x0a,
00042      299,    9,    9,    9, 0x0a,
00043      324,    9,    9,    9, 0x0a,
00044      351,  120,    9,    9, 0x0a,
00045      385,  120,    9,    9, 0x0a,
00046      422,  120,    9,    9, 0x0a,
00047      455,  120,    9,    9, 0x0a,
00048      489,  120,    9,    9, 0x0a,
00049      520,  120,    9,    9, 0x0a,
00050      551,    9,    9,    9, 0x0a,
00051      581,    9,    9,    9, 0x0a,
00052      615,  610,    9,    9, 0x0a,
00053      664,  610,    9,    9, 0x0a,
00054      707,  120,    9,    9, 0x0a,
00055      746,    9,    9,    9, 0x0a,
00056      761,    9,    9,    9, 0x0a,
00057      793,  790,    9,    9, 0x0a,
00058 
00059        0        // eod
00060 };
00061 
00062 static const char qt_meta_stringdata_SubForm3[] = {
00063     "SubForm3\0\0toogledConfig(bool)\0,\0"
00064     "editFinish(int,int)\0"
00065     "itemDoubleClicked(QTableWidgetItem*)\0"
00066     "itemClicked(QTableWidgetItem*)\0row,col\0"
00067     "cellDoubleClicked(int,int)\0pintaMenu(QMenu*)\0"
00068     "trataMenu(QAction*)\0"
00069     "on_mui_list_cellRePosition(int,int)\0"
00070     "on_mui_list_cellChanged(int,int)\0"
00071     "contextMenuEvent(QContextMenuEvent*)\0"
00072     "on_mui_confcol_clicked()\0"
00073     "on_mui_confquery_clicked()\0"
00074     "on_mui_list_pressedSlash(int,int)\0"
00075     "on_mui_list_pressedAsterisk(int,int)\0"
00076     "on_mui_list_pressedPlus(int,int)\0"
00077     "on_mui_list_pressedMinus(int,int)\0"
00078     "on_mui_list_ctrlSubir(int,int)\0"
00079     "on_mui_list_ctrlBajar(int,int)\0"
00080     "on_mui_pagsiguiente_clicked()\0"
00081     "on_mui_paganterior_clicked()\0item\0"
00082     "on_mui_list_itemDoubleClicked(QTableWidgetItem*)\0"
00083     "on_mui_list_itemClicked(QTableWidgetItem*)\0"
00084     "on_mui_list_cellDoubleClicked(int,int)\0"
00085     "toogleConfig()\0on_mui_botonCerrar_clicked()\0"
00086     "it\0on_mui_list_itemChanged(QTableWidgetItem*)\0"
00087 };
00088 
00089 const QMetaObject SubForm3::staticMetaObject = {
00090     { &BLWidget::staticMetaObject, qt_meta_stringdata_SubForm3,
00091       qt_meta_data_SubForm3, 0 }
00092 };
00093 
00094 const QMetaObject *SubForm3::metaObject() const
00095 {
00096     return &staticMetaObject;
00097 }
00098 
00099 void *SubForm3::qt_metacast(const char *_clname)
00100 {
00101     if (!_clname) return 0;
00102     if (!strcmp(_clname, qt_meta_stringdata_SubForm3))
00103         return static_cast<void*>(const_cast<SubForm3*>(this));
00104     if (!strcmp(_clname, "Ui_SubForm3Base"))
00105         return static_cast<Ui_SubForm3Base*>(const_cast<SubForm3*>(this));
00106     return BLWidget::qt_metacast(_clname);
00107 }
00108 
00109 int SubForm3::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00110 {
00111     _id = BLWidget::qt_metacall(_c, _id, _a);
00112     if (_id < 0)
00113         return _id;
00114     if (_c == QMetaObject::InvokeMetaMethod) {
00115         switch (_id) {
00116         case 0: toogledConfig((*reinterpret_cast< bool(*)>(_a[1]))); break;
00117         case 1: editFinish((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00118         case 2: itemDoubleClicked((*reinterpret_cast< QTableWidgetItem*(*)>(_a[1]))); break;
00119         case 3: itemClicked((*reinterpret_cast< QTableWidgetItem*(*)>(_a[1]))); break;
00120         case 4: cellDoubleClicked((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00121         case 5: pintaMenu((*reinterpret_cast< QMenu*(*)>(_a[1]))); break;
00122         case 6: trataMenu((*reinterpret_cast< QAction*(*)>(_a[1]))); break;
00123         case 7: on_mui_list_cellRePosition((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00124         case 8: on_mui_list_cellChanged((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00125         case 9: contextMenuEvent((*reinterpret_cast< QContextMenuEvent*(*)>(_a[1]))); break;
00126         case 10: on_mui_confcol_clicked(); break;
00127         case 11: on_mui_confquery_clicked(); break;
00128         case 12: on_mui_list_pressedSlash((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00129         case 13: on_mui_list_pressedAsterisk((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00130         case 14: on_mui_list_pressedPlus((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00131         case 15: on_mui_list_pressedMinus((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00132         case 16: on_mui_list_ctrlSubir((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00133         case 17: on_mui_list_ctrlBajar((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00134         case 18: on_mui_pagsiguiente_clicked(); break;
00135         case 19: on_mui_paganterior_clicked(); break;
00136         case 20: on_mui_list_itemDoubleClicked((*reinterpret_cast< QTableWidgetItem*(*)>(_a[1]))); break;
00137         case 21: on_mui_list_itemClicked((*reinterpret_cast< QTableWidgetItem*(*)>(_a[1]))); break;
00138         case 22: on_mui_list_cellDoubleClicked((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00139         case 23: toogleConfig(); break;
00140         case 24: on_mui_botonCerrar_clicked(); break;
00141         case 25: on_mui_list_itemChanged((*reinterpret_cast< QTableWidgetItem*(*)>(_a[1]))); break;
00142         }
00143         _id -= 26;
00144     }
00145     return _id;
00146 }
00147 
00148 // SIGNAL 0
00149 void SubForm3::toogledConfig(bool _t1)
00150 {
00151     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00152     QMetaObject::activate(this, &staticMetaObject, 0, _a);
00153 }
00154 
00155 // SIGNAL 1
00156 void SubForm3::editFinish(int _t1, int _t2)
00157 {
00158     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
00159     QMetaObject::activate(this, &staticMetaObject, 1, _a);
00160 }
00161 
00162 // SIGNAL 2
00163 void SubForm3::itemDoubleClicked(QTableWidgetItem * _t1)
00164 {
00165     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00166     QMetaObject::activate(this, &staticMetaObject, 2, _a);
00167 }
00168 
00169 // SIGNAL 3
00170 void SubForm3::itemClicked(QTableWidgetItem * _t1)
00171 {
00172     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00173     QMetaObject::activate(this, &staticMetaObject, 3, _a);
00174 }
00175 
00176 // SIGNAL 4
00177 void SubForm3::cellDoubleClicked(int _t1, int _t2)
00178 {
00179     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
00180     QMetaObject::activate(this, &staticMetaObject, 4, _a);
00181 }
00182 
00183 // SIGNAL 5
00184 void SubForm3::pintaMenu(QMenu * _t1)
00185 {
00186     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00187     QMetaObject::activate(this, &staticMetaObject, 5, _a);
00188 }
00189 
00190 // SIGNAL 6
00191 void SubForm3::trataMenu(QAction * _t1)
00192 {
00193     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00194     QMetaObject::activate(this, &staticMetaObject, 6, _a);
00195 }

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