Fabcoin Core  0.16.2
P2P Digital Currency
moc_restoredialog.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'restoredialog.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "qt/restoredialog.h"
9 #include <QtCore/qbytearray.h>
10 #include <QtCore/qmetatype.h>
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'restoredialog.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 67
14 #error "This file was generated using the moc from 5.5.1. It"
15 #error "cannot be used with the include files from this version of Qt."
16 #error "(The moc has changed too much.)"
17 #endif
18 
19 QT_BEGIN_MOC_NAMESPACE
21  QByteArrayData data[6];
22  char stringdata0[113];
23 };
24 #define QT_MOC_LITERAL(idx, ofs, len) \
25  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
26  qptrdiff(offsetof(qt_meta_stringdata_RestoreDialog_t, stringdata0) + ofs \
27  - idx * sizeof(QByteArrayData)) \
28  )
29 static const qt_meta_stringdata_RestoreDialog_t qt_meta_stringdata_RestoreDialog = {
30  {
31 QT_MOC_LITERAL(0, 0, 13), // "RestoreDialog"
32 QT_MOC_LITERAL(1, 14, 19), // "on_btnReset_clicked"
33 QT_MOC_LITERAL(2, 34, 0), // ""
34 QT_MOC_LITERAL(3, 35, 25), // "on_btnBoxRestore_accepted"
35 QT_MOC_LITERAL(4, 61, 25), // "on_btnBoxRestore_rejected"
36 QT_MOC_LITERAL(5, 87, 25) // "on_toolWalletPath_clicked"
37 
38  },
39  "RestoreDialog\0on_btnReset_clicked\0\0"
40  "on_btnBoxRestore_accepted\0"
41  "on_btnBoxRestore_rejected\0"
42  "on_toolWalletPath_clicked"
43 };
44 #undef QT_MOC_LITERAL
45 
46 static const uint qt_meta_data_RestoreDialog[] = {
47 
48  // content:
49  7, // revision
50  0, // classname
51  0, 0, // classinfo
52  4, 14, // methods
53  0, 0, // properties
54  0, 0, // enums/sets
55  0, 0, // constructors
56  0, // flags
57  0, // signalCount
58 
59  // slots: name, argc, parameters, tag, flags
60  1, 0, 34, 2, 0x08 /* Private */,
61  3, 0, 35, 2, 0x08 /* Private */,
62  4, 0, 36, 2, 0x08 /* Private */,
63  5, 0, 37, 2, 0x08 /* Private */,
64 
65  // slots: parameters
66  QMetaType::Void,
67  QMetaType::Void,
68  QMetaType::Void,
69  QMetaType::Void,
70 
71  0 // eod
72 };
73 
74 void RestoreDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
75 {
76  if (_c == QMetaObject::InvokeMetaMethod) {
77  RestoreDialog *_t = static_cast<RestoreDialog *>(_o);
78  Q_UNUSED(_t)
79  switch (_id) {
80  case 0: _t->on_btnReset_clicked(); break;
81  case 1: _t->on_btnBoxRestore_accepted(); break;
82  case 2: _t->on_btnBoxRestore_rejected(); break;
83  case 3: _t->on_toolWalletPath_clicked(); break;
84  default: ;
85  }
86  }
87  Q_UNUSED(_a);
88 }
89 
90 const QMetaObject RestoreDialog::staticMetaObject = {
91  { &QDialog::staticMetaObject, qt_meta_stringdata_RestoreDialog.data,
92  qt_meta_data_RestoreDialog, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
93 };
94 
95 
96 const QMetaObject *RestoreDialog::metaObject() const
97 {
98  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
99 }
100 
101 void *RestoreDialog::qt_metacast(const char *_clname)
102 {
103  if (!_clname) return Q_NULLPTR;
104  if (!strcmp(_clname, qt_meta_stringdata_RestoreDialog.stringdata0))
105  return static_cast<void*>(const_cast< RestoreDialog*>(this));
106  return QDialog::qt_metacast(_clname);
107 }
108 
109 int RestoreDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
110 {
111  _id = QDialog::qt_metacall(_c, _id, _a);
112  if (_id < 0)
113  return _id;
114  if (_c == QMetaObject::InvokeMetaMethod) {
115  if (_id < 4)
116  qt_static_metacall(this, _c, _id, _a);
117  _id -= 4;
118  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
119  if (_id < 4)
120  *reinterpret_cast<int*>(_a[0]) = -1;
121  _id -= 4;
122  }
123  return _id;
124 }
125 QT_END_MOC_NAMESPACE
void on_toolWalletPath_clicked()
on_toolWalletPath_clicked Choose wallet button path slot
void on_btnReset_clicked()
on_btnReset_clicked Reset button click slot
uint32_t uint
Definition: libclwrapper.h:40
void on_btnBoxRestore_accepted()
on_btnBoxRestore_accepted Ok button click slot
The RestoreDialog class Restore dialog class.
Definition: restoredialog.h:15
#define QT_MOC_LITERAL(idx, ofs, len)
void on_btnBoxRestore_rejected()
on_btnBoxRestore_rejected Cancel button click slot