source: terepaima/terepaima-0.4.16/moc-image/moc_model.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: 8.9 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'model.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/model.h"
10#include <QtCore/qbytearray.h>
11#include <QtCore/qmetatype.h>
12#if !defined(Q_MOC_OUTPUT_REVISION)
13#error "The header file 'model.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__Model__Annotation_t {
22    QByteArrayData data[3];
23    char stringdata[41];
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__Model__Annotation_t, stringdata) + ofs \
28        - idx * sizeof(QByteArrayData)) \
29    )
30static const qt_meta_stringdata_qpdfview__Model__Annotation_t qt_meta_stringdata_qpdfview__Model__Annotation = {
31    {
32QT_MOC_LITERAL(0, 0, 27),
33QT_MOC_LITERAL(1, 28, 11),
34QT_MOC_LITERAL(2, 40, 0)
35    },
36    "qpdfview::Model::Annotation\0wasModified\0"
37    ""
38};
39#undef QT_MOC_LITERAL
40
41static const uint qt_meta_data_qpdfview__Model__Annotation[] = {
42
43 // content:
44       7,       // revision
45       0,       // classname
46       0,    0, // classinfo
47       1,   14, // methods
48       0,    0, // properties
49       0,    0, // enums/sets
50       0,    0, // constructors
51       0,       // flags
52       1,       // signalCount
53
54 // signals: name, argc, parameters, tag, flags
55       1,    0,   19,    2, 0x06 /* Public */,
56
57 // signals: parameters
58    QMetaType::Void,
59
60       0        // eod
61};
62
63void qpdfview::Model::Annotation::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
64{
65    if (_c == QMetaObject::InvokeMetaMethod) {
66        Annotation *_t = static_cast<Annotation *>(_o);
67        switch (_id) {
68        case 0: _t->wasModified(); break;
69        default: ;
70        }
71    } else if (_c == QMetaObject::IndexOfMethod) {
72        int *result = reinterpret_cast<int *>(_a[0]);
73        void **func = reinterpret_cast<void **>(_a[1]);
74        {
75            typedef void (Annotation::*_t)();
76            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&Annotation::wasModified)) {
77                *result = 0;
78            }
79        }
80    }
81    Q_UNUSED(_a);
82}
83
84const QMetaObject qpdfview::Model::Annotation::staticMetaObject = {
85    { &QObject::staticMetaObject, qt_meta_stringdata_qpdfview__Model__Annotation.data,
86      qt_meta_data_qpdfview__Model__Annotation,  qt_static_metacall, 0, 0}
87};
88
89
90const QMetaObject *qpdfview::Model::Annotation::metaObject() const
91{
92    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
93}
94
95void *qpdfview::Model::Annotation::qt_metacast(const char *_clname)
96{
97    if (!_clname) return 0;
98    if (!strcmp(_clname, qt_meta_stringdata_qpdfview__Model__Annotation.stringdata))
99        return static_cast<void*>(const_cast< Annotation*>(this));
100    return QObject::qt_metacast(_clname);
101}
102
103int qpdfview::Model::Annotation::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
104{
105    _id = QObject::qt_metacall(_c, _id, _a);
106    if (_id < 0)
107        return _id;
108    if (_c == QMetaObject::InvokeMetaMethod) {
109        if (_id < 1)
110            qt_static_metacall(this, _c, _id, _a);
111        _id -= 1;
112    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
113        if (_id < 1)
114            *reinterpret_cast<int*>(_a[0]) = -1;
115        _id -= 1;
116    }
117    return _id;
118}
119
120// SIGNAL 0
121void qpdfview::Model::Annotation::wasModified()
122{
123    QMetaObject::activate(this, &staticMetaObject, 0, 0);
124}
125struct qt_meta_stringdata_qpdfview__Model__FormField_t {
126    QByteArrayData data[3];
127    char stringdata[40];
128};
129#define QT_MOC_LITERAL(idx, ofs, len) \
130    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
131    qptrdiff(offsetof(qt_meta_stringdata_qpdfview__Model__FormField_t, stringdata) + ofs \
132        - idx * sizeof(QByteArrayData)) \
133    )
134static const qt_meta_stringdata_qpdfview__Model__FormField_t qt_meta_stringdata_qpdfview__Model__FormField = {
135    {
136QT_MOC_LITERAL(0, 0, 26),
137QT_MOC_LITERAL(1, 27, 11),
138QT_MOC_LITERAL(2, 39, 0)
139    },
140    "qpdfview::Model::FormField\0wasModified\0"
141    ""
142};
143#undef QT_MOC_LITERAL
144
145static const uint qt_meta_data_qpdfview__Model__FormField[] = {
146
147 // content:
148       7,       // revision
149       0,       // classname
150       0,    0, // classinfo
151       1,   14, // methods
152       0,    0, // properties
153       0,    0, // enums/sets
154       0,    0, // constructors
155       0,       // flags
156       1,       // signalCount
157
158 // signals: name, argc, parameters, tag, flags
159       1,    0,   19,    2, 0x06 /* Public */,
160
161 // signals: parameters
162    QMetaType::Void,
163
164       0        // eod
165};
166
167void qpdfview::Model::FormField::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
168{
169    if (_c == QMetaObject::InvokeMetaMethod) {
170        FormField *_t = static_cast<FormField *>(_o);
171        switch (_id) {
172        case 0: _t->wasModified(); break;
173        default: ;
174        }
175    } else if (_c == QMetaObject::IndexOfMethod) {
176        int *result = reinterpret_cast<int *>(_a[0]);
177        void **func = reinterpret_cast<void **>(_a[1]);
178        {
179            typedef void (FormField::*_t)();
180            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&FormField::wasModified)) {
181                *result = 0;
182            }
183        }
184    }
185    Q_UNUSED(_a);
186}
187
188const QMetaObject qpdfview::Model::FormField::staticMetaObject = {
189    { &QObject::staticMetaObject, qt_meta_stringdata_qpdfview__Model__FormField.data,
190      qt_meta_data_qpdfview__Model__FormField,  qt_static_metacall, 0, 0}
191};
192
193
194const QMetaObject *qpdfview::Model::FormField::metaObject() const
195{
196    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
197}
198
199void *qpdfview::Model::FormField::qt_metacast(const char *_clname)
200{
201    if (!_clname) return 0;
202    if (!strcmp(_clname, qt_meta_stringdata_qpdfview__Model__FormField.stringdata))
203        return static_cast<void*>(const_cast< FormField*>(this));
204    return QObject::qt_metacast(_clname);
205}
206
207int qpdfview::Model::FormField::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
208{
209    _id = QObject::qt_metacall(_c, _id, _a);
210    if (_id < 0)
211        return _id;
212    if (_c == QMetaObject::InvokeMetaMethod) {
213        if (_id < 1)
214            qt_static_metacall(this, _c, _id, _a);
215        _id -= 1;
216    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
217        if (_id < 1)
218            *reinterpret_cast<int*>(_a[0]) = -1;
219        _id -= 1;
220    }
221    return _id;
222}
223
224// SIGNAL 0
225void qpdfview::Model::FormField::wasModified()
226{
227    QMetaObject::activate(this, &staticMetaObject, 0, 0);
228}
229struct qt_meta_stringdata_qpdfview__SettingsWidget_t {
230    QByteArrayData data[1];
231    char stringdata[25];
232};
233#define QT_MOC_LITERAL(idx, ofs, len) \
234    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
235    qptrdiff(offsetof(qt_meta_stringdata_qpdfview__SettingsWidget_t, stringdata) + ofs \
236        - idx * sizeof(QByteArrayData)) \
237    )
238static const qt_meta_stringdata_qpdfview__SettingsWidget_t qt_meta_stringdata_qpdfview__SettingsWidget = {
239    {
240QT_MOC_LITERAL(0, 0, 24)
241    },
242    "qpdfview::SettingsWidget"
243};
244#undef QT_MOC_LITERAL
245
246static const uint qt_meta_data_qpdfview__SettingsWidget[] = {
247
248 // content:
249       7,       // revision
250       0,       // classname
251       0,    0, // classinfo
252       0,    0, // methods
253       0,    0, // properties
254       0,    0, // enums/sets
255       0,    0, // constructors
256       0,       // flags
257       0,       // signalCount
258
259       0        // eod
260};
261
262void qpdfview::SettingsWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
263{
264    Q_UNUSED(_o);
265    Q_UNUSED(_id);
266    Q_UNUSED(_c);
267    Q_UNUSED(_a);
268}
269
270const QMetaObject qpdfview::SettingsWidget::staticMetaObject = {
271    { &QWidget::staticMetaObject, qt_meta_stringdata_qpdfview__SettingsWidget.data,
272      qt_meta_data_qpdfview__SettingsWidget,  qt_static_metacall, 0, 0}
273};
274
275
276const QMetaObject *qpdfview::SettingsWidget::metaObject() const
277{
278    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
279}
280
281void *qpdfview::SettingsWidget::qt_metacast(const char *_clname)
282{
283    if (!_clname) return 0;
284    if (!strcmp(_clname, qt_meta_stringdata_qpdfview__SettingsWidget.stringdata))
285        return static_cast<void*>(const_cast< SettingsWidget*>(this));
286    return QWidget::qt_metacast(_clname);
287}
288
289int qpdfview::SettingsWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
290{
291    _id = QWidget::qt_metacall(_c, _id, _a);
292    if (_id < 0)
293        return _id;
294    return _id;
295}
296QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.