source: mmcs/moc_mainwindow.cpp @ 8daa049

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

Calculos de Ma completos, encadenamientos funcionales

  • Property mode set to 100644
File size: 5.2 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'mainwindow.H'
3**
4** Created: Wed Aug 19 10:53:40 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      23,   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     364,   11,   11,   11, 0x08,
51     386,   11,   11,   11, 0x08,
52     412,   11,   11,   11, 0x08,
53     440,   11,   11,   11, 0x08,
54     464,   11,   11,   11, 0x08,
55     482,   11,   11,   11, 0x08,
56     499,   11,   11,   11, 0x08,
57
58       0        // eod
59};
60
61static const char qt_meta_stringdata_MainWindow[] = {
62    "MainWindow\0\0slotLoadMatrix()\0"
63    "slotExportMatrix()\0,,\0"
64    "slotFormLoadMatrixAccepted(QString,int,char)\0"
65    "slotFormLoadMatrixClosed()\0AgregarCuenta()\0"
66    "RestaurarCeldas()\0FinalizarCuentas()\0"
67    "ModificarCuenta()\0slotCoeficienteHorizontal()\0"
68    "slotCoeficienteVertical()\0"
69    "slotVariableExogena()\0slotCloseExogena()\0"
70    "slotAgregarExogena()\0slotFinalizarExogena()\0"
71    "slotDeshacerExogena()\0slotLa()\0"
72    "slotEncadenamientos()\0slotCloseEncadenamiento()\0"
73    "slotAgregarEncadenamiento()\0"
74    "slotVerEncadenamiento()\0slotCloseExport()\0"
75    "slotSaveExport()\0slotSearchExport()\0"
76};
77
78void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
79{
80    if (_c == QMetaObject::InvokeMetaMethod) {
81        Q_ASSERT(staticMetaObject.cast(_o));
82        MainWindow *_t = static_cast<MainWindow *>(_o);
83        switch (_id) {
84        case 0: _t->slotLoadMatrix(); break;
85        case 1: _t->slotExportMatrix(); break;
86        case 2: _t->slotFormLoadMatrixAccepted((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< char(*)>(_a[3]))); break;
87        case 3: _t->slotFormLoadMatrixClosed(); break;
88        case 4: _t->AgregarCuenta(); break;
89        case 5: _t->RestaurarCeldas(); break;
90        case 6: _t->FinalizarCuentas(); break;
91        case 7: _t->ModificarCuenta(); break;
92        case 8: _t->slotCoeficienteHorizontal(); break;
93        case 9: _t->slotCoeficienteVertical(); break;
94        case 10: _t->slotVariableExogena(); break;
95        case 11: _t->slotCloseExogena(); break;
96        case 12: _t->slotAgregarExogena(); break;
97        case 13: _t->slotFinalizarExogena(); break;
98        case 14: _t->slotDeshacerExogena(); break;
99        case 15: _t->slotLa(); break;
100        case 16: _t->slotEncadenamientos(); break;
101        case 17: _t->slotCloseEncadenamiento(); break;
102        case 18: _t->slotAgregarEncadenamiento(); break;
103        case 19: _t->slotVerEncadenamiento(); break;
104        case 20: _t->slotCloseExport(); break;
105        case 21: _t->slotSaveExport(); break;
106        case 22: _t->slotSearchExport(); break;
107        default: ;
108        }
109    }
110}
111
112const QMetaObjectExtraData MainWindow::staticMetaObjectExtraData = {
113    0,  qt_static_metacall
114};
115
116const QMetaObject MainWindow::staticMetaObject = {
117    { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow,
118      qt_meta_data_MainWindow, &staticMetaObjectExtraData }
119};
120
121#ifdef Q_NO_DATA_RELOCATION
122const QMetaObject &MainWindow::getStaticMetaObject() { return staticMetaObject; }
123#endif //Q_NO_DATA_RELOCATION
124
125const QMetaObject *MainWindow::metaObject() const
126{
127    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
128}
129
130void *MainWindow::qt_metacast(const char *_clname)
131{
132    if (!_clname) return 0;
133    if (!strcmp(_clname, qt_meta_stringdata_MainWindow))
134        return static_cast<void*>(const_cast< MainWindow*>(this));
135    return QMainWindow::qt_metacast(_clname);
136}
137
138int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
139{
140    _id = QMainWindow::qt_metacall(_c, _id, _a);
141    if (_id < 0)
142        return _id;
143    if (_c == QMetaObject::InvokeMetaMethod) {
144        if (_id < 23)
145            qt_static_metacall(this, _c, _id, _a);
146        _id -= 23;
147    }
148    return _id;
149}
150QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.