source: mmcs/moc_formexportreport.cpp

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

Agregada la funcionalidad para exportar el gráfico de encadenamientos

  • Property mode set to 100644
File size: 4.7 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'formexportreport.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 "formexportreport.h"
10#include <QtCore/qbytearray.h>
11#include <QtCore/qmetatype.h>
12#if !defined(Q_MOC_OUTPUT_REVISION)
13#error "The header file 'formexportreport.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_FormExportReport_t {
22    QByteArrayData data[7];
23    char stringdata[87];
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_FormExportReport_t, stringdata) + ofs \
28        - idx * sizeof(QByteArrayData)) \
29    )
30static const qt_meta_stringdata_FormExportReport_t qt_meta_stringdata_FormExportReport = {
31    {
32QT_MOC_LITERAL(0, 0, 16),
33QT_MOC_LITERAL(1, 17, 12),
34QT_MOC_LITERAL(2, 30, 0),
35QT_MOC_LITERAL(3, 31, 8),
36QT_MOC_LITERAL(4, 40, 11),
37QT_MOC_LITERAL(5, 52, 15),
38QT_MOC_LITERAL(6, 68, 18)
39    },
40    "FormExportReport\0formAccepted\0\0slotLoad\0"
41    "slotClicked\0slotLoadGraphic\0"
42    "slotClickedGraphic"
43};
44#undef QT_MOC_LITERAL
45
46static const uint qt_meta_data_FormExportReport[] = {
47
48 // content:
49       7,       // revision
50       0,       // classname
51       0,    0, // classinfo
52       5,   14, // methods
53       0,    0, // properties
54       0,    0, // enums/sets
55       0,    0, // constructors
56       0,       // flags
57       1,       // signalCount
58
59 // signals: name, argc, parameters, tag, flags
60       1,    2,   39,    2, 0x06 /* Public */,
61
62 // slots: name, argc, parameters, tag, flags
63       3,    0,   44,    2, 0x0a /* Public */,
64       4,    0,   45,    2, 0x0a /* Public */,
65       5,    0,   46,    2, 0x0a /* Public */,
66       6,    0,   47,    2, 0x0a /* Public */,
67
68 // signals: parameters
69    QMetaType::Void, QMetaType::QString, QMetaType::Bool,    2,    2,
70
71 // slots: parameters
72    QMetaType::Void,
73    QMetaType::Void,
74    QMetaType::Void,
75    QMetaType::Void,
76
77       0        // eod
78};
79
80void FormExportReport::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
81{
82    if (_c == QMetaObject::InvokeMetaMethod) {
83        FormExportReport *_t = static_cast<FormExportReport *>(_o);
84        switch (_id) {
85        case 0: _t->formAccepted((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< bool(*)>(_a[2]))); break;
86        case 1: _t->slotLoad(); break;
87        case 2: _t->slotClicked(); break;
88        case 3: _t->slotLoadGraphic(); break;
89        case 4: _t->slotClickedGraphic(); break;
90        default: ;
91        }
92    } else if (_c == QMetaObject::IndexOfMethod) {
93        int *result = reinterpret_cast<int *>(_a[0]);
94        void **func = reinterpret_cast<void **>(_a[1]);
95        {
96            typedef void (FormExportReport::*_t)(QString , bool );
97            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&FormExportReport::formAccepted)) {
98                *result = 0;
99            }
100        }
101    }
102}
103
104const QMetaObject FormExportReport::staticMetaObject = {
105    { &QWidget::staticMetaObject, qt_meta_stringdata_FormExportReport.data,
106      qt_meta_data_FormExportReport,  qt_static_metacall, 0, 0}
107};
108
109
110const QMetaObject *FormExportReport::metaObject() const
111{
112    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
113}
114
115void *FormExportReport::qt_metacast(const char *_clname)
116{
117    if (!_clname) return 0;
118    if (!strcmp(_clname, qt_meta_stringdata_FormExportReport.stringdata))
119        return static_cast<void*>(const_cast< FormExportReport*>(this));
120    return QWidget::qt_metacast(_clname);
121}
122
123int FormExportReport::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
124{
125    _id = QWidget::qt_metacall(_c, _id, _a);
126    if (_id < 0)
127        return _id;
128    if (_c == QMetaObject::InvokeMetaMethod) {
129        if (_id < 5)
130            qt_static_metacall(this, _c, _id, _a);
131        _id -= 5;
132    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
133        if (_id < 5)
134            *reinterpret_cast<int*>(_a[0]) = -1;
135        _id -= 5;
136    }
137    return _id;
138}
139
140// SIGNAL 0
141void FormExportReport::formAccepted(QString _t1, bool _t2)
142{
143    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
144    QMetaObject::activate(this, &staticMetaObject, 0, _a);
145}
146QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.