source: terepaima/terepaima-0.4.16/moc-pdf/moc_annotationwidgets.cpp @ 3d95845

desarrollostretch
Last change on this file since 3d95845 was 3d95845, checked in by aosorio <aosorio@…>, 8 years ago

Agregadas librerías libpoppler-qt5.so.1.7.0 libpoppler.so.63.0.0 dentro del paquete para ser usadas por terepaima.install, además modificados otros ficehros para antes de las construcción del .deb

  • Property mode set to 100644
File size: 7.5 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'annotationwidgets.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 "../sources/annotationwidgets.h"
10#include <QtCore/qbytearray.h>
11#include <QtCore/qmetatype.h>
12#if !defined(Q_MOC_OUTPUT_REVISION)
13#error "The header file 'annotationwidgets.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_qpdfview__AnnotationWidget_t {
22    QByteArrayData data[4];
23    char stringdata[55];
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__AnnotationWidget_t, stringdata) + ofs \
28        - idx * sizeof(QByteArrayData)) \
29    )
30static const qt_meta_stringdata_qpdfview__AnnotationWidget_t qt_meta_stringdata_qpdfview__AnnotationWidget = {
31    {
32QT_MOC_LITERAL(0, 0, 26),
33QT_MOC_LITERAL(1, 27, 11),
34QT_MOC_LITERAL(2, 39, 0),
35QT_MOC_LITERAL(3, 40, 14)
36    },
37    "qpdfview::AnnotationWidget\0wasModified\0"
38    "\0on_textChanged"
39};
40#undef QT_MOC_LITERAL
41
42static const uint qt_meta_data_qpdfview__AnnotationWidget[] = {
43
44 // content:
45       7,       // revision
46       0,       // classname
47       0,    0, // classinfo
48       2,   14, // methods
49       0,    0, // properties
50       0,    0, // enums/sets
51       0,    0, // constructors
52       0,       // flags
53       1,       // signalCount
54
55 // signals: name, argc, parameters, tag, flags
56       1,    0,   24,    2, 0x06 /* Public */,
57
58 // slots: name, argc, parameters, tag, flags
59       3,    0,   25,    2, 0x09 /* Protected */,
60
61 // signals: parameters
62    QMetaType::Void,
63
64 // slots: parameters
65    QMetaType::Void,
66
67       0        // eod
68};
69
70void qpdfview::AnnotationWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
71{
72    if (_c == QMetaObject::InvokeMetaMethod) {
73        AnnotationWidget *_t = static_cast<AnnotationWidget *>(_o);
74        switch (_id) {
75        case 0: _t->wasModified(); break;
76        case 1: _t->on_textChanged(); break;
77        default: ;
78        }
79    } else if (_c == QMetaObject::IndexOfMethod) {
80        int *result = reinterpret_cast<int *>(_a[0]);
81        void **func = reinterpret_cast<void **>(_a[1]);
82        {
83            typedef void (AnnotationWidget::*_t)();
84            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&AnnotationWidget::wasModified)) {
85                *result = 0;
86            }
87        }
88    }
89    Q_UNUSED(_a);
90}
91
92const QMetaObject qpdfview::AnnotationWidget::staticMetaObject = {
93    { &QPlainTextEdit::staticMetaObject, qt_meta_stringdata_qpdfview__AnnotationWidget.data,
94      qt_meta_data_qpdfview__AnnotationWidget,  qt_static_metacall, 0, 0}
95};
96
97
98const QMetaObject *qpdfview::AnnotationWidget::metaObject() const
99{
100    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
101}
102
103void *qpdfview::AnnotationWidget::qt_metacast(const char *_clname)
104{
105    if (!_clname) return 0;
106    if (!strcmp(_clname, qt_meta_stringdata_qpdfview__AnnotationWidget.stringdata))
107        return static_cast<void*>(const_cast< AnnotationWidget*>(this));
108    return QPlainTextEdit::qt_metacast(_clname);
109}
110
111int qpdfview::AnnotationWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
112{
113    _id = QPlainTextEdit::qt_metacall(_c, _id, _a);
114    if (_id < 0)
115        return _id;
116    if (_c == QMetaObject::InvokeMetaMethod) {
117        if (_id < 2)
118            qt_static_metacall(this, _c, _id, _a);
119        _id -= 2;
120    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
121        if (_id < 2)
122            *reinterpret_cast<int*>(_a[0]) = -1;
123        _id -= 2;
124    }
125    return _id;
126}
127
128// SIGNAL 0
129void qpdfview::AnnotationWidget::wasModified()
130{
131    QMetaObject::activate(this, &staticMetaObject, 0, 0);
132}
133struct qt_meta_stringdata_qpdfview__FileAttachmentAnnotationWidget_t {
134    QByteArrayData data[6];
135    char stringdata[115];
136};
137#define QT_MOC_LITERAL(idx, ofs, len) \
138    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
139    qptrdiff(offsetof(qt_meta_stringdata_qpdfview__FileAttachmentAnnotationWidget_t, stringdata) + ofs \
140        - idx * sizeof(QByteArrayData)) \
141    )
142static const qt_meta_stringdata_qpdfview__FileAttachmentAnnotationWidget_t qt_meta_stringdata_qpdfview__FileAttachmentAnnotationWidget = {
143    {
144QT_MOC_LITERAL(0, 0, 40),
145QT_MOC_LITERAL(1, 41, 14),
146QT_MOC_LITERAL(2, 56, 0),
147QT_MOC_LITERAL(3, 57, 14),
148QT_MOC_LITERAL(4, 72, 17),
149QT_MOC_LITERAL(5, 90, 24)
150    },
151    "qpdfview::FileAttachmentAnnotationWidget\0"
152    "on_aboutToShow\0\0on_aboutToHide\0"
153    "on_save_triggered\0on_saveAndOpen_triggered"
154};
155#undef QT_MOC_LITERAL
156
157static const uint qt_meta_data_qpdfview__FileAttachmentAnnotationWidget[] = {
158
159 // content:
160       7,       // revision
161       0,       // classname
162       0,    0, // classinfo
163       4,   14, // methods
164       0,    0, // properties
165       0,    0, // enums/sets
166       0,    0, // constructors
167       0,       // flags
168       0,       // signalCount
169
170 // slots: name, argc, parameters, tag, flags
171       1,    0,   34,    2, 0x09 /* Protected */,
172       3,    0,   35,    2, 0x09 /* Protected */,
173       4,    0,   36,    2, 0x09 /* Protected */,
174       5,    0,   37,    2, 0x09 /* Protected */,
175
176 // slots: parameters
177    QMetaType::Void,
178    QMetaType::Void,
179    QMetaType::Void,
180    QMetaType::Void,
181
182       0        // eod
183};
184
185void qpdfview::FileAttachmentAnnotationWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
186{
187    if (_c == QMetaObject::InvokeMetaMethod) {
188        FileAttachmentAnnotationWidget *_t = static_cast<FileAttachmentAnnotationWidget *>(_o);
189        switch (_id) {
190        case 0: _t->on_aboutToShow(); break;
191        case 1: _t->on_aboutToHide(); break;
192        case 2: _t->on_save_triggered(); break;
193        case 3: _t->on_saveAndOpen_triggered(); break;
194        default: ;
195        }
196    }
197    Q_UNUSED(_a);
198}
199
200const QMetaObject qpdfview::FileAttachmentAnnotationWidget::staticMetaObject = {
201    { &QToolButton::staticMetaObject, qt_meta_stringdata_qpdfview__FileAttachmentAnnotationWidget.data,
202      qt_meta_data_qpdfview__FileAttachmentAnnotationWidget,  qt_static_metacall, 0, 0}
203};
204
205
206const QMetaObject *qpdfview::FileAttachmentAnnotationWidget::metaObject() const
207{
208    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
209}
210
211void *qpdfview::FileAttachmentAnnotationWidget::qt_metacast(const char *_clname)
212{
213    if (!_clname) return 0;
214    if (!strcmp(_clname, qt_meta_stringdata_qpdfview__FileAttachmentAnnotationWidget.stringdata))
215        return static_cast<void*>(const_cast< FileAttachmentAnnotationWidget*>(this));
216    return QToolButton::qt_metacast(_clname);
217}
218
219int qpdfview::FileAttachmentAnnotationWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
220{
221    _id = QToolButton::qt_metacall(_c, _id, _a);
222    if (_id < 0)
223        return _id;
224    if (_c == QMetaObject::InvokeMetaMethod) {
225        if (_id < 4)
226            qt_static_metacall(this, _c, _id, _a);
227        _id -= 4;
228    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
229        if (_id < 4)
230            *reinterpret_cast<int*>(_a[0]) = -1;
231        _id -= 4;
232    }
233    return _id;
234}
235QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.