2108 |
paro |
1 |
/**************************************************************************** |
|
|
2 |
** Meta object code from reading C++ file 'scope.h' |
|
|
3 |
** |
2119 |
paro |
4 |
** Created: Mon Aug 15 00:34:35 2011 |
2108 |
paro |
5 |
** by: The Qt Meta Object Compiler version 62 (Qt 4.7.2) |
|
|
6 |
** |
|
|
7 |
** WARNING! All changes made in this file will be lost! |
|
|
8 |
*****************************************************************************/ |
|
|
9 |
|
|
|
10 |
#include "scope.h" |
|
|
11 |
#if !defined(Q_MOC_OUTPUT_REVISION) |
|
|
12 |
#error "The header file 'scope.h' doesn't include <QObject>." |
|
|
13 |
#elif Q_MOC_OUTPUT_REVISION != 62 |
|
|
14 |
#error "This file was generated using the moc from 4.7.2. 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 |
|
|
20 |
static const uint qt_meta_data_Scope[] = { |
|
|
21 |
|
|
|
22 |
// content: |
|
|
23 |
5, // revision |
|
|
24 |
0, // classname |
|
|
25 |
0, 0, // classinfo |
|
|
26 |
3, 14, // methods |
|
|
27 |
0, 0, // properties |
|
|
28 |
0, 0, // enums/sets |
|
|
29 |
0, 0, // constructors |
|
|
30 |
0, // flags |
|
|
31 |
0, // signalCount |
|
|
32 |
|
|
|
33 |
// slots: signature, parameters, type, tag, flags |
|
|
34 |
7, 6, 6, 6, 0x0a, |
|
|
35 |
21, 17, 6, 6, 0x0a, |
|
|
36 |
35, 17, 6, 6, 0x0a, |
|
|
37 |
|
|
|
38 |
|
|
|
39 |
}; |
|
|
40 |
|
|
|
41 |
static const char qt_meta_stringdata_Scope[] = { |
|
|
42 |
"Scope\0\0getData()\0val\0setScale(int)\0" |
|
|
43 |
"setShift(int)\0" |
|
|
44 |
}; |
|
|
45 |
|
|
|
46 |
const QMetaObject Scope::staticMetaObject = { |
|
|
47 |
{ &QWidget::staticMetaObject, qt_meta_stringdata_Scope, |
|
|
48 |
qt_meta_data_Scope, 0 } |
|
|
49 |
}; |
|
|
50 |
|
|
|
51 |
#ifdef Q_NO_DATA_RELOCATION |
|
|
52 |
const QMetaObject &Scope::getStaticMetaObject() { return staticMetaObject; } |
|
|
53 |
#endif //Q_NO_DATA_RELOCATION |
|
|
54 |
|
|
|
55 |
const QMetaObject *Scope::metaObject() const |
|
|
56 |
{ |
|
|
57 |
return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; |
|
|
58 |
} |
|
|
59 |
|
|
|
60 |
void *Scope::qt_metacast(const char *_clname) |
|
|
61 |
{ |
|
|
62 |
if (!_clname) return 0; |
|
|
63 |
if (!strcmp(_clname, qt_meta_stringdata_Scope)) |
|
|
64 |
return static_cast<void*>(const_cast< Scope*>(this)); |
|
|
65 |
return QWidget::qt_metacast(_clname); |
|
|
66 |
} |
|
|
67 |
|
|
|
68 |
int Scope::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
|
|
69 |
{ |
|
|
70 |
_id = QWidget::qt_metacall(_c, _id, _a); |
|
|
71 |
if (_id < 0) |
|
|
72 |
return _id; |
|
|
73 |
if (_c == QMetaObject::InvokeMetaMethod) { |
|
|
74 |
switch (_id) { |
|
|
75 |
case 0: getData(); break; |
|
|
76 |
case 1: setScale((*reinterpret_cast< int(*)>(_a[1]))); break; |
|
|
77 |
case 2: setShift((*reinterpret_cast< int(*)>(_a[1]))); break; |
|
|
78 |
default: ; |
|
|
79 |
} |
|
|
80 |
_id -= 3; |
|
|
81 |
} |
|
|
82 |
return _id; |
|
|
83 |
} |
|
|
84 |
QT_END_MOC_NAMESPACE |