Line # Revision Author
1 1 moose /****************************************************************************
2 ** Meta object code from reading C++ file 'SciQWorkspaceModel.h'
3 **
4 ** Created: Tue Sep 13 15:55:36 2005
5 ** by: The Qt Meta Object Compiler version 58 (Qt 4.0.1)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
9
10 #include "SciQWorkspaceModel.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'SciQWorkspaceModel.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 58
14 #error "This file was generated using the moc from 4.0.1. It"
15 #error "cannot be used with the include files from this version of Qt."
16 #error "(The moc has changed too much.)"
17 #endif
18
19 static const uint qt_meta_data_SciQWorkspaceModel[] = {
20
21 // content:
22 1, // revision
23 0, // classname
24 0, 0, // classinfo
25 0, 0, // methods
26 0, 0, // properties
27 0, 0, // enums/sets
28
29 0 // eod
30 };
31
32 static const char qt_meta_stringdata_SciQWorkspaceModel[] = {
33 "SciQWorkspaceModel\0"
34 };
35
36 const QMetaObject SciQWorkspaceModel::staticMetaObject = {
37 { &QAbstractItemModel::staticMetaObject, qt_meta_stringdata_SciQWorkspaceModel,
38 qt_meta_data_SciQWorkspaceModel, 0 }
39 };
40
41 const QMetaObject *SciQWorkspaceModel::metaObject() const
42 {
43 return &staticMetaObject;
44 }
45
46 void *SciQWorkspaceModel::qt_metacast(const char *_clname)
47 {
48 if (!_clname) return 0;
49 if (!strcmp(_clname, qt_meta_stringdata_SciQWorkspaceModel))
50 return static_cast<void*>(const_cast<SciQWorkspaceModel*>(this));
51 return QAbstractItemModel::qt_metacast(_clname);
52 }
53
54 int SciQWorkspaceModel::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
55 {
56 _id = QAbstractItemModel::qt_metacall(_c, _id, _a);
57 if (_id < 0)
58 return _id;
59 return _id;
60 }