File: Intrepreter.moc.cpp

package info (click to toggle)
freemat 4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 174,736 kB
  • ctags: 67,053
  • sloc: cpp: 351,060; ansic: 255,892; sh: 40,590; makefile: 4,323; perl: 4,058; asm: 3,313; pascal: 2,718; fortran: 1,722; ada: 1,681; ml: 1,360; cs: 879; csh: 795; python: 430; sed: 162; lisp: 160; awk: 5
file content (232 lines) | stat: -rw-r--r-- 7,817 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
/****************************************************************************
** Meta object code from reading C++ file 'Interpreter.hpp'
**
** Created: Thu Oct 8 21:51:55 2009
**      by: The Qt Meta Object Compiler version 61 (Qt 4.5.2)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#include "Interpreter.hpp"
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'Interpreter.hpp' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 61
#error "This file was generated using the moc from 4.5.2. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif

QT_BEGIN_MOC_NAMESPACE
static const uint qt_meta_data_Interpreter[] = {

 // content:
       2,       // revision
       0,       // classname
       0,    0, // classinfo
      20,   12, // methods
       0,    0, // properties
       0,    0, // enums/sets
       0,    0, // constructors

 // signals: signature, parameters, type, tag, flags
      13,   12,   12,   12, 0x05,
      36,   12,   12,   12, 0x05,
      44,   12,   12,   12, 0x05,
      68,   12,   12,   12, 0x05,
      92,   12,   12,   12, 0x05,
     121,   12,   12,   12, 0x05,
     141,   12,   12,   12, 0x05,
     164,  160,   12,   12, 0x05,
     217,   12,   12,   12, 0x05,
     230,   12,   12,   12, 0x05,
     246,   12,   12,   12, 0x05,
     273,  263,   12,   12, 0x05,
     311,  263,   12,   12, 0x05,
     339,   12,   12,   12, 0x05,
     355,   12,   12,   12, 0x05,
     378,  372,   12,   12, 0x05,

 // slots: signature, parameters, type, tag, flags
     408,   12,   12,   12, 0x0a,
     427,  425,   12,   12, 0x0a,
     451,   12,   12,   12, 0x0a,
     473,   12,   12,   12, 0x0a,

       0        // eod
};

static const char qt_meta_stringdata_Interpreter[] = {
    "Interpreter\0\0outputRawText(QString)\0"
    "Flush()\0updateDirView(QVariant)\0"
    "updateVarView(QVariant)\0"
    "updateStackView(QStringList)\0"
    "CWDChanged(QString)\0SetPrompt(QString)\0"
    ",,,\0doGraphicsCall(Interpreter*,FuncPtr,ArrayVector,int)\0"
    "QuitSignal()\0CrashedSignal()\0"
    "RefreshBPLists()\0name,line\0"
    "IllegalLineOrCurrentPath(QString,int)\0"
    "ShowActiveLine(QString,int)\0EnableRepaint()\0"
    "DisableRepaint()\0trace\0"
    "UpdateStackTrace(QStringList)\0"
    "updateFileTool()\0m\0updateFileTool(QString)\0"
    "updateVariablesTool()\0updateStackTool()\0"
};

const QMetaObject Interpreter::staticMetaObject = {
    { &QThread::staticMetaObject, qt_meta_stringdata_Interpreter,
      qt_meta_data_Interpreter, 0 }
};

const QMetaObject *Interpreter::metaObject() const
{
    return &staticMetaObject;
}

void *Interpreter::qt_metacast(const char *_clname)
{
    if (!_clname) return 0;
    if (!strcmp(_clname, qt_meta_stringdata_Interpreter))
        return static_cast<void*>(const_cast< Interpreter*>(this));
    return QThread::qt_metacast(_clname);
}

int Interpreter::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
    _id = QThread::qt_metacall(_c, _id, _a);
    if (_id < 0)
        return _id;
    if (_c == QMetaObject::InvokeMetaMethod) {
        switch (_id) {
        case 0: outputRawText((*reinterpret_cast< QString(*)>(_a[1]))); break;
        case 1: Flush(); break;
        case 2: updateDirView((*reinterpret_cast< QVariant(*)>(_a[1]))); break;
        case 3: updateVarView((*reinterpret_cast< QVariant(*)>(_a[1]))); break;
        case 4: updateStackView((*reinterpret_cast< QStringList(*)>(_a[1]))); break;
        case 5: CWDChanged((*reinterpret_cast< QString(*)>(_a[1]))); break;
        case 6: SetPrompt((*reinterpret_cast< QString(*)>(_a[1]))); break;
        case 7: doGraphicsCall((*reinterpret_cast< Interpreter*(*)>(_a[1])),(*reinterpret_cast< FuncPtr(*)>(_a[2])),(*reinterpret_cast< ArrayVector(*)>(_a[3])),(*reinterpret_cast< int(*)>(_a[4]))); break;
        case 8: QuitSignal(); break;
        case 9: CrashedSignal(); break;
        case 10: RefreshBPLists(); break;
        case 11: IllegalLineOrCurrentPath((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
        case 12: ShowActiveLine((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
        case 13: EnableRepaint(); break;
        case 14: DisableRepaint(); break;
        case 15: UpdateStackTrace((*reinterpret_cast< QStringList(*)>(_a[1]))); break;
        case 16: updateFileTool(); break;
        case 17: updateFileTool((*reinterpret_cast< const QString(*)>(_a[1]))); break;
        case 18: updateVariablesTool(); break;
        case 19: updateStackTool(); break;
        default: ;
        }
        _id -= 20;
    }
    return _id;
}

// SIGNAL 0
void Interpreter::outputRawText(QString _t1)
{
    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
    QMetaObject::activate(this, &staticMetaObject, 0, _a);
}

// SIGNAL 1
void Interpreter::Flush()
{
    QMetaObject::activate(this, &staticMetaObject, 1, 0);
}

// SIGNAL 2
void Interpreter::updateDirView(QVariant _t1)
{
    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
    QMetaObject::activate(this, &staticMetaObject, 2, _a);
}

// SIGNAL 3
void Interpreter::updateVarView(QVariant _t1)
{
    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
    QMetaObject::activate(this, &staticMetaObject, 3, _a);
}

// SIGNAL 4
void Interpreter::updateStackView(QStringList _t1)
{
    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
    QMetaObject::activate(this, &staticMetaObject, 4, _a);
}

// SIGNAL 5
void Interpreter::CWDChanged(QString _t1)
{
    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
    QMetaObject::activate(this, &staticMetaObject, 5, _a);
}

// SIGNAL 6
void Interpreter::SetPrompt(QString _t1)
{
    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
    QMetaObject::activate(this, &staticMetaObject, 6, _a);
}

// SIGNAL 7
void Interpreter::doGraphicsCall(Interpreter * _t1, FuncPtr _t2, ArrayVector _t3, int _t4)
{
    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)), const_cast<void*>(reinterpret_cast<const void*>(&_t4)) };
    QMetaObject::activate(this, &staticMetaObject, 7, _a);
}

// SIGNAL 8
void Interpreter::QuitSignal()
{
    QMetaObject::activate(this, &staticMetaObject, 8, 0);
}

// SIGNAL 9
void Interpreter::CrashedSignal()
{
    QMetaObject::activate(this, &staticMetaObject, 9, 0);
}

// SIGNAL 10
void Interpreter::RefreshBPLists()
{
    QMetaObject::activate(this, &staticMetaObject, 10, 0);
}

// SIGNAL 11
void Interpreter::IllegalLineOrCurrentPath(QString _t1, int _t2)
{
    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
    QMetaObject::activate(this, &staticMetaObject, 11, _a);
}

// SIGNAL 12
void Interpreter::ShowActiveLine(QString _t1, int _t2)
{
    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
    QMetaObject::activate(this, &staticMetaObject, 12, _a);
}

// SIGNAL 13
void Interpreter::EnableRepaint()
{
    QMetaObject::activate(this, &staticMetaObject, 13, 0);
}

// SIGNAL 14
void Interpreter::DisableRepaint()
{
    QMetaObject::activate(this, &staticMetaObject, 14, 0);
}

// SIGNAL 15
void Interpreter::UpdateStackTrace(QStringList _t1)
{
    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
    QMetaObject::activate(this, &staticMetaObject, 15, _a);
}
QT_END_MOC_NAMESPACE