source: mmcs/moc_formloadmatrix.cpp

Last change on this file was e62517a, checked in by rudmanmrrod <rudman22@…>, 8 years ago

Migrado el proyecto a la versión 5 de Qt, agregado primer boceto del PDF

  • Property mode set to 100644
File size: 5.0 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'formloadmatrix.H'
3**
4** Created by: The Qt Meta Object Compiler version 67 (Qt 5.3.2)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "formloadmatrix.H"
10#include <QtCore/qbytearray.h>
11#include <QtCore/qmetatype.h>
12#if !defined(Q_MOC_OUTPUT_REVISION)
13#error "The header file 'formloadmatrix.H' doesn't include <QObject>."
14#elif Q_MOC_OUTPUT_REVISION != 67
15#error "This file was generated using the moc from 5.3.2. It"
16#error "cannot be used with the include files from this version of Qt."
17#error "(The moc has changed too much.)"
18#endif
19
20QT_BEGIN_MOC_NAMESPACE
21struct qt_meta_stringdata_FormLoadMatrix_t {
22    QByteArrayData data[6];
23    char stringdata[83];
24};
25#define QT_MOC_LITERAL(idx, ofs, len) \
26    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
27    qptrdiff(offsetof(qt_meta_stringdata_FormLoadMatrix_t, stringdata) + ofs \
28        - idx * sizeof(QByteArrayData)) \
29    )
30static const qt_meta_stringdata_FormLoadMatrix_t qt_meta_stringdata_FormLoadMatrix = {
31    {
32QT_MOC_LITERAL(0, 0, 14),
33QT_MOC_LITERAL(1, 15, 12),
34QT_MOC_LITERAL(2, 28, 0),
35QT_MOC_LITERAL(3, 29, 10),
36QT_MOC_LITERAL(4, 40, 18),
37QT_MOC_LITERAL(5, 59, 23)
38    },
39    "FormLoadMatrix\0formAccepted\0\0formClosed\0"
40    "slotLoadMatrixFile\0slotButtonAcceptClicked"
41};
42#undef QT_MOC_LITERAL
43
44static const uint qt_meta_data_FormLoadMatrix[] = {
45
46 // content:
47       7,       // revision
48       0,       // classname
49       0,    0, // classinfo
50       4,   14, // methods
51       0,    0, // properties
52       0,    0, // enums/sets
53       0,    0, // constructors
54       0,       // flags
55       2,       // signalCount
56
57 // signals: name, argc, parameters, tag, flags
58       1,    3,   34,    2, 0x06 /* Public */,
59       3,    0,   41,    2, 0x06 /* Public */,
60
61 // slots: name, argc, parameters, tag, flags
62       4,    0,   42,    2, 0x0a /* Public */,
63       5,    0,   43,    2, 0x0a /* Public */,
64
65 // signals: parameters
66    QMetaType::Void, QMetaType::QString, QMetaType::Int, QMetaType::Int,    2,    2,    2,
67    QMetaType::Void,
68
69 // slots: parameters
70    QMetaType::Void,
71    QMetaType::Void,
72
73       0        // eod
74};
75
76void FormLoadMatrix::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
77{
78    if (_c == QMetaObject::InvokeMetaMethod) {
79        FormLoadMatrix *_t = static_cast<FormLoadMatrix *>(_o);
80        switch (_id) {
81        case 0: _t->formAccepted((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
82        case 1: _t->formClosed(); break;
83        case 2: _t->slotLoadMatrixFile(); break;
84        case 3: _t->slotButtonAcceptClicked(); break;
85        default: ;
86        }
87    } else if (_c == QMetaObject::IndexOfMethod) {
88        int *result = reinterpret_cast<int *>(_a[0]);
89        void **func = reinterpret_cast<void **>(_a[1]);
90        {
91            typedef void (FormLoadMatrix::*_t)(const QString & , int , int );
92            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&FormLoadMatrix::formAccepted)) {
93                *result = 0;
94            }
95        }
96        {
97            typedef void (FormLoadMatrix::*_t)();
98            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&FormLoadMatrix::formClosed)) {
99                *result = 1;
100            }
101        }
102    }
103}
104
105const QMetaObject FormLoadMatrix::staticMetaObject = {
106    { &QWidget::staticMetaObject, qt_meta_stringdata_FormLoadMatrix.data,
107      qt_meta_data_FormLoadMatrix,  qt_static_metacall, 0, 0}
108};
109
110
111const QMetaObject *FormLoadMatrix::metaObject() const
112{
113    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
114}
115
116void *FormLoadMatrix::qt_metacast(const char *_clname)
117{
118    if (!_clname) return 0;
119    if (!strcmp(_clname, qt_meta_stringdata_FormLoadMatrix.stringdata))
120        return static_cast<void*>(const_cast< FormLoadMatrix*>(this));
121    return QWidget::qt_metacast(_clname);
122}
123
124int FormLoadMatrix::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
125{
126    _id = QWidget::qt_metacall(_c, _id, _a);
127    if (_id < 0)
128        return _id;
129    if (_c == QMetaObject::InvokeMetaMethod) {
130        if (_id < 4)
131            qt_static_metacall(this, _c, _id, _a);
132        _id -= 4;
133    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
134        if (_id < 4)
135            *reinterpret_cast<int*>(_a[0]) = -1;
136        _id -= 4;
137    }
138    return _id;
139}
140
141// SIGNAL 0
142void FormLoadMatrix::formAccepted(const QString & _t1, int _t2, int _t3)
143{
144    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)) };
145    QMetaObject::activate(this, &staticMetaObject, 0, _a);
146}
147
148// SIGNAL 1
149void FormLoadMatrix::formClosed()
150{
151    QMetaObject::activate(this, &staticMetaObject, 1, 0);
152}
153QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.