source: terepaima/terepaima-0.4.16/moc/moc_rendertask.cpp

stretch
Last change on this file was 1487f05, checked in by pbuitrago@…>, 7 years ago

se cambio los botones de verificación de la firma para el menu segurity, se crearon dos nuevas ventanas, una para agregar el pin del dispositivo criptografico y la otra venta para mostrar los certificados que este en el dispositivo criptografico

  • Property mode set to 100644
File size: 6.4 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'rendertask.h'
3**
4** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.1)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "../sources/rendertask.h"
10#include <QtCore/qbytearray.h>
11#include <QtCore/qmetatype.h>
12#if !defined(Q_MOC_OUTPUT_REVISION)
13#error "The header file 'rendertask.h' doesn't include <QObject>."
14#elif Q_MOC_OUTPUT_REVISION != 67
15#error "This file was generated using the moc from 5.7.1. 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_qpdfview__RenderTask_t {
22    QByteArrayData data[13];
23    char stringdata0[114];
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_qpdfview__RenderTask_t, stringdata0) + ofs \
28        - idx * sizeof(QByteArrayData)) \
29    )
30static const qt_meta_stringdata_qpdfview__RenderTask_t qt_meta_stringdata_qpdfview__RenderTask = {
31    {
32QT_MOC_LITERAL(0, 0, 20), // "qpdfview::RenderTask"
33QT_MOC_LITERAL(1, 21, 8), // "finished"
34QT_MOC_LITERAL(2, 30, 0), // ""
35QT_MOC_LITERAL(3, 31, 10), // "imageReady"
36QT_MOC_LITERAL(4, 42, 11), // "RenderParam"
37QT_MOC_LITERAL(5, 54, 11), // "renderParam"
38QT_MOC_LITERAL(6, 66, 4), // "rect"
39QT_MOC_LITERAL(7, 71, 8), // "prefetch"
40QT_MOC_LITERAL(8, 80, 5), // "image"
41QT_MOC_LITERAL(9, 86, 8), // "cropRect"
42QT_MOC_LITERAL(10, 95, 5), // "start"
43QT_MOC_LITERAL(11, 101, 6), // "cancel"
44QT_MOC_LITERAL(12, 108, 5) // "force"
45
46    },
47    "qpdfview::RenderTask\0finished\0\0"
48    "imageReady\0RenderParam\0renderParam\0"
49    "rect\0prefetch\0image\0cropRect\0start\0"
50    "cancel\0force"
51};
52#undef QT_MOC_LITERAL
53
54static const uint qt_meta_data_qpdfview__RenderTask[] = {
55
56 // content:
57       7,       // revision
58       0,       // classname
59       0,    0, // classinfo
60       5,   14, // methods
61       0,    0, // properties
62       0,    0, // enums/sets
63       0,    0, // constructors
64       0,       // flags
65       2,       // signalCount
66
67 // signals: name, argc, parameters, tag, flags
68       1,    0,   39,    2, 0x06 /* Public */,
69       3,    5,   40,    2, 0x06 /* Public */,
70
71 // slots: name, argc, parameters, tag, flags
72      10,    3,   51,    2, 0x0a /* Public */,
73      11,    1,   58,    2, 0x0a /* Public */,
74      11,    0,   61,    2, 0x2a /* Public | MethodCloned */,
75
76 // signals: parameters
77    QMetaType::Void,
78    QMetaType::Void, 0x80000000 | 4, QMetaType::QRect, QMetaType::Bool, QMetaType::QImage, QMetaType::QRectF,    5,    6,    7,    8,    9,
79
80 // slots: parameters
81    QMetaType::Void, 0x80000000 | 4, QMetaType::QRect, QMetaType::Bool,    5,    6,    7,
82    QMetaType::Void, QMetaType::Bool,   12,
83    QMetaType::Void,
84
85       0        // eod
86};
87
88void qpdfview::RenderTask::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
89{
90    if (_c == QMetaObject::InvokeMetaMethod) {
91        RenderTask *_t = static_cast<RenderTask *>(_o);
92        Q_UNUSED(_t)
93        switch (_id) {
94        case 0: _t->finished(); break;
95        case 1: _t->imageReady((*reinterpret_cast< const RenderParam(*)>(_a[1])),(*reinterpret_cast< const QRect(*)>(_a[2])),(*reinterpret_cast< bool(*)>(_a[3])),(*reinterpret_cast< const QImage(*)>(_a[4])),(*reinterpret_cast< const QRectF(*)>(_a[5]))); break;
96        case 2: _t->start((*reinterpret_cast< const RenderParam(*)>(_a[1])),(*reinterpret_cast< const QRect(*)>(_a[2])),(*reinterpret_cast< bool(*)>(_a[3]))); break;
97        case 3: _t->cancel((*reinterpret_cast< bool(*)>(_a[1]))); break;
98        case 4: _t->cancel(); break;
99        default: ;
100        }
101    } else if (_c == QMetaObject::IndexOfMethod) {
102        int *result = reinterpret_cast<int *>(_a[0]);
103        void **func = reinterpret_cast<void **>(_a[1]);
104        {
105            typedef void (RenderTask::*_t)();
106            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&RenderTask::finished)) {
107                *result = 0;
108                return;
109            }
110        }
111        {
112            typedef void (RenderTask::*_t)(const RenderParam & , const QRect & , bool , const QImage & , const QRectF & );
113            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&RenderTask::imageReady)) {
114                *result = 1;
115                return;
116            }
117        }
118    }
119}
120
121const QMetaObject qpdfview::RenderTask::staticMetaObject = {
122    { &QObject::staticMetaObject, qt_meta_stringdata_qpdfview__RenderTask.data,
123      qt_meta_data_qpdfview__RenderTask,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
124};
125
126
127const QMetaObject *qpdfview::RenderTask::metaObject() const
128{
129    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
130}
131
132void *qpdfview::RenderTask::qt_metacast(const char *_clname)
133{
134    if (!_clname) return Q_NULLPTR;
135    if (!strcmp(_clname, qt_meta_stringdata_qpdfview__RenderTask.stringdata0))
136        return static_cast<void*>(const_cast< RenderTask*>(this));
137    if (!strcmp(_clname, "QRunnable"))
138        return static_cast< QRunnable*>(const_cast< RenderTask*>(this));
139    return QObject::qt_metacast(_clname);
140}
141
142int qpdfview::RenderTask::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
143{
144    _id = QObject::qt_metacall(_c, _id, _a);
145    if (_id < 0)
146        return _id;
147    if (_c == QMetaObject::InvokeMetaMethod) {
148        if (_id < 5)
149            qt_static_metacall(this, _c, _id, _a);
150        _id -= 5;
151    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
152        if (_id < 5)
153            *reinterpret_cast<int*>(_a[0]) = -1;
154        _id -= 5;
155    }
156    return _id;
157}
158
159// SIGNAL 0
160void qpdfview::RenderTask::finished()
161{
162    QMetaObject::activate(this, &staticMetaObject, 0, Q_NULLPTR);
163}
164
165// SIGNAL 1
166void qpdfview::RenderTask::imageReady(const RenderParam & _t1, const QRect & _t2, bool _t3, const QImage & _t4, const QRectF & _t5)
167{
168    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)), const_cast<void*>(reinterpret_cast<const void*>(&_t4)), const_cast<void*>(reinterpret_cast<const void*>(&_t5)) };
169    QMetaObject::activate(this, &staticMetaObject, 1, _a);
170}
171QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.