Fabcoin Core  0.16.2
P2P Digital Currency
moc_trafficgraphwidget.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'trafficgraphwidget.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
9 #include <QtCore/qbytearray.h>
10 #include <QtCore/qmetatype.h>
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'trafficgraphwidget.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[61];
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_TrafficGraphWidget_t, stringdata0) + ofs \
27  - idx * sizeof(QByteArrayData)) \
28  )
29 static const qt_meta_stringdata_TrafficGraphWidget_t qt_meta_stringdata_TrafficGraphWidget = {
30  {
31 QT_MOC_LITERAL(0, 0, 18), // "TrafficGraphWidget"
32 QT_MOC_LITERAL(1, 19, 11), // "updateRates"
33 QT_MOC_LITERAL(2, 31, 0), // ""
34 QT_MOC_LITERAL(3, 32, 17), // "setGraphRangeMins"
35 QT_MOC_LITERAL(4, 50, 4), // "mins"
36 QT_MOC_LITERAL(5, 55, 5) // "clear"
37 
38  },
39  "TrafficGraphWidget\0updateRates\0\0"
40  "setGraphRangeMins\0mins\0clear"
41 };
42 #undef QT_MOC_LITERAL
43 
44 static const uint qt_meta_data_TrafficGraphWidget[] = {
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  0, // signalCount
56 
57  // slots: name, argc, parameters, tag, flags
58  1, 0, 29, 2, 0x0a /* Public */,
59  3, 1, 30, 2, 0x0a /* Public */,
60  5, 0, 33, 2, 0x0a /* Public */,
61 
62  // slots: parameters
63  QMetaType::Void,
64  QMetaType::Void, QMetaType::Int, 4,
65  QMetaType::Void,
66 
67  0 // eod
68 };
69 
70 void TrafficGraphWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
71 {
72  if (_c == QMetaObject::InvokeMetaMethod) {
73  TrafficGraphWidget *_t = static_cast<TrafficGraphWidget *>(_o);
74  Q_UNUSED(_t)
75  switch (_id) {
76  case 0: _t->updateRates(); break;
77  case 1: _t->setGraphRangeMins((*reinterpret_cast< int(*)>(_a[1]))); break;
78  case 2: _t->clear(); break;
79  default: ;
80  }
81  }
82 }
83 
84 const QMetaObject TrafficGraphWidget::staticMetaObject = {
85  { &QWidget::staticMetaObject, qt_meta_stringdata_TrafficGraphWidget.data,
86  qt_meta_data_TrafficGraphWidget, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
87 };
88 
89 
90 const QMetaObject *TrafficGraphWidget::metaObject() const
91 {
92  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
93 }
94 
95 void *TrafficGraphWidget::qt_metacast(const char *_clname)
96 {
97  if (!_clname) return Q_NULLPTR;
98  if (!strcmp(_clname, qt_meta_stringdata_TrafficGraphWidget.stringdata0))
99  return static_cast<void*>(const_cast< TrafficGraphWidget*>(this));
100  return QWidget::qt_metacast(_clname);
101 }
102 
103 int TrafficGraphWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
104 {
105  _id = QWidget::qt_metacall(_c, _id, _a);
106  if (_id < 0)
107  return _id;
108  if (_c == QMetaObject::InvokeMetaMethod) {
109  if (_id < 3)
110  qt_static_metacall(this, _c, _id, _a);
111  _id -= 3;
112  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
113  if (_id < 3)
114  *reinterpret_cast<int*>(_a[0]) = -1;
115  _id -= 3;
116  }
117  return _id;
118 }
119 QT_END_MOC_NAMESPACE
#define QT_MOC_LITERAL(idx, ofs, len)
uint32_t uint
Definition: libclwrapper.h:40
void setGraphRangeMins(int mins)