source: mmcs/moc_mainwindow.cpp @ fa3f7a3

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

agregada funcionabilidad de escenarios

  • Property mode set to 100644
File size: 5.9 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'mainwindow.H'
3**
4** Created: Thu Sep 3 14:39:54 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      29,   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      96,   11,   11,   11, 0x08,
38     123,   11,   11,   11, 0x08,
39     139,   11,   11,   11, 0x08,
40     157,   11,   11,   11, 0x08,
41     176,   11,   11,   11, 0x08,
42     194,   11,   11,   11, 0x08,
43     222,   11,   11,   11, 0x08,
44     248,   11,   11,   11, 0x08,
45     270,   11,   11,   11, 0x08,
46     289,   11,   11,   11, 0x08,
47     310,   11,   11,   11, 0x08,
48     333,   11,   11,   11, 0x08,
49     355,   11,   11,   11, 0x08,
50     373,   11,   11,   11, 0x08,
51     382,   11,   11,   11, 0x08,
52     404,   11,   11,   11, 0x08,
53     430,   11,   11,   11, 0x08,
54     458,   11,   11,   11, 0x08,
55     482,   11,   11,   11, 0x08,
56     500,   11,   11,   11, 0x08,
57     517,   11,   11,   11, 0x08,
58     536,   11,   11,   11, 0x08,
59     556,   11,   11,   11, 0x08,
60     576,   11,   11,   11, 0x08,
61     597,   11,   11,   11, 0x08,
62     622,   11,   11,   11, 0x08,
63
64       0        // eod
65};
66
67static const char qt_meta_stringdata_MainWindow[] = {
68    "MainWindow\0\0slotLoadMatrix()\0"
69    "slotExportMatrix()\0,,\0"
70    "slotFormLoadMatrixAccepted(QString,int,char)\0"
71    "slotFormLoadMatrixClosed()\0AgregarCuenta()\0"
72    "RestaurarCeldas()\0FinalizarCuentas()\0"
73    "ModificarCuenta()\0slotCoeficienteHorizontal()\0"
74    "slotCoeficienteVertical()\0"
75    "slotVariableExogena()\0slotCloseExogena()\0"
76    "slotAgregarExogena()\0slotFinalizarExogena()\0"
77    "slotDeshacerExogena()\0slotCTVEndogena()\0"
78    "slotMa()\0slotEncadenamientos()\0"
79    "slotCloseEncadenamiento()\0"
80    "slotAgregarEncadenamiento()\0"
81    "slotVerEncadenamiento()\0slotCloseExport()\0"
82    "slotSaveExport()\0slotSearchExport()\0"
83    "slotModeloClasico()\0calcularEscenario()\0"
84    "finalizarEscenario()\0slotCompararResultados()\0"
85    "slotVerResultado()\0"
86};
87
88void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
89{
90    if (_c == QMetaObject::InvokeMetaMethod) {
91        Q_ASSERT(staticMetaObject.cast(_o));
92        MainWindow *_t = static_cast<MainWindow *>(_o);
93        switch (_id) {
94        case 0: _t->slotLoadMatrix(); break;
95        case 1: _t->slotExportMatrix(); break;
96        case 2: _t->slotFormLoadMatrixAccepted((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< char(*)>(_a[3]))); break;
97        case 3: _t->slotFormLoadMatrixClosed(); break;
98        case 4: _t->AgregarCuenta(); break;
99        case 5: _t->RestaurarCeldas(); break;
100        case 6: _t->FinalizarCuentas(); break;
101        case 7: _t->ModificarCuenta(); break;
102        case 8: _t->slotCoeficienteHorizontal(); break;
103        case 9: _t->slotCoeficienteVertical(); break;
104        case 10: _t->slotVariableExogena(); break;
105        case 11: _t->slotCloseExogena(); break;
106        case 12: _t->slotAgregarExogena(); break;
107        case 13: _t->slotFinalizarExogena(); break;
108        case 14: _t->slotDeshacerExogena(); break;
109        case 15: _t->slotCTVEndogena(); break;
110        case 16: _t->slotMa(); break;
111        case 17: _t->slotEncadenamientos(); break;
112        case 18: _t->slotCloseEncadenamiento(); break;
113        case 19: _t->slotAgregarEncadenamiento(); break;
114        case 20: _t->slotVerEncadenamiento(); break;
115        case 21: _t->slotCloseExport(); break;
116        case 22: _t->slotSaveExport(); break;
117        case 23: _t->slotSearchExport(); break;
118        case 24: _t->slotModeloClasico(); break;
119        case 25: _t->calcularEscenario(); break;
120        case 26: _t->finalizarEscenario(); break;
121        case 27: _t->slotCompararResultados(); break;
122        case 28: _t->slotVerResultado(); break;
123        default: ;
124        }
125    }
126}
127
128const QMetaObjectExtraData MainWindow::staticMetaObjectExtraData = {
129    0,  qt_static_metacall
130};
131
132const QMetaObject MainWindow::staticMetaObject = {
133    { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow,
134      qt_meta_data_MainWindow, &staticMetaObjectExtraData }
135};
136
137#ifdef Q_NO_DATA_RELOCATION
138const QMetaObject &MainWindow::getStaticMetaObject() { return staticMetaObject; }
139#endif //Q_NO_DATA_RELOCATION
140
141const QMetaObject *MainWindow::metaObject() const
142{
143    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
144}
145
146void *MainWindow::qt_metacast(const char *_clname)
147{
148    if (!_clname) return 0;
149    if (!strcmp(_clname, qt_meta_stringdata_MainWindow))
150        return static_cast<void*>(const_cast< MainWindow*>(this));
151    return QMainWindow::qt_metacast(_clname);
152}
153
154int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
155{
156    _id = QMainWindow::qt_metacall(_c, _id, _a);
157    if (_id < 0)
158        return _id;
159    if (_c == QMetaObject::InvokeMetaMethod) {
160        if (_id < 29)
161            qt_static_metacall(this, _c, _id, _a);
162        _id -= 29;
163    }
164    return _id;
165}
166QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.