Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
8 #include "trafficgraphwidget.h"
9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'trafficgraphwidget.h' doesn't include <QObject>."
11 #elif Q_MOC_OUTPUT_REVISION != 63
12 #error "This file was generated using the moc from 4.8.6. It"
13 #error "cannot be used with the include files from this version of Qt."
14 #error "(The moc has changed too much.)"
15 #endif
16 
17 QT_BEGIN_MOC_NAMESPACE
18 static const uint qt_meta_data_TrafficGraphWidget[] = {
19 
20  // content:
21  6, // revision
22  0, // classname
23  0, 0, // classinfo
24  3, 14, // methods
25  0, 0, // properties
26  0, 0, // enums/sets
27  0, 0, // constructors
28  0, // flags
29  0, // signalCount
30 
31  // slots: signature, parameters, type, tag, flags
32  20, 19, 19, 19, 0x0a,
33  39, 34, 19, 19, 0x0a,
34  62, 19, 19, 19, 0x0a,
35 
36  0 // eod
37 };
38 
40  "TrafficGraphWidget\0\0updateRates()\0"
41  "mins\0setGraphRangeMins(int)\0clear()\0"
42 };
43 
44 void TrafficGraphWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
45 {
46  if (_c == QMetaObject::InvokeMetaMethod) {
47  Q_ASSERT(staticMetaObject.cast(_o));
48  TrafficGraphWidget *_t = static_cast<TrafficGraphWidget *>(_o);
49  switch (_id) {
50  case 0: _t->updateRates(); break;
51  case 1: _t->setGraphRangeMins((*reinterpret_cast< int(*)>(_a[1]))); break;
52  case 2: _t->clear(); break;
53  default: ;
54  }
55  }
56 }
57 
58 const QMetaObjectExtraData TrafficGraphWidget::staticMetaObjectExtraData = {
59  0, qt_static_metacall
60 };
61 
62 const QMetaObject TrafficGraphWidget::staticMetaObject = {
63  { &QWidget::staticMetaObject, qt_meta_stringdata_TrafficGraphWidget,
64  qt_meta_data_TrafficGraphWidget, &staticMetaObjectExtraData }
65 };
66 
67 #ifdef Q_NO_DATA_RELOCATION
68 const QMetaObject &TrafficGraphWidget::getStaticMetaObject() { return staticMetaObject; }
69 #endif //Q_NO_DATA_RELOCATION
70 
71 const QMetaObject *TrafficGraphWidget::metaObject() const
72 {
73  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
74 }
75 
76 void *TrafficGraphWidget::qt_metacast(const char *_clname)
77 {
78  if (!_clname) return 0;
79  if (!strcmp(_clname, qt_meta_stringdata_TrafficGraphWidget))
80  return static_cast<void*>(const_cast< TrafficGraphWidget*>(this));
81  return QWidget::qt_metacast(_clname);
82 }
83 
84 int TrafficGraphWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
85 {
86  _id = QWidget::qt_metacall(_c, _id, _a);
87  if (_id < 0)
88  return _id;
89  if (_c == QMetaObject::InvokeMetaMethod) {
90  if (_id < 3)
91  qt_static_metacall(this, _c, _id, _a);
92  _id -= 3;
93  }
94  return _id;
95 }
96 QT_END_MOC_NAMESPACE
static const char qt_meta_stringdata_TrafficGraphWidget[]
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_TrafficGraphWidget[]