source: terepaima/terepaima-0.4.16/moc/moc_recentlyusedmenu.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: 5.3 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'recentlyusedmenu.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/recentlyusedmenu.h"
10#include <QtCore/qbytearray.h>
11#include <QtCore/qmetatype.h>
12#if !defined(Q_MOC_OUTPUT_REVISION)
13#error "The header file 'recentlyusedmenu.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__RecentlyUsedMenu_t {
22    QByteArrayData data[8];
23    char stringdata0[108];
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__RecentlyUsedMenu_t, stringdata0) + ofs \
28        - idx * sizeof(QByteArrayData)) \
29    )
30static const qt_meta_stringdata_qpdfview__RecentlyUsedMenu_t qt_meta_stringdata_qpdfview__RecentlyUsedMenu = {
31    {
32QT_MOC_LITERAL(0, 0, 26), // "qpdfview::RecentlyUsedMenu"
33QT_MOC_LITERAL(1, 27, 13), // "openTriggered"
34QT_MOC_LITERAL(2, 41, 0), // ""
35QT_MOC_LITERAL(3, 42, 8), // "filePath"
36QT_MOC_LITERAL(4, 51, 17), // "on_open_triggered"
37QT_MOC_LITERAL(5, 69, 8), // "QAction*"
38QT_MOC_LITERAL(6, 78, 6), // "action"
39QT_MOC_LITERAL(7, 85, 22) // "on_clearList_triggered"
40
41    },
42    "qpdfview::RecentlyUsedMenu\0openTriggered\0"
43    "\0filePath\0on_open_triggered\0QAction*\0"
44    "action\0on_clearList_triggered"
45};
46#undef QT_MOC_LITERAL
47
48static const uint qt_meta_data_qpdfview__RecentlyUsedMenu[] = {
49
50 // content:
51       7,       // revision
52       0,       // classname
53       0,    0, // classinfo
54       3,   14, // methods
55       0,    0, // properties
56       0,    0, // enums/sets
57       0,    0, // constructors
58       0,       // flags
59       1,       // signalCount
60
61 // signals: name, argc, parameters, tag, flags
62       1,    1,   29,    2, 0x06 /* Public */,
63
64 // slots: name, argc, parameters, tag, flags
65       4,    1,   32,    2, 0x09 /* Protected */,
66       7,    0,   35,    2, 0x09 /* Protected */,
67
68 // signals: parameters
69    QMetaType::Void, QMetaType::QString,    3,
70
71 // slots: parameters
72    QMetaType::Void, 0x80000000 | 5,    6,
73    QMetaType::Void,
74
75       0        // eod
76};
77
78void qpdfview::RecentlyUsedMenu::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
79{
80    if (_c == QMetaObject::InvokeMetaMethod) {
81        RecentlyUsedMenu *_t = static_cast<RecentlyUsedMenu *>(_o);
82        Q_UNUSED(_t)
83        switch (_id) {
84        case 0: _t->openTriggered((*reinterpret_cast< const QString(*)>(_a[1]))); break;
85        case 1: _t->on_open_triggered((*reinterpret_cast< QAction*(*)>(_a[1]))); break;
86        case 2: _t->on_clearList_triggered(); break;
87        default: ;
88        }
89    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
90        switch (_id) {
91        default: *reinterpret_cast<int*>(_a[0]) = -1; break;
92        case 1:
93            switch (*reinterpret_cast<int*>(_a[1])) {
94            default: *reinterpret_cast<int*>(_a[0]) = -1; break;
95            case 0:
96                *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< QAction* >(); break;
97            }
98            break;
99        }
100    } else if (_c == QMetaObject::IndexOfMethod) {
101        int *result = reinterpret_cast<int *>(_a[0]);
102        void **func = reinterpret_cast<void **>(_a[1]);
103        {
104            typedef void (RecentlyUsedMenu::*_t)(const QString & );
105            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&RecentlyUsedMenu::openTriggered)) {
106                *result = 0;
107                return;
108            }
109        }
110    }
111}
112
113const QMetaObject qpdfview::RecentlyUsedMenu::staticMetaObject = {
114    { &QMenu::staticMetaObject, qt_meta_stringdata_qpdfview__RecentlyUsedMenu.data,
115      qt_meta_data_qpdfview__RecentlyUsedMenu,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
116};
117
118
119const QMetaObject *qpdfview::RecentlyUsedMenu::metaObject() const
120{
121    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
122}
123
124void *qpdfview::RecentlyUsedMenu::qt_metacast(const char *_clname)
125{
126    if (!_clname) return Q_NULLPTR;
127    if (!strcmp(_clname, qt_meta_stringdata_qpdfview__RecentlyUsedMenu.stringdata0))
128        return static_cast<void*>(const_cast< RecentlyUsedMenu*>(this));
129    return QMenu::qt_metacast(_clname);
130}
131
132int qpdfview::RecentlyUsedMenu::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
133{
134    _id = QMenu::qt_metacall(_c, _id, _a);
135    if (_id < 0)
136        return _id;
137    if (_c == QMetaObject::InvokeMetaMethod) {
138        if (_id < 3)
139            qt_static_metacall(this, _c, _id, _a);
140        _id -= 3;
141    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
142        if (_id < 3)
143            qt_static_metacall(this, _c, _id, _a);
144        _id -= 3;
145    }
146    return _id;
147}
148
149// SIGNAL 0
150void qpdfview::RecentlyUsedMenu::openTriggered(const QString & _t1)
151{
152    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
153    QMetaObject::activate(this, &staticMetaObject, 0, _a);
154}
155QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.