source: trunk/IPs/systemC/processor/Morpheo/Tools/Viewer/moc_window.cpp @ 99

Last change on this file since 99 was 99, checked in by chou, 15 years ago

Update Viewer

File size: 4.1 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'window.h'
3**
4** Created: Thu May 31 11:18:54 2007
5**      by: The Qt Meta Object Compiler version 59 (Qt 4.2.2)
6**
7** WARNING! All changes made in this file will be lost!
8*****************************************************************************/
9
10#include "Graphics/include/window.h"
11#if !defined(Q_MOC_OUTPUT_REVISION)
12#error "The header file 'window.h' doesn't include <QObject>."
13#elif Q_MOC_OUTPUT_REVISION != 59
14#error "This file was generated using the moc from 4.2.2. 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
19static const uint qt_meta_data_morpheo__tools__viewer__graphics__Window[] = {
20
21 // content:
22       1,       // revision
23       0,       // classname
24       0,    0, // classinfo
25      22,   10, // methods
26       0,    0, // properties
27       0,    0, // enums/sets
28
29 // slots: signature, parameters, type, tag, flags
30      42,   41,   41,   41, 0x08,
31      50,   41,   41,   41, 0x08,
32      64,   41,   41,   41, 0x08,
33      72,   41,   41,   41, 0x08,
34      82,   41,   41,   41, 0x08,
35      94,   41,   41,   41, 0x08,
36     103,   41,   41,   41, 0x08,
37     111,   41,   41,   41, 0x08,
38     120,   41,   41,   41, 0x08,
39     130,   41,   41,   41, 0x08,
40     141,   41,   41,   41, 0x08,
41     155,   41,   41,   41, 0x08,
42     164,   41,   41,   41, 0x08,
43     180,   41,   41,   41, 0x08,
44     194,   41,   41,   41, 0x08,
45     203,   41,   41,   41, 0x08,
46     221,   41,   41,   41, 0x08,
47     236,   41,   41,   41, 0x08,
48     244,   41,   41,   41, 0x08,
49     264,   41,   41,   41, 0x08,
50     275,  273,   41,   41, 0x08,
51     306,  304,   41,   41, 0x08,
52
53       0        // eod
54};
55
56static const char qt_meta_stringdata_morpheo__tools__viewer__graphics__Window[] = {
57    "morpheo::tools::viewer::graphics::Window\0"
58    "\0_open()\0_open_error()\0_save()\0_saveAs()\0"
59    "_saveAsOk()\0_close()\0_quit()\0_quit2()\0"
60    "_zoomIn()\0_zoomOut()\0_defautZoom()\0"
61    "_level()\0_informations()\0_parameters()\0"
62    "_about()\0_component_name()\0_signal_name()\0"
63    "_back()\0_cancel_selection()\0_apply()\0"
64    "s\0currentIndexChanged(QString)\0i\0"
65    "valueChanged(int)\0"
66};
67
68const QMetaObject morpheo::tools::viewer::graphics::Window::staticMetaObject = {
69    { &QMainWindow::staticMetaObject, qt_meta_stringdata_morpheo__tools__viewer__graphics__Window,
70      qt_meta_data_morpheo__tools__viewer__graphics__Window, 0 }
71};
72
73const QMetaObject *morpheo::tools::viewer::graphics::Window::metaObject() const
74{
75    return &staticMetaObject;
76}
77
78void *morpheo::tools::viewer::graphics::Window::qt_metacast(const char *_clname)
79{
80    if (!_clname) return 0;
81    if (!strcmp(_clname, qt_meta_stringdata_morpheo__tools__viewer__graphics__Window))
82        return static_cast<void*>(const_cast<Window*>(this));
83    return QMainWindow::qt_metacast(_clname);
84}
85
86int morpheo::tools::viewer::graphics::Window::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
87{
88    _id = QMainWindow::qt_metacall(_c, _id, _a);
89    if (_id < 0)
90        return _id;
91    if (_c == QMetaObject::InvokeMetaMethod) {
92        switch (_id) {
93        case 0: _open(); break;
94        case 1: _open_error(); break;
95        case 2: _save(); break;
96        case 3: _saveAs(); break;
97        case 4: _saveAsOk(); break;
98        case 5: _close(); break;
99        case 6: _quit(); break;
100        case 7: _quit2(); break;
101        case 8: _zoomIn(); break;
102        case 9: _zoomOut(); break;
103        case 10: _defautZoom(); break;
104        case 11: _level(); break;
105        case 12: _informations(); break;
106        case 13: _parameters(); break;
107        case 14: _about(); break;
108        case 15: _component_name(); break;
109        case 16: _signal_name(); break;
110        case 17: _back(); break;
111        case 18: _cancel_selection(); break;
112        case 19: _apply(); break;
113        case 20: currentIndexChanged((*reinterpret_cast< QString(*)>(_a[1]))); break;
114        case 21: valueChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
115        }
116        _id -= 22;
117    }
118    return _id;
119}
Note: See TracBrowser for help on using the repository browser.