GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc-FigureWindow.cc
Go to the documentation of this file.
1 #ifdef HAVE_CONFIG_H
2 #include <config.h>
3 #endif
4 /****************************************************************************
5 ** Meta object code from reading C++ file 'FigureWindow.h'
6 **
7 ** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6)
8 **
9 ** WARNING! All changes made in this file will be lost!
10 *****************************************************************************/
11 
12 #include "graphics/FigureWindow.h"
13 #if !defined(Q_MOC_OUTPUT_REVISION)
14 #error "The header file 'FigureWindow.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.)"
19 #endif
20 
21 QT_BEGIN_MOC_NAMESPACE
22 static const uint qt_meta_data_QtHandles__FigureWindow[] = {
23 
24  // content:
25  6, // revision
26  0, // classname
27  0, 0, // classinfo
28  0, 0, // methods
29  0, 0, // properties
30  0, 0, // enums/sets
31  0, 0, // constructors
32  0, // flags
33  0, // signalCount
34 
35  0 // eod
36 };
37 
39  "QtHandles::FigureWindow\0"
40 };
41 
42 void QtHandles::FigureWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
43 {
44  Q_UNUSED(_o);
45  Q_UNUSED(_id);
46  Q_UNUSED(_c);
47  Q_UNUSED(_a);
48 }
49 
50 const QMetaObjectExtraData QtHandles::FigureWindow::staticMetaObjectExtraData = {
51  0, qt_static_metacall
52 };
53 
54 const QMetaObject QtHandles::FigureWindow::staticMetaObject = {
55  { &FigureWindowBase::staticMetaObject, qt_meta_stringdata_QtHandles__FigureWindow,
56  qt_meta_data_QtHandles__FigureWindow, &staticMetaObjectExtraData }
57 };
58 
59 #ifdef Q_NO_DATA_RELOCATION
60 const QMetaObject &QtHandles::FigureWindow::getStaticMetaObject() { return staticMetaObject; }
61 #endif //Q_NO_DATA_RELOCATION
62 
63 const QMetaObject *QtHandles::FigureWindow::metaObject() const
64 {
65  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
66 }
67 
68 void *QtHandles::FigureWindow::qt_metacast(const char *_clname)
69 {
70  if (!_clname) return 0;
71  if (!strcmp(_clname, qt_meta_stringdata_QtHandles__FigureWindow))
72  return static_cast<void*>(const_cast< FigureWindow*>(this));
73  return FigureWindowBase::qt_metacast(_clname);
74 }
75 
76 int QtHandles::FigureWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
77 {
78  _id = FigureWindowBase::qt_metacall(_c, _id, _a);
79  if (_id < 0)
80  return _id;
81  return _id;
82 }
83 QT_END_MOC_NAMESPACE
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_QtHandles__FigureWindow[]
static const char qt_meta_stringdata_QtHandles__FigureWindow[]