00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "editor.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'editor.h' doesn't include <QObject>."
00013 #elif Q_MOC_OUTPUT_REVISION != 59
00014 #error "This file was generated using the moc from 4.2.2. It"
00015 #error "cannot be used with the include files from this version of Qt."
00016 #error "(The moc has changed too much.)"
00017 #endif
00018
00019 static const uint qt_meta_data_hoa_editor__Editor[] = {
00020
00021
00022 1,
00023 0,
00024 0, 0,
00025 23, 10,
00026 0, 0,
00027 0, 0,
00028
00029
00030 20, 19, 19, 19, 0x08,
00031 37, 19, 19, 19, 0x08,
00032 48, 19, 19, 19, 0x08,
00033 60, 19, 19, 19, 0x08,
00034 74, 19, 19, 19, 0x08,
00035 86, 19, 19, 19, 0x08,
00036 100, 19, 19, 19, 0x08,
00037 112, 19, 19, 19, 0x08,
00038 130, 19, 19, 19, 0x08,
00039 146, 19, 19, 19, 0x08,
00040 162, 19, 19, 19, 0x08,
00041 178, 19, 19, 19, 0x08,
00042 195, 19, 19, 19, 0x08,
00043 213, 19, 19, 19, 0x08,
00044 230, 19, 19, 19, 0x08,
00045 246, 19, 19, 19, 0x08,
00046 264, 19, 19, 19, 0x08,
00047 278, 19, 19, 19, 0x08,
00048 292, 19, 19, 19, 0x08,
00049 306, 19, 19, 19, 0x08,
00050 324, 19, 19, 19, 0x08,
00051 336, 19, 19, 19, 0x08,
00052 349, 19, 19, 19, 0x08,
00053
00054 0
00055 };
00056
00057 static const char qt_meta_stringdata_hoa_editor__Editor[] = {
00058 "hoa_editor::Editor\0\0_FileMenuSetup()\0"
00059 "_FileNew()\0_FileOpen()\0_FileSaveAs()\0"
00060 "_FileSave()\0_FileResize()\0_FileQuit()\0"
00061 "_ViewToggleGrid()\0_ViewToggleLL()\0"
00062 "_ViewToggleML()\0_ViewToggleUL()\0"
00063 "_TileLayerFill()\0_TileLayerClear()\0"
00064 "_TileModePaint()\0_TileModeMove()\0"
00065 "_TileModeDelete()\0_TileEditLL()\0"
00066 "_TileEditML()\0_TileEditUL()\0"
00067 "_MapSelectMusic()\0_HelpHelp()\0"
00068 "_HelpAbout()\0_HelpAboutQt()\0"
00069 };
00070
00071 const QMetaObject hoa_editor::Editor::staticMetaObject = {
00072 { &Q3MainWindow::staticMetaObject, qt_meta_stringdata_hoa_editor__Editor,
00073 qt_meta_data_hoa_editor__Editor, 0 }
00074 };
00075
00076 const QMetaObject *hoa_editor::Editor::metaObject() const
00077 {
00078 return &staticMetaObject;
00079 }
00080
00081 void *hoa_editor::Editor::qt_metacast(const char *_clname)
00082 {
00083 if (!_clname) return 0;
00084 if (!strcmp(_clname, qt_meta_stringdata_hoa_editor__Editor))
00085 return static_cast<void*>(const_cast<Editor*>(this));
00086 return Q3MainWindow::qt_metacast(_clname);
00087 }
00088
00089 int hoa_editor::Editor::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00090 {
00091 _id = Q3MainWindow::qt_metacall(_c, _id, _a);
00092 if (_id < 0)
00093 return _id;
00094 if (_c == QMetaObject::InvokeMetaMethod) {
00095 switch (_id) {
00096 case 0: _FileMenuSetup(); break;
00097 case 1: _FileNew(); break;
00098 case 2: _FileOpen(); break;
00099 case 3: _FileSaveAs(); break;
00100 case 4: _FileSave(); break;
00101 case 5: _FileResize(); break;
00102 case 6: _FileQuit(); break;
00103 case 7: _ViewToggleGrid(); break;
00104 case 8: _ViewToggleLL(); break;
00105 case 9: _ViewToggleML(); break;
00106 case 10: _ViewToggleUL(); break;
00107 case 11: _TileLayerFill(); break;
00108 case 12: _TileLayerClear(); break;
00109 case 13: _TileModePaint(); break;
00110 case 14: _TileModeMove(); break;
00111 case 15: _TileModeDelete(); break;
00112 case 16: _TileEditLL(); break;
00113 case 17: _TileEditML(); break;
00114 case 18: _TileEditUL(); break;
00115 case 19: _MapSelectMusic(); break;
00116 case 20: _HelpHelp(); break;
00117 case 21: _HelpAbout(); break;
00118 case 22: _HelpAboutQt(); break;
00119 }
00120 _id -= 23;
00121 }
00122 return _id;
00123 }
00124 static const uint qt_meta_data_hoa_editor__EditorScrollView[] = {
00125
00126
00127 1,
00128 0,
00129 0, 0,
00130 0, 0,
00131 0, 0,
00132 0, 0,
00133
00134 0
00135 };
00136
00137 static const char qt_meta_stringdata_hoa_editor__EditorScrollView[] = {
00138 "hoa_editor::EditorScrollView\0"
00139 };
00140
00141 const QMetaObject hoa_editor::EditorScrollView::staticMetaObject = {
00142 { &Q3ScrollView::staticMetaObject, qt_meta_stringdata_hoa_editor__EditorScrollView,
00143 qt_meta_data_hoa_editor__EditorScrollView, 0 }
00144 };
00145
00146 const QMetaObject *hoa_editor::EditorScrollView::metaObject() const
00147 {
00148 return &staticMetaObject;
00149 }
00150
00151 void *hoa_editor::EditorScrollView::qt_metacast(const char *_clname)
00152 {
00153 if (!_clname) return 0;
00154 if (!strcmp(_clname, qt_meta_stringdata_hoa_editor__EditorScrollView))
00155 return static_cast<void*>(const_cast<EditorScrollView*>(this));
00156 return Q3ScrollView::qt_metacast(_clname);
00157 }
00158
00159 int hoa_editor::EditorScrollView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00160 {
00161 _id = Q3ScrollView::qt_metacall(_c, _id, _a);
00162 if (_id < 0)
00163 return _id;
00164 return _id;
00165 }