source: visorpdf/moc/moc_thumbnailitem.cpp @ 9ad0e03

pruebas
Last change on this file since 9ad0e03 was 7eb08ea, checked in by Pedro Buitrago <pbuitrago@…>, 8 years ago

Se agregaron las librerias de poppler, funciones y variables necesarias para agregar un widget dentro de la ventana principal del visor pdf que me permitar verificar la firma electrónica mostrando los detalles dentro del widget en una tabla

  • Property mode set to 100644
File size: 2.9 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'thumbnailitem.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 "../sources/thumbnailitem.h"
10#if !defined(Q_MOC_OUTPUT_REVISION)
11#error "The header file 'thumbnailitem.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_qpdfview__ThumbnailItem[] = {
20
21 // content:
22       6,       // revision
23       0,       // classname
24       0,    0, // classinfo
25       1,   14, // methods
26       0,    0, // properties
27       0,    0, // enums/sets
28       0,    0, // constructors
29       0,       // flags
30       0,       // signalCount
31
32 // slots: signature, parameters, type, tag, flags
33      25,   24,   24,   24, 0x08,
34
35       0        // eod
36};
37
38static const char qt_meta_stringdata_qpdfview__ThumbnailItem[] = {
39    "qpdfview::ThumbnailItem\0\0"
40    "loadInteractiveElements()\0"
41};
42
43void qpdfview::ThumbnailItem::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
44{
45    if (_c == QMetaObject::InvokeMetaMethod) {
46        Q_ASSERT(staticMetaObject.cast(_o));
47        ThumbnailItem *_t = static_cast<ThumbnailItem *>(_o);
48        switch (_id) {
49        case 0: _t->loadInteractiveElements(); break;
50        default: ;
51        }
52    }
53    Q_UNUSED(_a);
54}
55
56const QMetaObjectExtraData qpdfview::ThumbnailItem::staticMetaObjectExtraData = {
57    0,  qt_static_metacall
58};
59
60const QMetaObject qpdfview::ThumbnailItem::staticMetaObject = {
61    { &PageItem::staticMetaObject, qt_meta_stringdata_qpdfview__ThumbnailItem,
62      qt_meta_data_qpdfview__ThumbnailItem, &staticMetaObjectExtraData }
63};
64
65#ifdef Q_NO_DATA_RELOCATION
66const QMetaObject &qpdfview::ThumbnailItem::getStaticMetaObject() { return staticMetaObject; }
67#endif //Q_NO_DATA_RELOCATION
68
69const QMetaObject *qpdfview::ThumbnailItem::metaObject() const
70{
71    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
72}
73
74void *qpdfview::ThumbnailItem::qt_metacast(const char *_clname)
75{
76    if (!_clname) return 0;
77    if (!strcmp(_clname, qt_meta_stringdata_qpdfview__ThumbnailItem))
78        return static_cast<void*>(const_cast< ThumbnailItem*>(this));
79    return PageItem::qt_metacast(_clname);
80}
81
82int qpdfview::ThumbnailItem::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
83{
84    _id = PageItem::qt_metacall(_c, _id, _a);
85    if (_id < 0)
86        return _id;
87    if (_c == QMetaObject::InvokeMetaMethod) {
88        if (_id < 1)
89            qt_static_metacall(this, _c, _id, _a);
90        _id -= 1;
91    }
92    return _id;
93}
94QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.