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