source: terepaima/terepaima-0.4.16/moc/moc_recentlyclosedmenu.cpp

stretch
Last change on this file was 1487f05, checked in by pbuitrago@…>, 7 years ago

se cambio los botones de verificación de la firma para el menu segurity, se crearon dos nuevas ventanas, una para agregar el pin del dispositivo criptografico y la otra venta para mostrar los certificados que este en el dispositivo criptografico

  • Property mode set to 100644
File size: 6.0 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'recentlyclosedmenu.h'
3**
4** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.1)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "../sources/recentlyclosedmenu.h"
10#include <QtCore/qbytearray.h>
11#include <QtCore/qmetatype.h>
12#if !defined(Q_MOC_OUTPUT_REVISION)
13#error "The header file 'recentlyclosedmenu.h' doesn't include <QObject>."
14#elif Q_MOC_OUTPUT_REVISION != 67
15#error "This file was generated using the moc from 5.7.1. 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__RecentlyClosedMenu_t {
22    QByteArrayData data[9];
23    char stringdata0[157];
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__RecentlyClosedMenu_t, stringdata0) + ofs \
28        - idx * sizeof(QByteArrayData)) \
29    )
30static const qt_meta_stringdata_qpdfview__RecentlyClosedMenu_t qt_meta_stringdata_qpdfview__RecentlyClosedMenu = {
31    {
32QT_MOC_LITERAL(0, 0, 28), // "qpdfview::RecentlyClosedMenu"
33QT_MOC_LITERAL(1, 29, 18), // "tabActionTriggered"
34QT_MOC_LITERAL(2, 48, 0), // ""
35QT_MOC_LITERAL(3, 49, 8), // "QAction*"
36QT_MOC_LITERAL(4, 58, 9), // "tabAction"
37QT_MOC_LITERAL(5, 68, 21), // "triggerFirstTabAction"
38QT_MOC_LITERAL(6, 90, 20), // "triggerLastTabAction"
39QT_MOC_LITERAL(7, 111, 22), // "on_tabAction_triggered"
40QT_MOC_LITERAL(8, 134, 22) // "on_clearList_triggered"
41
42    },
43    "qpdfview::RecentlyClosedMenu\0"
44    "tabActionTriggered\0\0QAction*\0tabAction\0"
45    "triggerFirstTabAction\0triggerLastTabAction\0"
46    "on_tabAction_triggered\0on_clearList_triggered"
47};
48#undef QT_MOC_LITERAL
49
50static const uint qt_meta_data_qpdfview__RecentlyClosedMenu[] = {
51
52 // content:
53       7,       // revision
54       0,       // classname
55       0,    0, // classinfo
56       5,   14, // methods
57       0,    0, // properties
58       0,    0, // enums/sets
59       0,    0, // constructors
60       0,       // flags
61       1,       // signalCount
62
63 // signals: name, argc, parameters, tag, flags
64       1,    1,   39,    2, 0x06 /* Public */,
65
66 // slots: name, argc, parameters, tag, flags
67       5,    0,   42,    2, 0x0a /* Public */,
68       6,    0,   43,    2, 0x0a /* Public */,
69       7,    1,   44,    2, 0x09 /* Protected */,
70       8,    0,   47,    2, 0x09 /* Protected */,
71
72 // signals: parameters
73    QMetaType::Void, 0x80000000 | 3,    4,
74
75 // slots: parameters
76    QMetaType::Void,
77    QMetaType::Void,
78    QMetaType::Void, 0x80000000 | 3,    4,
79    QMetaType::Void,
80
81       0        // eod
82};
83
84void qpdfview::RecentlyClosedMenu::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
85{
86    if (_c == QMetaObject::InvokeMetaMethod) {
87        RecentlyClosedMenu *_t = static_cast<RecentlyClosedMenu *>(_o);
88        Q_UNUSED(_t)
89        switch (_id) {
90        case 0: _t->tabActionTriggered((*reinterpret_cast< QAction*(*)>(_a[1]))); break;
91        case 1: _t->triggerFirstTabAction(); break;
92        case 2: _t->triggerLastTabAction(); break;
93        case 3: _t->on_tabAction_triggered((*reinterpret_cast< QAction*(*)>(_a[1]))); break;
94        case 4: _t->on_clearList_triggered(); break;
95        default: ;
96        }
97    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
98        switch (_id) {
99        default: *reinterpret_cast<int*>(_a[0]) = -1; break;
100        case 0:
101            switch (*reinterpret_cast<int*>(_a[1])) {
102            default: *reinterpret_cast<int*>(_a[0]) = -1; break;
103            case 0:
104                *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< QAction* >(); break;
105            }
106            break;
107        case 3:
108            switch (*reinterpret_cast<int*>(_a[1])) {
109            default: *reinterpret_cast<int*>(_a[0]) = -1; break;
110            case 0:
111                *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< QAction* >(); break;
112            }
113            break;
114        }
115    } else if (_c == QMetaObject::IndexOfMethod) {
116        int *result = reinterpret_cast<int *>(_a[0]);
117        void **func = reinterpret_cast<void **>(_a[1]);
118        {
119            typedef void (RecentlyClosedMenu::*_t)(QAction * );
120            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&RecentlyClosedMenu::tabActionTriggered)) {
121                *result = 0;
122                return;
123            }
124        }
125    }
126}
127
128const QMetaObject qpdfview::RecentlyClosedMenu::staticMetaObject = {
129    { &QMenu::staticMetaObject, qt_meta_stringdata_qpdfview__RecentlyClosedMenu.data,
130      qt_meta_data_qpdfview__RecentlyClosedMenu,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
131};
132
133
134const QMetaObject *qpdfview::RecentlyClosedMenu::metaObject() const
135{
136    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
137}
138
139void *qpdfview::RecentlyClosedMenu::qt_metacast(const char *_clname)
140{
141    if (!_clname) return Q_NULLPTR;
142    if (!strcmp(_clname, qt_meta_stringdata_qpdfview__RecentlyClosedMenu.stringdata0))
143        return static_cast<void*>(const_cast< RecentlyClosedMenu*>(this));
144    return QMenu::qt_metacast(_clname);
145}
146
147int qpdfview::RecentlyClosedMenu::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
148{
149    _id = QMenu::qt_metacall(_c, _id, _a);
150    if (_id < 0)
151        return _id;
152    if (_c == QMetaObject::InvokeMetaMethod) {
153        if (_id < 5)
154            qt_static_metacall(this, _c, _id, _a);
155        _id -= 5;
156    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
157        if (_id < 5)
158            qt_static_metacall(this, _c, _id, _a);
159        _id -= 5;
160    }
161    return _id;
162}
163
164// SIGNAL 0
165void qpdfview::RecentlyClosedMenu::tabActionTriggered(QAction * _t1)
166{
167    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
168    QMetaObject::activate(this, &staticMetaObject, 0, _a);
169}
170QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.