source: visorpdf/moc/moc_helpdialog.cpp @ 1c100ae

pruebas
Last change on this file since 1c100ae 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: 3.1 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'helpdialog.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/helpdialog.h"
10#if !defined(Q_MOC_OUTPUT_REVISION)
11#error "The header file 'helpdialog.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__HelpDialog[] = {
20
21 // content:
22       6,       // revision
23       0,       // classname
24       0,    0, // classinfo
25       3,   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      22,   21,   21,   21, 0x09,
34      50,   21,   21,   21, 0x09,
35      74,   21,   21,   21, 0x09,
36
37       0        // eod
38};
39
40static const char qt_meta_stringdata_qpdfview__HelpDialog[] = {
41    "qpdfview::HelpDialog\0\0on_findPrevious_triggered()\0"
42    "on_findNext_triggered()\0on_search_textEdited()\0"
43};
44
45void qpdfview::HelpDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
46{
47    if (_c == QMetaObject::InvokeMetaMethod) {
48        Q_ASSERT(staticMetaObject.cast(_o));
49        HelpDialog *_t = static_cast<HelpDialog *>(_o);
50        switch (_id) {
51        case 0: _t->on_findPrevious_triggered(); break;
52        case 1: _t->on_findNext_triggered(); break;
53        case 2: _t->on_search_textEdited(); break;
54        default: ;
55        }
56    }
57    Q_UNUSED(_a);
58}
59
60const QMetaObjectExtraData qpdfview::HelpDialog::staticMetaObjectExtraData = {
61    0,  qt_static_metacall
62};
63
64const QMetaObject qpdfview::HelpDialog::staticMetaObject = {
65    { &QDialog::staticMetaObject, qt_meta_stringdata_qpdfview__HelpDialog,
66      qt_meta_data_qpdfview__HelpDialog, &staticMetaObjectExtraData }
67};
68
69#ifdef Q_NO_DATA_RELOCATION
70const QMetaObject &qpdfview::HelpDialog::getStaticMetaObject() { return staticMetaObject; }
71#endif //Q_NO_DATA_RELOCATION
72
73const QMetaObject *qpdfview::HelpDialog::metaObject() const
74{
75    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
76}
77
78void *qpdfview::HelpDialog::qt_metacast(const char *_clname)
79{
80    if (!_clname) return 0;
81    if (!strcmp(_clname, qt_meta_stringdata_qpdfview__HelpDialog))
82        return static_cast<void*>(const_cast< HelpDialog*>(this));
83    return QDialog::qt_metacast(_clname);
84}
85
86int qpdfview::HelpDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
87{
88    _id = QDialog::qt_metacall(_c, _id, _a);
89    if (_id < 0)
90        return _id;
91    if (_c == QMetaObject::InvokeMetaMethod) {
92        if (_id < 3)
93            qt_static_metacall(this, _c, _id, _a);
94        _id -= 3;
95    }
96    return _id;
97}
98QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.