source: mmcs/moc_mainwindow.cpp @ 96b0c4a

matrices
Last change on this file since 96b0c4a was 96b0c4a, checked in by rboet <rboet@…>, 9 years ago

agregada comparacion de escenarios del modelo no clasico

  • Property mode set to 100644
File size: 6.7 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'mainwindow.H'
3**
4** Created: Fri Sep 11 11:24:46 2015
5**      by: The Qt Meta Object Compiler version 63 (Qt 4.8.2)
6**
7** WARNING! All changes made in this file will be lost!
8*****************************************************************************/
9
10#include "mainwindow.H"
11#if !defined(Q_MOC_OUTPUT_REVISION)
12#error "The header file 'mainwindow.H' doesn't include <QObject>."
13#elif Q_MOC_OUTPUT_REVISION != 63
14#error "This file was generated using the moc from 4.8.2. It"
15#error "cannot be used with the include files from this version of Qt."
16#error "(The moc has changed too much.)"
17#endif
18
19QT_BEGIN_MOC_NAMESPACE
20static const uint qt_meta_data_MainWindow[] = {
21
22 // content:
23       6,       // revision
24       0,       // classname
25       0,    0, // classinfo
26      36,   14, // methods
27       0,    0, // properties
28       0,    0, // enums/sets
29       0,    0, // constructors
30       0,       // flags
31       0,       // signalCount
32
33 // slots: signature, parameters, type, tag, flags
34      12,   11,   11,   11, 0x08,
35      29,   11,   11,   11, 0x08,
36      51,   48,   11,   11, 0x08,
37      95,   11,   11,   11, 0x08,
38     122,   11,   11,   11, 0x08,
39     138,   11,   11,   11, 0x08,
40     156,   11,   11,   11, 0x08,
41     175,   11,   11,   11, 0x08,
42     193,   11,   11,   11, 0x08,
43     221,   11,   11,   11, 0x08,
44     247,   11,   11,   11, 0x08,
45     263,   11,   11,   11, 0x08,
46     285,   11,   11,   11, 0x08,
47     304,   11,   11,   11, 0x08,
48     325,   11,   11,   11, 0x08,
49     348,   11,   11,   11, 0x08,
50     370,   11,   11,   11, 0x08,
51     377,   11,   11,   11, 0x08,
52     386,   11,   11,   11, 0x08,
53     408,   11,   11,   11, 0x08,
54     434,   11,   11,   11, 0x08,
55     462,   11,   11,   11, 0x08,
56     486,   11,   11,   11, 0x08,
57     504,   11,   11,   11, 0x08,
58     521,   11,   11,   11, 0x08,
59     540,   11,   11,   11, 0x08,
60     568,  560,   11,   11, 0x08,
61     592,   11,   11,   11, 0x28,
62     612,   11,   11,   11, 0x08,
63     633,   11,   11,   11, 0x08,
64     655,   11,   11,   11, 0x08,
65     677,   11,   11,   11, 0x08,
66     700,   11,   11,   11, 0x08,
67     728,   11,   11,   11, 0x08,
68     750,   11,   11,   11, 0x08,
69     775,   11,   11,   11, 0x08,
70
71       0        // eod
72};
73
74static const char qt_meta_stringdata_MainWindow[] = {
75    "MainWindow\0\0slotLoadMatrix()\0"
76    "slotExportMatrix()\0,,\0"
77    "slotFormLoadMatrixAccepted(QString,int,int)\0"
78    "slotFormLoadMatrixClosed()\0AgregarCuenta()\0"
79    "RestaurarCeldas()\0FinalizarCuentas()\0"
80    "ModificarCuenta()\0slotCoeficienteHorizontal()\0"
81    "slotCoeficienteVertical()\0slotAccChange()\0"
82    "slotVariableExogena()\0slotCloseExogena()\0"
83    "slotAgregarExogena()\0slotFinalizarExogena()\0"
84    "slotDeshacerExogena()\0AnMa()\0slotMa()\0"
85    "slotEncadenamientos()\0slotCloseEncadenamiento()\0"
86    "slotAgregarEncadenamiento()\0"
87    "slotVerEncadenamiento()\0slotCloseExport()\0"
88    "slotSaveExport()\0slotSearchExport()\0"
89    "slotModeloClasico()\0clasico\0"
90    "calcularEscenario(bool)\0calcularEscenario()\0"
91    "finalizarEscenario()\0slotModeloNoClasico()\0"
92    "calcularEscenarioNC()\0finalizarEscenarioNC()\0"
93    "slotCompararResultadosMNC()\0"
94    "slotVerResultadoMNC()\0slotCompararResultados()\0"
95    "slotVerResultado()\0"
96};
97
98void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
99{
100    if (_c == QMetaObject::InvokeMetaMethod) {
101        Q_ASSERT(staticMetaObject.cast(_o));
102        MainWindow *_t = static_cast<MainWindow *>(_o);
103        switch (_id) {
104        case 0: _t->slotLoadMatrix(); break;
105        case 1: _t->slotExportMatrix(); break;
106        case 2: _t->slotFormLoadMatrixAccepted((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
107        case 3: _t->slotFormLoadMatrixClosed(); break;
108        case 4: _t->AgregarCuenta(); break;
109        case 5: _t->RestaurarCeldas(); break;
110        case 6: _t->FinalizarCuentas(); break;
111        case 7: _t->ModificarCuenta(); break;
112        case 8: _t->slotCoeficienteHorizontal(); break;
113        case 9: _t->slotCoeficienteVertical(); break;
114        case 10: _t->slotAccChange(); break;
115        case 11: _t->slotVariableExogena(); break;
116        case 12: _t->slotCloseExogena(); break;
117        case 13: _t->slotAgregarExogena(); break;
118        case 14: _t->slotFinalizarExogena(); break;
119        case 15: _t->slotDeshacerExogena(); break;
120        case 16: _t->AnMa(); break;
121        case 17: _t->slotMa(); break;
122        case 18: _t->slotEncadenamientos(); break;
123        case 19: _t->slotCloseEncadenamiento(); break;
124        case 20: _t->slotAgregarEncadenamiento(); break;
125        case 21: _t->slotVerEncadenamiento(); break;
126        case 22: _t->slotCloseExport(); break;
127        case 23: _t->slotSaveExport(); break;
128        case 24: _t->slotSearchExport(); break;
129        case 25: _t->slotModeloClasico(); break;
130        case 26: _t->calcularEscenario((*reinterpret_cast< bool(*)>(_a[1]))); break;
131        case 27: _t->calcularEscenario(); break;
132        case 28: _t->finalizarEscenario(); break;
133        case 29: _t->slotModeloNoClasico(); break;
134        case 30: _t->calcularEscenarioNC(); break;
135        case 31: _t->finalizarEscenarioNC(); break;
136        case 32: _t->slotCompararResultadosMNC(); break;
137        case 33: _t->slotVerResultadoMNC(); break;
138        case 34: _t->slotCompararResultados(); break;
139        case 35: _t->slotVerResultado(); break;
140        default: ;
141        }
142    }
143}
144
145const QMetaObjectExtraData MainWindow::staticMetaObjectExtraData = {
146    0,  qt_static_metacall
147};
148
149const QMetaObject MainWindow::staticMetaObject = {
150    { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow,
151      qt_meta_data_MainWindow, &staticMetaObjectExtraData }
152};
153
154#ifdef Q_NO_DATA_RELOCATION
155const QMetaObject &MainWindow::getStaticMetaObject() { return staticMetaObject; }
156#endif //Q_NO_DATA_RELOCATION
157
158const QMetaObject *MainWindow::metaObject() const
159{
160    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
161}
162
163void *MainWindow::qt_metacast(const char *_clname)
164{
165    if (!_clname) return 0;
166    if (!strcmp(_clname, qt_meta_stringdata_MainWindow))
167        return static_cast<void*>(const_cast< MainWindow*>(this));
168    return QMainWindow::qt_metacast(_clname);
169}
170
171int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
172{
173    _id = QMainWindow::qt_metacall(_c, _id, _a);
174    if (_id < 0)
175        return _id;
176    if (_c == QMetaObject::InvokeMetaMethod) {
177        if (_id < 36)
178            qt_static_metacall(this, _c, _id, _a);
179        _id -= 36;
180    }
181    return _id;
182}
183QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.