1 |
|
|
/**************************************************************************** |
2 |
|
|
** Meta object code from reading C++ file 'selection-event.hh' |
3 |
|
|
** |
4 |
|
|
** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.7) |
5 |
|
|
** |
6 |
|
|
** WARNING! All changes made in this file will be lost! |
7 |
|
|
*****************************************************************************/ |
8 |
|
|
|
9 |
|
|
#include "../../../../../include/gepetto/gui/selection-event.hh" |
10 |
|
|
#if !defined(Q_MOC_OUTPUT_REVISION) |
11 |
|
|
#error "The header file 'selection-event.hh' doesn't include <QObject>." |
12 |
|
|
#elif Q_MOC_OUTPUT_REVISION != 63 |
13 |
|
|
#error "This file was generated using the moc from 4.8.7. It" |
14 |
|
|
#error "cannot be used with the include files from this version of Qt." |
15 |
|
|
#error "(The moc has changed too much.)" |
16 |
|
|
#endif |
17 |
|
|
|
18 |
|
|
QT_BEGIN_MOC_NAMESPACE |
19 |
|
|
static const uint qt_meta_data_gepetto__gui__SelectionEvent[] = { |
20 |
|
|
|
21 |
|
|
// content: |
22 |
|
|
6, // revision |
23 |
|
|
0, // classname |
24 |
|
|
0, 0, // classinfo |
25 |
|
|
7, 14, // methods |
26 |
|
|
0, 0, // properties |
27 |
|
|
0, 0, // enums/sets |
28 |
|
|
0, 0, // constructors |
29 |
|
|
0, // flags |
30 |
|
|
0, // signalCount |
31 |
|
|
|
32 |
|
|
// slots: signature, parameters, type, tag, flags |
33 |
|
|
35, 29, 30, 29, 0x0a, |
34 |
|
|
50, 29, 42, 29, 0x0a, |
35 |
|
|
83, 29, 61, 29, 0x0a, |
36 |
|
|
97, 29, 92, 29, 0x0a, |
37 |
|
|
131, 125, 115, 29, 0x0a, |
38 |
|
|
144, 125, 115, 29, 0x0a, |
39 |
|
|
156, 29, 29, 29, 0x0a, |
40 |
|
|
|
41 |
|
|
0 // eod |
42 |
|
|
}; |
43 |
|
|
|
44 |
|
|
static const char qt_meta_stringdata_gepetto__gui__SelectionEvent[] = { |
45 |
|
|
"gepetto::gui::SelectionEvent\0\0Type\0" |
46 |
|
|
"type()\0QString\0nodeName()\0" |
47 |
|
|
"Qt::KeyboardModifiers\0modKey()\0bool\0" |
48 |
|
|
"hasIntersection()\0QVector3D\0local\0" |
49 |
|
|
"normal(bool)\0point(bool)\0done()\0" |
50 |
|
|
}; |
51 |
|
|
|
52 |
|
|
void gepetto::gui::SelectionEvent::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
53 |
|
|
{ |
54 |
|
|
if (_c == QMetaObject::InvokeMetaMethod) { |
55 |
|
|
Q_ASSERT(staticMetaObject.cast(_o)); |
56 |
|
|
SelectionEvent *_t = static_cast<SelectionEvent *>(_o); |
57 |
|
|
switch (_id) { |
58 |
|
|
case 0: { Type _r = _t->type(); |
59 |
|
|
if (_a[0]) *reinterpret_cast< Type*>(_a[0]) = _r; } break; |
60 |
|
|
case 1: { QString _r = _t->nodeName(); |
61 |
|
|
if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break; |
62 |
|
|
case 2: { Qt::KeyboardModifiers _r = _t->modKey(); |
63 |
|
|
if (_a[0]) *reinterpret_cast< Qt::KeyboardModifiers*>(_a[0]) = _r; } break; |
64 |
|
|
case 3: { bool _r = _t->hasIntersection(); |
65 |
|
|
if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; } break; |
66 |
|
|
case 4: { QVector3D _r = _t->normal((*reinterpret_cast< bool(*)>(_a[1]))); |
67 |
|
|
if (_a[0]) *reinterpret_cast< QVector3D*>(_a[0]) = _r; } break; |
68 |
|
|
case 5: { QVector3D _r = _t->point((*reinterpret_cast< bool(*)>(_a[1]))); |
69 |
|
|
if (_a[0]) *reinterpret_cast< QVector3D*>(_a[0]) = _r; } break; |
70 |
|
|
case 6: _t->done(); break; |
71 |
|
|
default: ; |
72 |
|
|
} |
73 |
|
|
} |
74 |
|
|
} |
75 |
|
|
|
76 |
|
|
const QMetaObjectExtraData gepetto::gui::SelectionEvent::staticMetaObjectExtraData = { |
77 |
|
|
0, qt_static_metacall |
78 |
|
|
}; |
79 |
|
|
|
80 |
|
|
const QMetaObject gepetto::gui::SelectionEvent::staticMetaObject = { |
81 |
|
|
{ &QObject::staticMetaObject, qt_meta_stringdata_gepetto__gui__SelectionEvent, |
82 |
|
|
qt_meta_data_gepetto__gui__SelectionEvent, &staticMetaObjectExtraData } |
83 |
|
|
}; |
84 |
|
|
|
85 |
|
|
#ifdef Q_NO_DATA_RELOCATION |
86 |
|
|
const QMetaObject &gepetto::gui::SelectionEvent::getStaticMetaObject() { return staticMetaObject; } |
87 |
|
|
#endif //Q_NO_DATA_RELOCATION |
88 |
|
|
|
89 |
|
|
const QMetaObject *gepetto::gui::SelectionEvent::metaObject() const |
90 |
|
|
{ |
91 |
|
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; |
92 |
|
|
} |
93 |
|
|
|
94 |
|
|
void *gepetto::gui::SelectionEvent::qt_metacast(const char *_clname) |
95 |
|
|
{ |
96 |
|
|
if (!_clname) return 0; |
97 |
|
|
if (!strcmp(_clname, qt_meta_stringdata_gepetto__gui__SelectionEvent)) |
98 |
|
|
return static_cast<void*>(const_cast< SelectionEvent*>(this)); |
99 |
|
|
return QObject::qt_metacast(_clname); |
100 |
|
|
} |
101 |
|
|
|
102 |
|
|
int gepetto::gui::SelectionEvent::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
103 |
|
|
{ |
104 |
|
|
_id = QObject::qt_metacall(_c, _id, _a); |
105 |
|
|
if (_id < 0) |
106 |
|
|
return _id; |
107 |
|
|
if (_c == QMetaObject::InvokeMetaMethod) { |
108 |
|
|
if (_id < 7) |
109 |
|
|
qt_static_metacall(this, _c, _id, _a); |
110 |
|
|
_id -= 7; |
111 |
|
|
} |
112 |
|
|
return _id; |
113 |
✓✗✓✗
|
3 |
} |
114 |
|
|
QT_END_MOC_NAMESPACE |