Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

build open-axiom

54512 views
1
/****************************************************************************
2
** Meta object code from reading C++ file 'main-window.h'
3
**
4
** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6)
5
**
6
** WARNING! All changes made in this file will be lost!
7
*****************************************************************************/
8
9
#include "../../../open-axiom/src/gui/main-window.h"
10
#if !defined(Q_MOC_OUTPUT_REVISION)
11
#error "The header file 'main-window.h' doesn't include <QObject>."
12
#elif Q_MOC_OUTPUT_REVISION != 63
13
#error "This file was generated using the moc from 4.8.6. 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_OpenAxiom__MainWindow[] = {
20
21
// content:
22
6, // revision
23
0, // classname
24
0, 0, // classinfo
25
2, 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
25, 23, 22, 22, 0x08,
34
56, 22, 22, 22, 0x08,
35
36
0 // eod
37
};
38
39
static const char qt_meta_stringdata_OpenAxiom__MainWindow[] = {
40
"OpenAxiom::MainWindow\0\0,\0"
41
"done(int,QProcess::ExitStatus)\0"
42
"display_error()\0"
43
};
44
45
void OpenAxiom::MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
46
{
47
if (_c == QMetaObject::InvokeMetaMethod) {
48
Q_ASSERT(staticMetaObject.cast(_o));
49
MainWindow *_t = static_cast<MainWindow *>(_o);
50
switch (_id) {
51
case 0: _t->done((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< QProcess::ExitStatus(*)>(_a[2]))); break;
52
case 1: _t->display_error(); break;
53
default: ;
54
}
55
}
56
}
57
58
const QMetaObjectExtraData OpenAxiom::MainWindow::staticMetaObjectExtraData = {
59
0, qt_static_metacall
60
};
61
62
const QMetaObject OpenAxiom::MainWindow::staticMetaObject = {
63
{ &QMainWindow::staticMetaObject, qt_meta_stringdata_OpenAxiom__MainWindow,
64
qt_meta_data_OpenAxiom__MainWindow, &staticMetaObjectExtraData }
65
};
66
67
#ifdef Q_NO_DATA_RELOCATION
68
const QMetaObject &OpenAxiom::MainWindow::getStaticMetaObject() { return staticMetaObject; }
69
#endif //Q_NO_DATA_RELOCATION
70
71
const QMetaObject *OpenAxiom::MainWindow::metaObject() const
72
{
73
return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
74
}
75
76
void *OpenAxiom::MainWindow::qt_metacast(const char *_clname)
77
{
78
if (!_clname) return 0;
79
if (!strcmp(_clname, qt_meta_stringdata_OpenAxiom__MainWindow))
80
return static_cast<void*>(const_cast< MainWindow*>(this));
81
return QMainWindow::qt_metacast(_clname);
82
}
83
84
int OpenAxiom::MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
85
{
86
_id = QMainWindow::qt_metacall(_c, _id, _a);
87
if (_id < 0)
88
return _id;
89
if (_c == QMetaObject::InvokeMetaMethod) {
90
if (_id < 2)
91
qt_static_metacall(this, _c, _id, _a);
92
_id -= 2;
93
}
94
return _id;
95
}
96
QT_END_MOC_NAMESPACE
97
98