source: mmcs/moc_mainwindow.cpp @ 9dd61b1

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

Avance del proyecto 60%

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