source: mmcs/moc_mainwindow.cpp @ 1523c34

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

Traducción de los botones de diálogo, primer prototipo de matriz La

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