Fri, 15 Mar 2013 20:11:18 +0200
Initial commit
0 | 1 | /**************************************************************************** |
2 | ** Meta object code from reading C++ file 'draw.h' | |
3 | ** | |
4 | ** Created: Fri Mar 15 18:10:06 2013 | |
5 | ** by: The Qt Meta Object Compiler version 63 (Qt 4.8.3) | |
6 | ** | |
7 | ** WARNING! All changes made in this file will be lost! | |
8 | *****************************************************************************/ | |
9 | ||
10 | #include "draw.h" | |
11 | #if !defined(Q_MOC_OUTPUT_REVISION) | |
12 | #error "The header file 'draw.h' doesn't include <QObject>." | |
13 | #elif Q_MOC_OUTPUT_REVISION != 63 | |
14 | #error "This file was generated using the moc from 4.8.3. 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_renderer[] = { | |
21 | ||
22 | // content: | |
23 | 6, // revision | |
24 | 0, // classname | |
25 | 0, 0, // classinfo | |
26 | 0, 0, // methods | |
27 | 0, 0, // properties | |
28 | 0, 0, // enums/sets | |
29 | 0, 0, // constructors | |
30 | 0, // flags | |
31 | 0, // signalCount | |
32 | ||
33 | 0 // eod | |
34 | }; | |
35 | ||
36 | static const char qt_meta_stringdata_renderer[] = { | |
37 | "renderer\0" | |
38 | }; | |
39 | ||
40 | void renderer::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) | |
41 | { | |
42 | Q_UNUSED(_o); | |
43 | Q_UNUSED(_id); | |
44 | Q_UNUSED(_c); | |
45 | Q_UNUSED(_a); | |
46 | } | |
47 | ||
48 | const QMetaObjectExtraData renderer::staticMetaObjectExtraData = { | |
49 | 0, qt_static_metacall | |
50 | }; | |
51 | ||
52 | const QMetaObject renderer::staticMetaObject = { | |
53 | { &QGLWidget::staticMetaObject, qt_meta_stringdata_renderer, | |
54 | qt_meta_data_renderer, &staticMetaObjectExtraData } | |
55 | }; | |
56 | ||
57 | #ifdef Q_NO_DATA_RELOCATION | |
58 | const QMetaObject &renderer::getStaticMetaObject() { return staticMetaObject; } | |
59 | #endif //Q_NO_DATA_RELOCATION | |
60 | ||
61 | const QMetaObject *renderer::metaObject() const | |
62 | { | |
63 | return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; | |
64 | } | |
65 | ||
66 | void *renderer::qt_metacast(const char *_clname) | |
67 | { | |
68 | if (!_clname) return 0; | |
69 | if (!strcmp(_clname, qt_meta_stringdata_renderer)) | |
70 | return static_cast<void*>(const_cast< renderer*>(this)); | |
71 | return QGLWidget::qt_metacast(_clname); | |
72 | } | |
73 | ||
74 | int renderer::qt_metacall(QMetaObject::Call _c, int _id, void **_a) | |
75 | { | |
76 | _id = QGLWidget::qt_metacall(_c, _id, _a); | |
77 | if (_id < 0) | |
78 | return _id; | |
79 | return _id; | |
80 | } | |
81 | QT_END_MOC_NAMESPACE |