source: terepaima/terepaima-0.4.16/moc-pdf/moc_pdfmodel.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: 11.7 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'pdfmodel.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/pdfmodel.h"
10#include <QtCore/qbytearray.h>
11#include <QtCore/qmetatype.h>
12#include <QtCore/qplugin.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'pdfmodel.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 67
16#error "This file was generated using the moc from 5.7.1. It"
17#error "cannot be used with the include files from this version of Qt."
18#error "(The moc has changed too much.)"
19#endif
20
21QT_BEGIN_MOC_NAMESPACE
22struct qt_meta_stringdata_qpdfview__Model__PdfAnnotation_t {
23    QByteArrayData data[1];
24    char stringdata0[31];
25};
26#define QT_MOC_LITERAL(idx, ofs, len) \
27    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
28    qptrdiff(offsetof(qt_meta_stringdata_qpdfview__Model__PdfAnnotation_t, stringdata0) + ofs \
29        - idx * sizeof(QByteArrayData)) \
30    )
31static const qt_meta_stringdata_qpdfview__Model__PdfAnnotation_t qt_meta_stringdata_qpdfview__Model__PdfAnnotation = {
32    {
33QT_MOC_LITERAL(0, 0, 30) // "qpdfview::Model::PdfAnnotation"
34
35    },
36    "qpdfview::Model::PdfAnnotation"
37};
38#undef QT_MOC_LITERAL
39
40static const uint qt_meta_data_qpdfview__Model__PdfAnnotation[] = {
41
42 // content:
43       7,       // revision
44       0,       // classname
45       0,    0, // classinfo
46       0,    0, // methods
47       0,    0, // properties
48       0,    0, // enums/sets
49       0,    0, // constructors
50       0,       // flags
51       0,       // signalCount
52
53       0        // eod
54};
55
56void qpdfview::Model::PdfAnnotation::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
57{
58    Q_UNUSED(_o);
59    Q_UNUSED(_id);
60    Q_UNUSED(_c);
61    Q_UNUSED(_a);
62}
63
64const QMetaObject qpdfview::Model::PdfAnnotation::staticMetaObject = {
65    { &Annotation::staticMetaObject, qt_meta_stringdata_qpdfview__Model__PdfAnnotation.data,
66      qt_meta_data_qpdfview__Model__PdfAnnotation,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
67};
68
69
70const QMetaObject *qpdfview::Model::PdfAnnotation::metaObject() const
71{
72    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
73}
74
75void *qpdfview::Model::PdfAnnotation::qt_metacast(const char *_clname)
76{
77    if (!_clname) return Q_NULLPTR;
78    if (!strcmp(_clname, qt_meta_stringdata_qpdfview__Model__PdfAnnotation.stringdata0))
79        return static_cast<void*>(const_cast< PdfAnnotation*>(this));
80    return Annotation::qt_metacast(_clname);
81}
82
83int qpdfview::Model::PdfAnnotation::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
84{
85    _id = Annotation::qt_metacall(_c, _id, _a);
86    if (_id < 0)
87        return _id;
88    return _id;
89}
90struct qt_meta_stringdata_qpdfview__Model__PdfFormField_t {
91    QByteArrayData data[1];
92    char stringdata0[30];
93};
94#define QT_MOC_LITERAL(idx, ofs, len) \
95    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
96    qptrdiff(offsetof(qt_meta_stringdata_qpdfview__Model__PdfFormField_t, stringdata0) + ofs \
97        - idx * sizeof(QByteArrayData)) \
98    )
99static const qt_meta_stringdata_qpdfview__Model__PdfFormField_t qt_meta_stringdata_qpdfview__Model__PdfFormField = {
100    {
101QT_MOC_LITERAL(0, 0, 29) // "qpdfview::Model::PdfFormField"
102
103    },
104    "qpdfview::Model::PdfFormField"
105};
106#undef QT_MOC_LITERAL
107
108static const uint qt_meta_data_qpdfview__Model__PdfFormField[] = {
109
110 // content:
111       7,       // revision
112       0,       // classname
113       0,    0, // classinfo
114       0,    0, // methods
115       0,    0, // properties
116       0,    0, // enums/sets
117       0,    0, // constructors
118       0,       // flags
119       0,       // signalCount
120
121       0        // eod
122};
123
124void qpdfview::Model::PdfFormField::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
125{
126    Q_UNUSED(_o);
127    Q_UNUSED(_id);
128    Q_UNUSED(_c);
129    Q_UNUSED(_a);
130}
131
132const QMetaObject qpdfview::Model::PdfFormField::staticMetaObject = {
133    { &FormField::staticMetaObject, qt_meta_stringdata_qpdfview__Model__PdfFormField.data,
134      qt_meta_data_qpdfview__Model__PdfFormField,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
135};
136
137
138const QMetaObject *qpdfview::Model::PdfFormField::metaObject() const
139{
140    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
141}
142
143void *qpdfview::Model::PdfFormField::qt_metacast(const char *_clname)
144{
145    if (!_clname) return Q_NULLPTR;
146    if (!strcmp(_clname, qt_meta_stringdata_qpdfview__Model__PdfFormField.stringdata0))
147        return static_cast<void*>(const_cast< PdfFormField*>(this));
148    return FormField::qt_metacast(_clname);
149}
150
151int qpdfview::Model::PdfFormField::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
152{
153    _id = FormField::qt_metacall(_c, _id, _a);
154    if (_id < 0)
155        return _id;
156    return _id;
157}
158struct qt_meta_stringdata_qpdfview__PdfSettingsWidget_t {
159    QByteArrayData data[1];
160    char stringdata0[28];
161};
162#define QT_MOC_LITERAL(idx, ofs, len) \
163    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
164    qptrdiff(offsetof(qt_meta_stringdata_qpdfview__PdfSettingsWidget_t, stringdata0) + ofs \
165        - idx * sizeof(QByteArrayData)) \
166    )
167static const qt_meta_stringdata_qpdfview__PdfSettingsWidget_t qt_meta_stringdata_qpdfview__PdfSettingsWidget = {
168    {
169QT_MOC_LITERAL(0, 0, 27) // "qpdfview::PdfSettingsWidget"
170
171    },
172    "qpdfview::PdfSettingsWidget"
173};
174#undef QT_MOC_LITERAL
175
176static const uint qt_meta_data_qpdfview__PdfSettingsWidget[] = {
177
178 // content:
179       7,       // revision
180       0,       // classname
181       0,    0, // classinfo
182       0,    0, // methods
183       0,    0, // properties
184       0,    0, // enums/sets
185       0,    0, // constructors
186       0,       // flags
187       0,       // signalCount
188
189       0        // eod
190};
191
192void qpdfview::PdfSettingsWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
193{
194    Q_UNUSED(_o);
195    Q_UNUSED(_id);
196    Q_UNUSED(_c);
197    Q_UNUSED(_a);
198}
199
200const QMetaObject qpdfview::PdfSettingsWidget::staticMetaObject = {
201    { &SettingsWidget::staticMetaObject, qt_meta_stringdata_qpdfview__PdfSettingsWidget.data,
202      qt_meta_data_qpdfview__PdfSettingsWidget,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
203};
204
205
206const QMetaObject *qpdfview::PdfSettingsWidget::metaObject() const
207{
208    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
209}
210
211void *qpdfview::PdfSettingsWidget::qt_metacast(const char *_clname)
212{
213    if (!_clname) return Q_NULLPTR;
214    if (!strcmp(_clname, qt_meta_stringdata_qpdfview__PdfSettingsWidget.stringdata0))
215        return static_cast<void*>(const_cast< PdfSettingsWidget*>(this));
216    return SettingsWidget::qt_metacast(_clname);
217}
218
219int qpdfview::PdfSettingsWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
220{
221    _id = SettingsWidget::qt_metacall(_c, _id, _a);
222    if (_id < 0)
223        return _id;
224    return _id;
225}
226struct qt_meta_stringdata_qpdfview__PdfPlugin_t {
227    QByteArrayData data[1];
228    char stringdata0[20];
229};
230#define QT_MOC_LITERAL(idx, ofs, len) \
231    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
232    qptrdiff(offsetof(qt_meta_stringdata_qpdfview__PdfPlugin_t, stringdata0) + ofs \
233        - idx * sizeof(QByteArrayData)) \
234    )
235static const qt_meta_stringdata_qpdfview__PdfPlugin_t qt_meta_stringdata_qpdfview__PdfPlugin = {
236    {
237QT_MOC_LITERAL(0, 0, 19) // "qpdfview::PdfPlugin"
238
239    },
240    "qpdfview::PdfPlugin"
241};
242#undef QT_MOC_LITERAL
243
244static const uint qt_meta_data_qpdfview__PdfPlugin[] = {
245
246 // content:
247       7,       // revision
248       0,       // classname
249       0,    0, // classinfo
250       0,    0, // methods
251       0,    0, // properties
252       0,    0, // enums/sets
253       0,    0, // constructors
254       0,       // flags
255       0,       // signalCount
256
257       0        // eod
258};
259
260void qpdfview::PdfPlugin::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
261{
262    Q_UNUSED(_o);
263    Q_UNUSED(_id);
264    Q_UNUSED(_c);
265    Q_UNUSED(_a);
266}
267
268const QMetaObject qpdfview::PdfPlugin::staticMetaObject = {
269    { &QObject::staticMetaObject, qt_meta_stringdata_qpdfview__PdfPlugin.data,
270      qt_meta_data_qpdfview__PdfPlugin,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
271};
272
273
274const QMetaObject *qpdfview::PdfPlugin::metaObject() const
275{
276    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
277}
278
279void *qpdfview::PdfPlugin::qt_metacast(const char *_clname)
280{
281    if (!_clname) return Q_NULLPTR;
282    if (!strcmp(_clname, qt_meta_stringdata_qpdfview__PdfPlugin.stringdata0))
283        return static_cast<void*>(const_cast< PdfPlugin*>(this));
284    if (!strcmp(_clname, "Plugin"))
285        return static_cast< Plugin*>(const_cast< PdfPlugin*>(this));
286    if (!strcmp(_clname, "local.qpdfview.Plugin"))
287        return static_cast< qpdfview::Plugin*>(const_cast< PdfPlugin*>(this));
288    return QObject::qt_metacast(_clname);
289}
290
291int qpdfview::PdfPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
292{
293    _id = QObject::qt_metacall(_c, _id, _a);
294    if (_id < 0)
295        return _id;
296    return _id;
297}
298
299QT_PLUGIN_METADATA_SECTION const uint qt_section_alignment_dummy = 42;
300
301#ifdef QT_NO_DEBUG
302
303QT_PLUGIN_METADATA_SECTION
304static const unsigned char qt_pluginMetaData[] = {
305    'Q', 'T', 'M', 'E', 'T', 'A', 'D', 'A', 'T', 'A', ' ', ' ',
306    'q',  'b',  'j',  's',  0x01, 0x00, 0x00, 0x00,
307    0x98, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x00,
308    0x84, 0x00, 0x00, 0x00, 0x1b, 0x03, 0x00, 0x00,
309    0x03, 0x00, 'I',  'I',  'D',  0x00, 0x00, 0x00,
310    0x15, 0x00, 'l',  'o',  'c',  'a',  'l',  '.', 
311    'q',  'p',  'd',  'f',  'v',  'i',  'e',  'w', 
312    '.',  'P',  'l',  'u',  'g',  'i',  'n',  0x00,
313    0x1b, 0x08, 0x00, 0x00, 0x09, 0x00, 'c',  'l', 
314    'a',  's',  's',  'N',  'a',  'm',  'e',  0x00,
315    0x09, 0x00, 'P',  'd',  'f',  'P',  'l',  'u', 
316    'g',  'i',  'n',  0x00, ':',  0xe0, 0xa0, 0x00,
317    0x07, 0x00, 'v',  'e',  'r',  's',  'i',  'o', 
318    'n',  0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00,
319    0x05, 0x00, 'd',  'e',  'b',  'u',  'g',  0x00,
320    0x15, 0x0f, 0x00, 0x00, 0x08, 0x00, 'M',  'e', 
321    't',  'a',  'D',  'a',  't',  'a',  0x00, 0x00,
322    0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
323    0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00,
324    'h',  0x00, 0x00, 0x00, '0',  0x00, 0x00, 0x00,
325    '\\', 0x00, 0x00, 0x00, 'L',  0x00, 0x00, 0x00
326};
327
328#else // QT_NO_DEBUG
329
330QT_PLUGIN_METADATA_SECTION
331static const unsigned char qt_pluginMetaData[] = {
332    'Q', 'T', 'M', 'E', 'T', 'A', 'D', 'A', 'T', 'A', ' ', ' ',
333    'q',  'b',  'j',  's',  0x01, 0x00, 0x00, 0x00,
334    0x98, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x00,
335    0x84, 0x00, 0x00, 0x00, 0x1b, 0x03, 0x00, 0x00,
336    0x03, 0x00, 'I',  'I',  'D',  0x00, 0x00, 0x00,
337    0x15, 0x00, 'l',  'o',  'c',  'a',  'l',  '.', 
338    'q',  'p',  'd',  'f',  'v',  'i',  'e',  'w', 
339    '.',  'P',  'l',  'u',  'g',  'i',  'n',  0x00,
340    0x15, 0x08, 0x00, 0x00, 0x08, 0x00, 'M',  'e', 
341    't',  'a',  'D',  'a',  't',  'a',  0x00, 0x00,
342    0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
343    0x00, 0x00, 0x00, 0x00, 0x9b, 0x0b, 0x00, 0x00,
344    0x09, 0x00, 'c',  'l',  'a',  's',  's',  'N', 
345    'a',  'm',  'e',  0x00, 0x09, 0x00, 'P',  'd', 
346    'f',  'P',  'l',  'u',  'g',  'i',  'n',  0x00,
347    '1',  0x00, 0x00, 0x00, 0x05, 0x00, 'd',  'e', 
348    'b',  'u',  'g',  0x00, ':',  0xe0, 0xa0, 0x00,
349    0x07, 0x00, 'v',  'e',  'r',  's',  'i',  'o', 
350    'n',  0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00,
351    '0',  0x00, 0x00, 0x00, 'L',  0x00, 0x00, 0x00,
352    'h',  0x00, 0x00, 0x00, 't',  0x00, 0x00, 0x00
353};
354#endif // QT_NO_DEBUG
355
356using namespace qpdfview;
357QT_MOC_EXPORT_PLUGIN(qpdfview::PdfPlugin, PdfPlugin)
358
359QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.