Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'optionsmodel.h'
3 : **
4 : **
5 : ** WARNING! All changes made in this file will be lost!
6 : *****************************************************************************/
7 :
8 : #include "qt/optionsmodel.h"
9 : #if !defined(Q_MOC_OUTPUT_REVISION)
10 : #error "The header file 'optionsmodel.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_OptionsModel[] = {
19 :
20 : // content:
21 : 6, // revision
22 : 0, // classname
23 : 0, 0, // classinfo
24 : 2, 14, // methods
25 : 0, 0, // properties
26 : 0, 0, // enums/sets
27 : 0, 0, // constructors
28 : 0, // flags
29 : 2, // signalCount
30 :
31 : // signals: signature, parameters, type, tag, flags
32 : 19, 14, 13, 13, 0x05,
33 : 43, 13, 13, 13, 0x05,
34 :
35 : 0 // eod
36 : };
37 :
38 : static const char qt_meta_stringdata_OptionsModel[] = {
39 : "OptionsModel\0\0unit\0displayUnitChanged(int)\0"
40 : "coinControlFeaturesChanged(bool)\0"
41 : };
42 :
43 0 : void OptionsModel::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
44 : {
45 0 : if (_c == QMetaObject::InvokeMetaMethod) {
46 0 : Q_ASSERT(staticMetaObject.cast(_o));
47 0 : OptionsModel *_t = static_cast<OptionsModel *>(_o);
48 0 : switch (_id) {
49 0 : case 0: _t->displayUnitChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
50 0 : case 1: _t->coinControlFeaturesChanged((*reinterpret_cast< bool(*)>(_a[1]))); break;
51 : default: ;
52 : }
53 : }
54 0 : }
55 :
56 : const QMetaObjectExtraData OptionsModel::staticMetaObjectExtraData = {
57 : 0, qt_static_metacall
58 : };
59 :
60 : const QMetaObject OptionsModel::staticMetaObject = {
61 : { &QAbstractListModel::staticMetaObject, qt_meta_stringdata_OptionsModel,
62 : qt_meta_data_OptionsModel, &staticMetaObjectExtraData }
63 : };
64 :
65 : #ifdef Q_NO_DATA_RELOCATION
66 : const QMetaObject &OptionsModel::getStaticMetaObject() { return staticMetaObject; }
67 : #endif //Q_NO_DATA_RELOCATION
68 :
69 0 : const QMetaObject *OptionsModel::metaObject() const
70 : {
71 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
72 : }
73 :
74 0 : void *OptionsModel::qt_metacast(const char *_clname)
75 : {
76 0 : if (!_clname) return 0;
77 0 : if (!strcmp(_clname, qt_meta_stringdata_OptionsModel))
78 : return static_cast<void*>(const_cast< OptionsModel*>(this));
79 0 : return QAbstractListModel::qt_metacast(_clname);
80 : }
81 :
82 0 : int OptionsModel::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
83 : {
84 0 : _id = QAbstractListModel::qt_metacall(_c, _id, _a);
85 0 : if (_id < 0)
86 : return _id;
87 0 : if (_c == QMetaObject::InvokeMetaMethod) {
88 0 : if (_id < 2)
89 0 : qt_static_metacall(this, _c, _id, _a);
90 0 : _id -= 2;
91 : }
92 0 : return _id;
93 : }
94 :
95 : // SIGNAL 0
96 0 : void OptionsModel::displayUnitChanged(int _t1)
97 : {
98 0 : void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
99 0 : QMetaObject::activate(this, &staticMetaObject, 0, _a);
100 0 : }
101 :
102 : // SIGNAL 1
103 0 : void OptionsModel::coinControlFeaturesChanged(bool _t1)
104 : {
105 0 : void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
106 0 : QMetaObject::activate(this, &staticMetaObject, 1, _a);
107 0 : }
108 : QT_END_MOC_NAMESPACE
|