source: mmcs/moc_formloadmatrix.cpp @ 4c71262

Last change on this file since 4c71262 was f473a7f, checked in by rudmanmrrod <rudman22@…>, 8 years ago

Modificada funcionalidad al definir las cuentas exogenas

  • Property mode set to 100755
File size: 3.7 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'formloadmatrix.H'
3**
4** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "formloadmatrix.H"
10#if !defined(Q_MOC_OUTPUT_REVISION)
11#error "The header file 'formloadmatrix.H' doesn't include <QObject>."
12#elif Q_MOC_OUTPUT_REVISION != 63
13#error "This file was generated using the moc from 4.8.6. It"
14#error "cannot be used with the include files from this version of Qt."
15#error "(The moc has changed too much.)"
16#endif
17
18QT_BEGIN_MOC_NAMESPACE
19static const uint qt_meta_data_FormLoadMatrix[] = {
20
21 // content:
22       6,       // revision
23       0,       // classname
24       0,    0, // classinfo
25       4,   14, // methods
26       0,    0, // properties
27       0,    0, // enums/sets
28       0,    0, // constructors
29       0,       // flags
30       2,       // signalCount
31
32 // signals: signature, parameters, type, tag, flags
33      19,   16,   15,   15, 0x05,
34      49,   15,   15,   15, 0x05,
35
36 // slots: signature, parameters, type, tag, flags
37      62,   15,   15,   15, 0x0a,
38      83,   15,   15,   15, 0x0a,
39
40       0        // eod
41};
42
43static const char qt_meta_stringdata_FormLoadMatrix[] = {
44    "FormLoadMatrix\0\0,,\0formAccepted(QString,int,int)\0"
45    "formClosed()\0slotLoadMatrixFile()\0"
46    "slotButtonAcceptClicked()\0"
47};
48
49void FormLoadMatrix::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
50{
51    if (_c == QMetaObject::InvokeMetaMethod) {
52        Q_ASSERT(staticMetaObject.cast(_o));
53        FormLoadMatrix *_t = static_cast<FormLoadMatrix *>(_o);
54        switch (_id) {
55        case 0: _t->formAccepted((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
56        case 1: _t->formClosed(); break;
57        case 2: _t->slotLoadMatrixFile(); break;
58        case 3: _t->slotButtonAcceptClicked(); break;
59        default: ;
60        }
61    }
62}
63
64const QMetaObjectExtraData FormLoadMatrix::staticMetaObjectExtraData = {
65    0,  qt_static_metacall
66};
67
68const QMetaObject FormLoadMatrix::staticMetaObject = {
69    { &QWidget::staticMetaObject, qt_meta_stringdata_FormLoadMatrix,
70      qt_meta_data_FormLoadMatrix, &staticMetaObjectExtraData }
71};
72
73#ifdef Q_NO_DATA_RELOCATION
74const QMetaObject &FormLoadMatrix::getStaticMetaObject() { return staticMetaObject; }
75#endif //Q_NO_DATA_RELOCATION
76
77const QMetaObject *FormLoadMatrix::metaObject() const
78{
79    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
80}
81
82void *FormLoadMatrix::qt_metacast(const char *_clname)
83{
84    if (!_clname) return 0;
85    if (!strcmp(_clname, qt_meta_stringdata_FormLoadMatrix))
86        return static_cast<void*>(const_cast< FormLoadMatrix*>(this));
87    return QWidget::qt_metacast(_clname);
88}
89
90int FormLoadMatrix::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
91{
92    _id = QWidget::qt_metacall(_c, _id, _a);
93    if (_id < 0)
94        return _id;
95    if (_c == QMetaObject::InvokeMetaMethod) {
96        if (_id < 4)
97            qt_static_metacall(this, _c, _id, _a);
98        _id -= 4;
99    }
100    return _id;
101}
102
103// SIGNAL 0
104void FormLoadMatrix::formAccepted(const QString & _t1, int _t2, int _t3)
105{
106    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)) };
107    QMetaObject::activate(this, &staticMetaObject, 0, _a);
108}
109
110// SIGNAL 1
111void FormLoadMatrix::formClosed()
112{
113    QMetaObject::activate(this, &staticMetaObject, 1, 0);
114}
115QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.