source: terepaima/terepaima-0.4.16/moc/moc_presentationview.cpp @ 3f3a6a3

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

Agregado proyecto base, esto luego del dh_make -f

  • Property mode set to 100644
File size: 7.0 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'presentationview.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/presentationview.h"
10#if !defined(Q_MOC_OUTPUT_REVISION)
11#error "The header file 'presentationview.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__PresentationView[] = {
20
21 // content:
22       6,       // revision
23       0,       // classname
24       0,    0, // classinfo
25      23,   14, // methods
26       0,    0, // properties
27       0,    0, // enums/sets
28       0,    0, // constructors
29       0,       // flags
30       6,       // signalCount
31
32 // signals: signature, parameters, type, tag, flags
33      52,   28,   27,   27, 0x05,
34      93,   81,   27,   27, 0x25,
35     127,  117,   27,   27, 0x05,
36     167,  155,   27,   27, 0x05,
37     202,  193,   27,   27, 0x05,
38     240,  228,   27,   27, 0x05,
39
40 // slots: signature, parameters, type, tag, flags
41     282,   27,   27,   27, 0x0a,
42     289,   27,   27,   27, 0x0a,
43     304,   27,   27,   27, 0x0a,
44     315,   27,   27,   27, 0x0a,
45     327,   27,   27,   27, 0x0a,
46     355,  338,   27,   27, 0x0a,
47     381,  376,   27,   27, 0x2a,
48     397,   27,   27,   27, 0x0a,
49     412,   27,   27,   27, 0x0a,
50     426,   27,   27,   27, 0x0a,
51     435,   27,   27,   27, 0x0a,
52     445,   27,   27,   27, 0x0a,
53     460,   27,   27,   27, 0x0a,
54     473,   27,   27,   27, 0x0a,
55     487,   27,   27,   27, 0x09,
56     509,   27,   27,   27, 0x09,
57     557,  536,   27,   27, 0x09,
58
59       0        // eod
60};
61
62static const char qt_meta_stringdata_qpdfview__PresentationView[] = {
63    "qpdfview::PresentationView\0\0"
64    "currentPage,trackChange\0"
65    "currentPageChanged(int,bool)\0currentPage\0"
66    "currentPageChanged(int)\0scaleMode\0"
67    "scaleModeChanged(ScaleMode)\0scaleFactor\0"
68    "scaleFactorChanged(qreal)\0rotation\0"
69    "rotationChanged(Rotation)\0renderFlags\0"
70    "renderFlagsChanged(qpdfview::RenderFlags)\0"
71    "show()\0previousPage()\0nextPage()\0"
72    "firstPage()\0lastPage()\0page,trackChange\0"
73    "jumpToPage(int,bool)\0page\0jumpToPage(int)\0"
74    "jumpBackward()\0jumpForward()\0zoomIn()\0"
75    "zoomOut()\0originalSize()\0rotateLeft()\0"
76    "rotateRight()\0on_prefetch_timeout()\0"
77    "on_pages_cropRectChanged()\0"
78    "newTab,page,left,top\0"
79    "on_pages_linkClicked(bool,int,qreal,qreal)\0"
80};
81
82void qpdfview::PresentationView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
83{
84    if (_c == QMetaObject::InvokeMetaMethod) {
85        Q_ASSERT(staticMetaObject.cast(_o));
86        PresentationView *_t = static_cast<PresentationView *>(_o);
87        switch (_id) {
88        case 0: _t->currentPageChanged((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< bool(*)>(_a[2]))); break;
89        case 1: _t->currentPageChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
90        case 2: _t->scaleModeChanged((*reinterpret_cast< ScaleMode(*)>(_a[1]))); break;
91        case 3: _t->scaleFactorChanged((*reinterpret_cast< qreal(*)>(_a[1]))); break;
92        case 4: _t->rotationChanged((*reinterpret_cast< Rotation(*)>(_a[1]))); break;
93        case 5: _t->renderFlagsChanged((*reinterpret_cast< qpdfview::RenderFlags(*)>(_a[1]))); break;
94        case 6: _t->show(); break;
95        case 7: _t->previousPage(); break;
96        case 8: _t->nextPage(); break;
97        case 9: _t->firstPage(); break;
98        case 10: _t->lastPage(); break;
99        case 11: _t->jumpToPage((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< bool(*)>(_a[2]))); break;
100        case 12: _t->jumpToPage((*reinterpret_cast< int(*)>(_a[1]))); break;
101        case 13: _t->jumpBackward(); break;
102        case 14: _t->jumpForward(); break;
103        case 15: _t->zoomIn(); break;
104        case 16: _t->zoomOut(); break;
105        case 17: _t->originalSize(); break;
106        case 18: _t->rotateLeft(); break;
107        case 19: _t->rotateRight(); break;
108        case 20: _t->on_prefetch_timeout(); break;
109        case 21: _t->on_pages_cropRectChanged(); break;
110        case 22: _t->on_pages_linkClicked((*reinterpret_cast< bool(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< qreal(*)>(_a[3])),(*reinterpret_cast< qreal(*)>(_a[4]))); break;
111        default: ;
112        }
113    }
114}
115
116const QMetaObjectExtraData qpdfview::PresentationView::staticMetaObjectExtraData = {
117    0,  qt_static_metacall
118};
119
120const QMetaObject qpdfview::PresentationView::staticMetaObject = {
121    { &QGraphicsView::staticMetaObject, qt_meta_stringdata_qpdfview__PresentationView,
122      qt_meta_data_qpdfview__PresentationView, &staticMetaObjectExtraData }
123};
124
125#ifdef Q_NO_DATA_RELOCATION
126const QMetaObject &qpdfview::PresentationView::getStaticMetaObject() { return staticMetaObject; }
127#endif //Q_NO_DATA_RELOCATION
128
129const QMetaObject *qpdfview::PresentationView::metaObject() const
130{
131    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
132}
133
134void *qpdfview::PresentationView::qt_metacast(const char *_clname)
135{
136    if (!_clname) return 0;
137    if (!strcmp(_clname, qt_meta_stringdata_qpdfview__PresentationView))
138        return static_cast<void*>(const_cast< PresentationView*>(this));
139    return QGraphicsView::qt_metacast(_clname);
140}
141
142int qpdfview::PresentationView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
143{
144    _id = QGraphicsView::qt_metacall(_c, _id, _a);
145    if (_id < 0)
146        return _id;
147    if (_c == QMetaObject::InvokeMetaMethod) {
148        if (_id < 23)
149            qt_static_metacall(this, _c, _id, _a);
150        _id -= 23;
151    }
152    return _id;
153}
154
155// SIGNAL 0
156void qpdfview::PresentationView::currentPageChanged(int _t1, bool _t2)
157{
158    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
159    QMetaObject::activate(this, &staticMetaObject, 0, _a);
160}
161
162// SIGNAL 2
163void qpdfview::PresentationView::scaleModeChanged(ScaleMode _t1)
164{
165    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
166    QMetaObject::activate(this, &staticMetaObject, 2, _a);
167}
168
169// SIGNAL 3
170void qpdfview::PresentationView::scaleFactorChanged(qreal _t1)
171{
172    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
173    QMetaObject::activate(this, &staticMetaObject, 3, _a);
174}
175
176// SIGNAL 4
177void qpdfview::PresentationView::rotationChanged(Rotation _t1)
178{
179    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
180    QMetaObject::activate(this, &staticMetaObject, 4, _a);
181}
182
183// SIGNAL 5
184void qpdfview::PresentationView::renderFlagsChanged(qpdfview::RenderFlags _t1)
185{
186    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
187    QMetaObject::activate(this, &staticMetaObject, 5, _a);
188}
189QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.