00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../qtable2.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'qtable2.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_QTableWidget2[] = {
00020
00021
00022 1,
00023 0,
00024 0, 0,
00025 11, 10,
00026 0, 0,
00027 0, 0,
00028
00029
00030 17, 15, 14, 14, 0x05,
00031 44, 41, 14, 14, 0x05,
00032 68, 15, 14, 14, 0x05,
00033 93, 15, 14, 14, 0x05,
00034 114, 15, 14, 14, 0x05,
00035 136, 15, 14, 14, 0x05,
00036 158, 15, 14, 14, 0x05,
00037 177, 15, 14, 14, 0x05,
00038 196, 15, 14, 14, 0x05,
00039 217, 15, 14, 14, 0x05,
00040
00041
00042 243, 240, 14, 14, 0x0a,
00043
00044 0
00045 };
00046
00047 static const char qt_meta_stringdata_QTableWidget2[] = {
00048 "QTableWidget2\0\0,\0cellRePosition(int,int)\0"
00049 ",,\0pulsadomas(int,int,int)\0"
00050 "pressedAsterisk(int,int)\0pressedPlus(int,int)\0"
00051 "pressedMinus(int,int)\0pressedSlash(int,int)\0"
00052 "ctrlSubir(int,int)\0ctrlBajar(int,int)\0"
00053 "ctrlDerecha(int,int)\0ctrlIzquierda(int,int)\0"
00054 "it\0sitemChanged(QTableWidgetItem*)\0"
00055 };
00056
00057 const QMetaObject QTableWidget2::staticMetaObject = {
00058 { &QTableWidget::staticMetaObject, qt_meta_stringdata_QTableWidget2,
00059 qt_meta_data_QTableWidget2, 0 }
00060 };
00061
00062 const QMetaObject *QTableWidget2::metaObject() const
00063 {
00064 return &staticMetaObject;
00065 }
00066
00067 void *QTableWidget2::qt_metacast(const char *_clname)
00068 {
00069 if (!_clname) return 0;
00070 if (!strcmp(_clname, qt_meta_stringdata_QTableWidget2))
00071 return static_cast<void*>(const_cast<QTableWidget2*>(this));
00072 return QTableWidget::qt_metacast(_clname);
00073 }
00074
00075 int QTableWidget2::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00076 {
00077 _id = QTableWidget::qt_metacall(_c, _id, _a);
00078 if (_id < 0)
00079 return _id;
00080 if (_c == QMetaObject::InvokeMetaMethod) {
00081 switch (_id) {
00082 case 0: cellRePosition((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00083 case 1: pulsadomas((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
00084 case 2: pressedAsterisk((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00085 case 3: pressedPlus((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00086 case 4: pressedMinus((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00087 case 5: pressedSlash((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00088 case 6: ctrlSubir((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00089 case 7: ctrlBajar((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00090 case 8: ctrlDerecha((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00091 case 9: ctrlIzquierda((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00092 case 10: sitemChanged((*reinterpret_cast< QTableWidgetItem*(*)>(_a[1]))); break;
00093 }
00094 _id -= 11;
00095 }
00096 return _id;
00097 }
00098
00099
00100 void QTableWidget2::cellRePosition(int _t1, int _t2)
00101 {
00102 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
00103 QMetaObject::activate(this, &staticMetaObject, 0, _a);
00104 }
00105
00106
00107 void QTableWidget2::pulsadomas(int _t1, int _t2, int _t3)
00108 {
00109 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)) };
00110 QMetaObject::activate(this, &staticMetaObject, 1, _a);
00111 }
00112
00113
00114 void QTableWidget2::pressedAsterisk(int _t1, int _t2)
00115 {
00116 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
00117 QMetaObject::activate(this, &staticMetaObject, 2, _a);
00118 }
00119
00120
00121 void QTableWidget2::pressedPlus(int _t1, int _t2)
00122 {
00123 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
00124 QMetaObject::activate(this, &staticMetaObject, 3, _a);
00125 }
00126
00127
00128 void QTableWidget2::pressedMinus(int _t1, int _t2)
00129 {
00130 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
00131 QMetaObject::activate(this, &staticMetaObject, 4, _a);
00132 }
00133
00134
00135 void QTableWidget2::pressedSlash(int _t1, int _t2)
00136 {
00137 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
00138 QMetaObject::activate(this, &staticMetaObject, 5, _a);
00139 }
00140
00141
00142 void QTableWidget2::ctrlSubir(int _t1, int _t2)
00143 {
00144 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
00145 QMetaObject::activate(this, &staticMetaObject, 6, _a);
00146 }
00147
00148
00149 void QTableWidget2::ctrlBajar(int _t1, int _t2)
00150 {
00151 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
00152 QMetaObject::activate(this, &staticMetaObject, 7, _a);
00153 }
00154
00155
00156 void QTableWidget2::ctrlDerecha(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, 8, _a);
00160 }
00161
00162
00163 void QTableWidget2::ctrlIzquierda(int _t1, int _t2)
00164 {
00165 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
00166 QMetaObject::activate(this, &staticMetaObject, 9, _a);
00167 }