source: mmcs/moc_mainwindow.cpp @ f473a7f

Last change on this file since f473a7f was f473a7f, checked in by rudmanmrrod <rudman22@…>, 8 years ago

Modificada funcionalidad al definir las cuentas exogenas

  • Property mode set to 100755
File size: 9.4 KB
RevLine 
[9dd61b1]1/****************************************************************************
2** Meta object code from reading C++ file 'mainwindow.H'
3**
[f473a7f]4** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6)
[9dd61b1]5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "mainwindow.H"
10#if !defined(Q_MOC_OUTPUT_REVISION)
11#error "The header file 'mainwindow.H' doesn't include <QObject>."
12#elif Q_MOC_OUTPUT_REVISION != 63
[f473a7f]13#error "This file was generated using the moc from 4.8.6. It"
[9dd61b1]14#error "cannot be used with the include files from this version of Qt."
15#error "(The moc has changed too much.)"
16#endif
17
18QT_BEGIN_MOC_NAMESPACE
19static const uint qt_meta_data_MainWindow[] = {
20
21 // content:
22       6,       // revision
23       0,       // classname
24       0,    0, // classinfo
[dfddb27]25      59,   14, // methods
[9dd61b1]26       0,    0, // properties
27       0,    0, // enums/sets
28       0,    0, // constructors
29       0,       // flags
30       0,       // signalCount
31
32 // slots: signature, parameters, type, tag, flags
33      12,   11,   11,   11, 0x08,
[fc268a0]34      32,   11,   11,   11, 0x08,
35      49,   11,   11,   11, 0x08,
36      71,   68,   11,   11, 0x08,
37     115,   11,   11,   11, 0x08,
38     142,   11,   11,   11, 0x08,
39     158,   11,   11,   11, 0x08,
40     176,   11,   11,   11, 0x08,
41     195,   11,   11,   11, 0x08,
42     213,   11,   11,   11, 0x08,
43     241,   11,   11,   11, 0x08,
44     267,   11,   11,   11, 0x08,
45     283,   11,   11,   11, 0x08,
46     305,   11,   11,   11, 0x08,
47     324,   11,   11,   11, 0x08,
48     345,   11,   11,   11, 0x08,
49     368,   11,   11,   11, 0x08,
50     390,   11,   11,   11, 0x08,
[b1ef0b1]51     399,   11,   11,   11, 0x08,
52     421,   11,   11,   11, 0x08,
53     447,   11,   11,   11, 0x08,
54     475,   11,   11,   11, 0x08,
55     499,   11,   11,   11, 0x08,
[37dd9aa]56     523,   11,   11,   11, 0x08,
57     541,   11,   11,   11, 0x08,
58     558,   11,   11,   11, 0x08,
59     577,   11,   11,   11, 0x08,
60     605,  597,   11,   11, 0x08,
61     629,   11,   11,   11, 0x28,
62     649,   11,   11,   11, 0x08,
63     670,   11,   11,   11, 0x08,
64     692,   11,   11,   11, 0x08,
65     714,   11,   11,   11, 0x08,
66     737,   11,   11,   11, 0x08,
67     765,   11,   11,   11, 0x08,
68     787,   11,   11,   11, 0x08,
69     810,   11,   11,   11, 0x08,
70     837,   11,   11,   11, 0x08,
71     872,   11,   11,   11, 0x08,
72     903,   11,   11,   11, 0x08,
73     942,   11,   11,   11, 0x08,
74     967,   11,   11,   11, 0x08,
[b1ef0b1]75     986,   11,   11,   11, 0x08,
[37dd9aa]76    1010,   11,   11,   11, 0x08,
77    1038,   11,   11,   11, 0x08,
78    1074,   11,   11,   11, 0x08,
79    1106,   11,   11,   11, 0x08,
80    1146,   11,   11,   11, 0x08,
81    1169,   11,   11,   11, 0x08,
82    1188,   11,   11,   11, 0x08,
83    1204,   11,   11,   11, 0x08,
84    1231,   11,   11,   11, 0x08,
85    1262,   11,   11,   11, 0x08,
86    1279,   11,   11,   11, 0x08,
87    1314,   11,   11,   11, 0x08,
88    1332,   11,   11,   11, 0x08,
89    1371,   11,   11,   11, 0x08,
[dfddb27]90    1394,   11,   11,   11, 0x08,
91    1408,   11,   11,   11, 0x08,
[9dd61b1]92
93       0        // eod
94};
95
96static const char qt_meta_stringdata_MainWindow[] = {
[fc268a0]97    "MainWindow\0\0slotNuevoProyecto()\0"
98    "slotLoadMatrix()\0slotExportMatrix()\0"
99    ",,\0slotFormLoadMatrixAccepted(QString,int,int)\0"
[9dd61b1]100    "slotFormLoadMatrixClosed()\0AgregarCuenta()\0"
101    "RestaurarCeldas()\0FinalizarCuentas()\0"
102    "ModificarCuenta()\0slotCoeficienteHorizontal()\0"
[67c9f67]103    "slotCoeficienteVertical()\0slotAccChange()\0"
[9dd61b1]104    "slotVariableExogena()\0slotCloseExogena()\0"
105    "slotAgregarExogena()\0slotFinalizarExogena()\0"
[b1ef0b1]106    "slotDeshacerExogena()\0slotMa()\0"
[67c9f67]107    "slotEncadenamientos()\0slotCloseEncadenamiento()\0"
[8daa049]108    "slotAgregarEncadenamiento()\0"
[37dd9aa]109    "slotVerEncadenamiento()\0slotClasificarCuentas()\0"
110    "slotCloseExport()\0slotSaveExport()\0"
111    "slotSearchExport()\0slotModeloClasico()\0"
112    "clasico\0calcularEscenario(bool)\0"
113    "calcularEscenario()\0finalizarEscenario()\0"
114    "slotModeloNoClasico()\0calcularEscenarioNC()\0"
115    "finalizarEscenarioNC()\0"
[96b0c4a]116    "slotCompararResultadosMNC()\0"
[fc268a0]117    "slotVerResultadoMNC()\0slotPHCIncidencia100()\0"
118    "slotPHCIncidenciaiCuenta()\0"
119    "slotCalcularPHCIncidenciaiCuenta()\0"
120    "slotPHCIncidenciaiComponente()\0"
121    "slotCalcularPHCIncidenciaiComponente()\0"
122    "slotCompararResultados()\0slotVerResultado()\0"
[cfbc36f]123    "slotPHNCIncidencia100()\0"
124    "slotPHNCIncidenciaiCuenta()\0"
125    "slotCalcularPHNCIncidenciaiCuenta()\0"
126    "slotPHNCIncidenciaiComponente()\0"
127    "slotCalcularPHNCIncidenciaiComponente()\0"
[04999c9]128    "slotPNHIncudencia100()\0slotCloseformPNH()\0"
129    "slotSelectPNH()\0slotPNHIncidenciaiCuenta()\0"
130    "slotPNHIncidenciaiComponente()\0"
131    "slotSelectPNHi()\0slotCalcularPNHIncidenciaiCuenta()\0"
132    "slotSelectPNHic()\0"
133    "slotCalcularPNHIncidenciaiComponente()\0"
[dfddb27]134    "slotSeleccionarTabla()\0abrirManual()\0"
135    "acercaDe()\0"
[9dd61b1]136};
137
138void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
139{
140    if (_c == QMetaObject::InvokeMetaMethod) {
141        Q_ASSERT(staticMetaObject.cast(_o));
142        MainWindow *_t = static_cast<MainWindow *>(_o);
143        switch (_id) {
[fc268a0]144        case 0: _t->slotNuevoProyecto(); break;
145        case 1: _t->slotLoadMatrix(); break;
146        case 2: _t->slotExportMatrix(); break;
147        case 3: _t->slotFormLoadMatrixAccepted((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
148        case 4: _t->slotFormLoadMatrixClosed(); break;
149        case 5: _t->AgregarCuenta(); break;
150        case 6: _t->RestaurarCeldas(); break;
151        case 7: _t->FinalizarCuentas(); break;
152        case 8: _t->ModificarCuenta(); break;
153        case 9: _t->slotCoeficienteHorizontal(); break;
154        case 10: _t->slotCoeficienteVertical(); break;
155        case 11: _t->slotAccChange(); break;
156        case 12: _t->slotVariableExogena(); break;
157        case 13: _t->slotCloseExogena(); break;
158        case 14: _t->slotAgregarExogena(); break;
159        case 15: _t->slotFinalizarExogena(); break;
160        case 16: _t->slotDeshacerExogena(); break;
[b1ef0b1]161        case 17: _t->slotMa(); break;
162        case 18: _t->slotEncadenamientos(); break;
163        case 19: _t->slotCloseEncadenamiento(); break;
164        case 20: _t->slotAgregarEncadenamiento(); break;
165        case 21: _t->slotVerEncadenamiento(); break;
[37dd9aa]166        case 22: _t->slotClasificarCuentas(); break;
167        case 23: _t->slotCloseExport(); break;
168        case 24: _t->slotSaveExport(); break;
169        case 25: _t->slotSearchExport(); break;
170        case 26: _t->slotModeloClasico(); break;
171        case 27: _t->calcularEscenario((*reinterpret_cast< bool(*)>(_a[1]))); break;
172        case 28: _t->calcularEscenario(); break;
173        case 29: _t->finalizarEscenario(); break;
174        case 30: _t->slotModeloNoClasico(); break;
175        case 31: _t->calcularEscenarioNC(); break;
176        case 32: _t->finalizarEscenarioNC(); break;
177        case 33: _t->slotCompararResultadosMNC(); break;
178        case 34: _t->slotVerResultadoMNC(); break;
179        case 35: _t->slotPHCIncidencia100(); break;
180        case 36: _t->slotPHCIncidenciaiCuenta(); break;
181        case 37: _t->slotCalcularPHCIncidenciaiCuenta(); break;
182        case 38: _t->slotPHCIncidenciaiComponente(); break;
183        case 39: _t->slotCalcularPHCIncidenciaiComponente(); break;
184        case 40: _t->slotCompararResultados(); break;
185        case 41: _t->slotVerResultado(); break;
186        case 42: _t->slotPHNCIncidencia100(); break;
187        case 43: _t->slotPHNCIncidenciaiCuenta(); break;
188        case 44: _t->slotCalcularPHNCIncidenciaiCuenta(); break;
189        case 45: _t->slotPHNCIncidenciaiComponente(); break;
190        case 46: _t->slotCalcularPHNCIncidenciaiComponente(); break;
191        case 47: _t->slotPNHIncudencia100(); break;
192        case 48: _t->slotCloseformPNH(); break;
193        case 49: _t->slotSelectPNH(); break;
194        case 50: _t->slotPNHIncidenciaiCuenta(); break;
195        case 51: _t->slotPNHIncidenciaiComponente(); break;
196        case 52: _t->slotSelectPNHi(); break;
197        case 53: _t->slotCalcularPNHIncidenciaiCuenta(); break;
198        case 54: _t->slotSelectPNHic(); break;
199        case 55: _t->slotCalcularPNHIncidenciaiComponente(); break;
200        case 56: _t->slotSeleccionarTabla(); break;
[dfddb27]201        case 57: _t->abrirManual(); break;
202        case 58: _t->acercaDe(); break;
[9dd61b1]203        default: ;
204        }
205    }
206}
207
208const QMetaObjectExtraData MainWindow::staticMetaObjectExtraData = {
209    0,  qt_static_metacall
210};
211
212const QMetaObject MainWindow::staticMetaObject = {
213    { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow,
214      qt_meta_data_MainWindow, &staticMetaObjectExtraData }
215};
216
217#ifdef Q_NO_DATA_RELOCATION
218const QMetaObject &MainWindow::getStaticMetaObject() { return staticMetaObject; }
219#endif //Q_NO_DATA_RELOCATION
220
221const QMetaObject *MainWindow::metaObject() const
222{
223    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
224}
225
226void *MainWindow::qt_metacast(const char *_clname)
227{
228    if (!_clname) return 0;
229    if (!strcmp(_clname, qt_meta_stringdata_MainWindow))
230        return static_cast<void*>(const_cast< MainWindow*>(this));
231    return QMainWindow::qt_metacast(_clname);
232}
233
234int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
235{
236    _id = QMainWindow::qt_metacall(_c, _id, _a);
237    if (_id < 0)
238        return _id;
239    if (_c == QMetaObject::InvokeMetaMethod) {
[dfddb27]240        if (_id < 59)
[9dd61b1]241            qt_static_metacall(this, _c, _id, _a);
[dfddb27]242        _id -= 59;
[9dd61b1]243    }
244    return _id;
245}
246QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.