Anoncoin  0.9.4
P2P Digital Currency
moc_i2poptionswidget.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'i2poptionswidget.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "qt/i2poptionswidget.h"
9 #include <QtCore/qbytearray.h>
10 #include <QtCore/qmetatype.h>
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'i2poptionswidget.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 67
14 #error "This file was generated using the moc from 5.2.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[5];
22  char stringdata[79];
23 };
24 #define QT_MOC_LITERAL(idx, ofs, len) \
25  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
26  offsetof(qt_meta_stringdata_I2POptionsWidget_t, stringdata) + ofs \
27  - idx * sizeof(QByteArrayData) \
28  )
29 static const qt_meta_stringdata_I2POptionsWidget_t qt_meta_stringdata_I2POptionsWidget = {
30  {
31 QT_MOC_LITERAL(0, 0, 16),
32 QT_MOC_LITERAL(1, 17, 15),
33 QT_MOC_LITERAL(2, 33, 0),
34 QT_MOC_LITERAL(3, 34, 21),
35 QT_MOC_LITERAL(4, 56, 21)
36  },
37  "I2POptionsWidget\0settingsChanged\0\0"
38  "ShowCurrentI2PAddress\0GenerateNewI2PAddress\0"
39 };
40 #undef QT_MOC_LITERAL
41 
42 static const uint qt_meta_data_I2POptionsWidget[] = {
43 
44  // content:
45  7, // revision
46  0, // classname
47  0, 0, // classinfo
48  3, 14, // methods
49  0, 0, // properties
50  0, 0, // enums/sets
51  0, 0, // constructors
52  0, // flags
53  1, // signalCount
54 
55  // signals: name, argc, parameters, tag, flags
56  1, 0, 29, 2, 0x06,
57 
58  // slots: name, argc, parameters, tag, flags
59  3, 0, 30, 2, 0x08,
60  4, 0, 31, 2, 0x08,
61 
62  // signals: parameters
63  QMetaType::Void,
64 
65  // slots: parameters
66  QMetaType::Void,
67  QMetaType::Void,
68 
69  0 // eod
70 };
71 
72 void I2POptionsWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
73 {
74  if (_c == QMetaObject::InvokeMetaMethod) {
75  I2POptionsWidget *_t = static_cast<I2POptionsWidget *>(_o);
76  switch (_id) {
77  case 0: _t->settingsChanged(); break;
78  case 1: _t->ShowCurrentI2PAddress(); break;
79  case 2: _t->GenerateNewI2PAddress(); break;
80  default: ;
81  }
82  } else if (_c == QMetaObject::IndexOfMethod) {
83  int *result = reinterpret_cast<int *>(_a[0]);
84  void **func = reinterpret_cast<void **>(_a[1]);
85  {
86  typedef void (I2POptionsWidget::*_t)();
87  if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&I2POptionsWidget::settingsChanged)) {
88  *result = 0;
89  }
90  }
91  }
92  Q_UNUSED(_a);
93 }
94 
95 const QMetaObject I2POptionsWidget::staticMetaObject = {
96  { &QWidget::staticMetaObject, qt_meta_stringdata_I2POptionsWidget.data,
97  qt_meta_data_I2POptionsWidget, qt_static_metacall, 0, 0}
98 };
99 
100 
101 const QMetaObject *I2POptionsWidget::metaObject() const
102 {
103  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
104 }
105 
106 void *I2POptionsWidget::qt_metacast(const char *_clname)
107 {
108  if (!_clname) return 0;
109  if (!strcmp(_clname, qt_meta_stringdata_I2POptionsWidget.stringdata))
110  return static_cast<void*>(const_cast< I2POptionsWidget*>(this));
111  return QWidget::qt_metacast(_clname);
112 }
113 
114 int I2POptionsWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
115 {
116  _id = QWidget::qt_metacall(_c, _id, _a);
117  if (_id < 0)
118  return _id;
119  if (_c == QMetaObject::InvokeMetaMethod) {
120  if (_id < 3)
121  qt_static_metacall(this, _c, _id, _a);
122  _id -= 3;
123  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
124  if (_id < 3)
125  *reinterpret_cast<int*>(_a[0]) = -1;
126  _id -= 3;
127  }
128  return _id;
129 }
130 
131 // SIGNAL 0
133 {
134  QMetaObject::activate(this, &staticMetaObject, 0, 0);
135 }
136 QT_END_MOC_NAMESPACE
#define QT_MOC_LITERAL(idx, ofs, len)