source: terepaima/terepaima-0.4.16/moc/moc_recentlyclosedmenu.cpp @ 85ef7b5

desarrollostretch
Last change on this file since 85ef7b5 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: 3.8 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'recentlyclosedmenu.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/recentlyclosedmenu.h"
10#if !defined(Q_MOC_OUTPUT_REVISION)
11#error "The header file 'recentlyclosedmenu.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__RecentlyClosedMenu[] = {
20
21 // content:
22       6,       // revision
23       0,       // classname
24       0,    0, // classinfo
25       5,   14, // methods
26       0,    0, // properties
27       0,    0, // enums/sets
28       0,    0, // constructors
29       0,       // flags
30       1,       // signalCount
31
32 // signals: signature, parameters, type, tag, flags
33      40,   30,   29,   29, 0x05,
34
35 // slots: signature, parameters, type, tag, flags
36      69,   29,   29,   29, 0x0a,
37      93,   29,   29,   29, 0x0a,
38     116,   30,   29,   29, 0x09,
39     149,   29,   29,   29, 0x09,
40
41       0        // eod
42};
43
44static const char qt_meta_stringdata_qpdfview__RecentlyClosedMenu[] = {
45    "qpdfview::RecentlyClosedMenu\0\0tabAction\0"
46    "tabActionTriggered(QAction*)\0"
47    "triggerFirstTabAction()\0triggerLastTabAction()\0"
48    "on_tabAction_triggered(QAction*)\0"
49    "on_clearList_triggered()\0"
50};
51
52void qpdfview::RecentlyClosedMenu::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
53{
54    if (_c == QMetaObject::InvokeMetaMethod) {
55        Q_ASSERT(staticMetaObject.cast(_o));
56        RecentlyClosedMenu *_t = static_cast<RecentlyClosedMenu *>(_o);
57        switch (_id) {
58        case 0: _t->tabActionTriggered((*reinterpret_cast< QAction*(*)>(_a[1]))); break;
59        case 1: _t->triggerFirstTabAction(); break;
60        case 2: _t->triggerLastTabAction(); break;
61        case 3: _t->on_tabAction_triggered((*reinterpret_cast< QAction*(*)>(_a[1]))); break;
62        case 4: _t->on_clearList_triggered(); break;
63        default: ;
64        }
65    }
66}
67
68const QMetaObjectExtraData qpdfview::RecentlyClosedMenu::staticMetaObjectExtraData = {
69    0,  qt_static_metacall
70};
71
72const QMetaObject qpdfview::RecentlyClosedMenu::staticMetaObject = {
73    { &QMenu::staticMetaObject, qt_meta_stringdata_qpdfview__RecentlyClosedMenu,
74      qt_meta_data_qpdfview__RecentlyClosedMenu, &staticMetaObjectExtraData }
75};
76
77#ifdef Q_NO_DATA_RELOCATION
78const QMetaObject &qpdfview::RecentlyClosedMenu::getStaticMetaObject() { return staticMetaObject; }
79#endif //Q_NO_DATA_RELOCATION
80
81const QMetaObject *qpdfview::RecentlyClosedMenu::metaObject() const
82{
83    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
84}
85
86void *qpdfview::RecentlyClosedMenu::qt_metacast(const char *_clname)
87{
88    if (!_clname) return 0;
89    if (!strcmp(_clname, qt_meta_stringdata_qpdfview__RecentlyClosedMenu))
90        return static_cast<void*>(const_cast< RecentlyClosedMenu*>(this));
91    return QMenu::qt_metacast(_clname);
92}
93
94int qpdfview::RecentlyClosedMenu::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
95{
96    _id = QMenu::qt_metacall(_c, _id, _a);
97    if (_id < 0)
98        return _id;
99    if (_c == QMetaObject::InvokeMetaMethod) {
100        if (_id < 5)
101            qt_static_metacall(this, _c, _id, _a);
102        _id -= 5;
103    }
104    return _id;
105}
106
107// SIGNAL 0
108void qpdfview::RecentlyClosedMenu::tabActionTriggered(QAction * _t1)
109{
110    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
111    QMetaObject::activate(this, &staticMetaObject, 0, _a);
112}
113QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.