13 #if !defined(Q_MOC_OUTPUT_REVISION)
14 #error "The header file 'Figure.h' doesn't include <QObject>."
15 #elif Q_MOC_OUTPUT_REVISION != 63
16 #error "This file was generated using the moc from 4.8.6. It"
17 #error "cannot be used with the include files from this version of Qt."
18 #error "(The moc has changed too much.)"
21 QT_BEGIN_MOC_NAMESPACE
42 107, 18, 18, 18, 0x08,
43 126, 18, 18, 18, 0x08,
44 158, 144, 18, 18, 0x08,
45 173, 18, 18, 18, 0x28,
46 184, 18, 18, 18, 0x08,
47 205, 18, 18, 18, 0x08,
48 221, 18, 18, 18, 0x08,
49 239, 18, 18, 18, 0x08,
50 252, 18, 18, 18, 0x08,
51 265, 18, 18, 18, 0x08,
57 "QtHandles::Figure\0\0asyncUpdate()\0mode\0"
58 "setMouseMode(MouseMode)\0prompt\0"
59 "fileSaveFigure(bool)\0fileSaveFigure()\0"
60 "fileSaveFigureAs()\0fileCloseFigure()\0"
61 "choose_format\0editCopy(bool)\0editCopy()\0"
62 "helpAboutQtHandles()\0updateMenuBar()\0"
63 "updateContainer()\0toggleAxes()\0"
64 "toggleGrid()\0autoAxes()\0"
67 void QtHandles::Figure::qt_static_metacall(
QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
69 if (_c == QMetaObject::InvokeMetaMethod) {
70 Q_ASSERT(staticMetaObject.cast(_o));
73 case 0: _t->asyncUpdate();
break;
74 case 1: _t->setMouseMode((*
reinterpret_cast< MouseMode(*)
>(_a[1])));
break;
75 case 2: _t->fileSaveFigure((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
76 case 3: _t->fileSaveFigure();
break;
77 case 4: _t->fileSaveFigureAs();
break;
78 case 5: _t->fileCloseFigure();
break;
79 case 6: _t->editCopy((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
80 case 7: _t->editCopy();
break;
81 case 8: _t->helpAboutQtHandles();
break;
82 case 9: _t->updateMenuBar();
break;
83 case 10: _t->updateContainer();
break;
84 case 11: _t->toggleAxes();
break;
85 case 12: _t->toggleGrid();
break;
86 case 13: _t->autoAxes();
break;
92 const QMetaObjectExtraData QtHandles::Figure::staticMetaObjectExtraData = {
96 const QMetaObject QtHandles::Figure::staticMetaObject = {
101 #ifdef Q_NO_DATA_RELOCATION
102 const QMetaObject &QtHandles::Figure::getStaticMetaObject() {
return staticMetaObject; }
103 #endif //Q_NO_DATA_RELOCATION
105 const QMetaObject *QtHandles::Figure::metaObject()
const
107 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
110 void *QtHandles::Figure::qt_metacast(
const char *_clname)
112 if (!_clname)
return 0;
113 if (!strcmp(_clname, qt_meta_stringdata_QtHandles__Figure))
114 return static_cast<void*
>(
const_cast< Figure*
>(
this));
115 if (!strcmp(_clname,
"MenuContainer"))
116 return static_cast< MenuContainer*>(const_cast< Figure*>(
this));
117 if (!strcmp(_clname,
"GenericEventNotifyReceiver"))
118 return static_cast< GenericEventNotifyReceiver*>(const_cast< Figure*>(
this));
119 return Object::qt_metacast(_clname);
122 int QtHandles::Figure::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
124 _id = Object::qt_metacall(_c, _id, _a);
127 if (_c == QMetaObject::InvokeMetaMethod) {
129 qt_static_metacall(
this, _c, _id, _a);
138 QMetaObject::activate(
this, &staticMetaObject, 0, 0);