00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "constants.h"
00011 #include "..\dialogs.h"
00012 #if !defined(Q_MOC_OUTPUT_REVISION)
00013 #error "The header file 'dialogs.h' doesn't include <QObject>."
00014 #elif Q_MOC_OUTPUT_REVISION != 62
00015 #error "This file was generated using the moc from 4.6.3. It"
00016 #error "cannot be used with the include files from this version of Qt."
00017 #error "(The moc has changed too much.)"
00018 #endif
00019
00020 QT_BEGIN_MOC_NAMESPACE
00021 static const uint qt_meta_data_GridRectDialog[] = {
00022
00023
00024 4,
00025 0,
00026 0, 0,
00027 0, 0,
00028 0, 0,
00029 0, 0,
00030 0, 0,
00031 0,
00032 0,
00033
00034 0
00035 };
00036
00037 static const char qt_meta_stringdata_GridRectDialog[] = {
00038 "GridRectDialog\0"
00039 };
00040
00041 const QMetaObject GridRectDialog::staticMetaObject = {
00042 { &QDialog::staticMetaObject, qt_meta_stringdata_GridRectDialog,
00043 qt_meta_data_GridRectDialog, 0 }
00044 };
00045
00046 #ifdef Q_NO_DATA_RELOCATION
00047 const QMetaObject &GridRectDialog::getStaticMetaObject() { return staticMetaObject; }
00048 #endif //Q_NO_DATA_RELOCATION
00049
00050 const QMetaObject *GridRectDialog::metaObject() const
00051 {
00052 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00053 }
00054
00055 void *GridRectDialog::qt_metacast(const char *_clname)
00056 {
00057 if (!_clname) return 0;
00058 if (!strcmp(_clname, qt_meta_stringdata_GridRectDialog))
00059 return static_cast<void*>(const_cast< GridRectDialog*>(this));
00060 return QDialog::qt_metacast(_clname);
00061 }
00062
00063 int GridRectDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00064 {
00065 _id = QDialog::qt_metacall(_c, _id, _a);
00066 if (_id < 0)
00067 return _id;
00068 return _id;
00069 }
00070 static const uint qt_meta_data_StateStyleDialog[] = {
00071
00072
00073 4,
00074 0,
00075 0, 0,
00076 1, 14,
00077 0, 0,
00078 0, 0,
00079 0, 0,
00080 0,
00081 0,
00082
00083
00084 18, 17, 17, 17, 0x09,
00085
00086 0
00087 };
00088
00089 static const char qt_meta_stringdata_StateStyleDialog[] = {
00090 "StateStyleDialog\0\0myAccept()\0"
00091 };
00092
00093 const QMetaObject StateStyleDialog::staticMetaObject = {
00094 { &QDialog::staticMetaObject, qt_meta_stringdata_StateStyleDialog,
00095 qt_meta_data_StateStyleDialog, 0 }
00096 };
00097
00098 #ifdef Q_NO_DATA_RELOCATION
00099 const QMetaObject &StateStyleDialog::getStaticMetaObject() { return staticMetaObject; }
00100 #endif //Q_NO_DATA_RELOCATION
00101
00102 const QMetaObject *StateStyleDialog::metaObject() const
00103 {
00104 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00105 }
00106
00107 void *StateStyleDialog::qt_metacast(const char *_clname)
00108 {
00109 if (!_clname) return 0;
00110 if (!strcmp(_clname, qt_meta_stringdata_StateStyleDialog))
00111 return static_cast<void*>(const_cast< StateStyleDialog*>(this));
00112 return QDialog::qt_metacast(_clname);
00113 }
00114
00115 int StateStyleDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00116 {
00117 _id = QDialog::qt_metacall(_c, _id, _a);
00118 if (_id < 0)
00119 return _id;
00120 if (_c == QMetaObject::InvokeMetaMethod) {
00121 switch (_id) {
00122 case 0: myAccept(); break;
00123 default: ;
00124 }
00125 _id -= 1;
00126 }
00127 return _id;
00128 }
00129 static const uint qt_meta_data_TransitionStyleDialog[] = {
00130
00131
00132 4,
00133 0,
00134 0, 0,
00135 1, 14,
00136 0, 0,
00137 0, 0,
00138 0, 0,
00139 0,
00140 0,
00141
00142
00143 23, 22, 22, 22, 0x09,
00144
00145 0
00146 };
00147
00148 static const char qt_meta_stringdata_TransitionStyleDialog[] = {
00149 "TransitionStyleDialog\0\0myAccept()\0"
00150 };
00151
00152 const QMetaObject TransitionStyleDialog::staticMetaObject = {
00153 { &QDialog::staticMetaObject, qt_meta_stringdata_TransitionStyleDialog,
00154 qt_meta_data_TransitionStyleDialog, 0 }
00155 };
00156
00157 #ifdef Q_NO_DATA_RELOCATION
00158 const QMetaObject &TransitionStyleDialog::getStaticMetaObject() { return staticMetaObject; }
00159 #endif //Q_NO_DATA_RELOCATION
00160
00161 const QMetaObject *TransitionStyleDialog::metaObject() const
00162 {
00163 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00164 }
00165
00166 void *TransitionStyleDialog::qt_metacast(const char *_clname)
00167 {
00168 if (!_clname) return 0;
00169 if (!strcmp(_clname, qt_meta_stringdata_TransitionStyleDialog))
00170 return static_cast<void*>(const_cast< TransitionStyleDialog*>(this));
00171 return QDialog::qt_metacast(_clname);
00172 }
00173
00174 int TransitionStyleDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00175 {
00176 _id = QDialog::qt_metacall(_c, _id, _a);
00177 if (_id < 0)
00178 return _id;
00179 if (_c == QMetaObject::InvokeMetaMethod) {
00180 switch (_id) {
00181 case 0: myAccept(); break;
00182 default: ;
00183 }
00184 _id -= 1;
00185 }
00186 return _id;
00187 }
00188 static const uint qt_meta_data_GraphGenerationDialog[] = {
00189
00190
00191 4,
00192 0,
00193 0, 0,
00194 2, 14,
00195 0, 0,
00196 0, 0,
00197 0, 0,
00198 0,
00199 0,
00200
00201
00202 23, 22, 22, 22, 0x09,
00203 36, 34, 22, 22, 0x09,
00204
00205 0
00206 };
00207
00208 static const char qt_meta_stringdata_GraphGenerationDialog[] = {
00209 "GraphGenerationDialog\0\0myAccept()\0i\0"
00210 "algorithmChanged(int)\0"
00211 };
00212
00213 const QMetaObject GraphGenerationDialog::staticMetaObject = {
00214 { &QDialog::staticMetaObject, qt_meta_stringdata_GraphGenerationDialog,
00215 qt_meta_data_GraphGenerationDialog, 0 }
00216 };
00217
00218 #ifdef Q_NO_DATA_RELOCATION
00219 const QMetaObject &GraphGenerationDialog::getStaticMetaObject() { return staticMetaObject; }
00220 #endif //Q_NO_DATA_RELOCATION
00221
00222 const QMetaObject *GraphGenerationDialog::metaObject() const
00223 {
00224 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00225 }
00226
00227 void *GraphGenerationDialog::qt_metacast(const char *_clname)
00228 {
00229 if (!_clname) return 0;
00230 if (!strcmp(_clname, qt_meta_stringdata_GraphGenerationDialog))
00231 return static_cast<void*>(const_cast< GraphGenerationDialog*>(this));
00232 return QDialog::qt_metacast(_clname);
00233 }
00234
00235 int GraphGenerationDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00236 {
00237 _id = QDialog::qt_metacall(_c, _id, _a);
00238 if (_id < 0)
00239 return _id;
00240 if (_c == QMetaObject::InvokeMetaMethod) {
00241 switch (_id) {
00242 case 0: myAccept(); break;
00243 case 1: algorithmChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
00244 default: ;
00245 }
00246 _id -= 2;
00247 }
00248 return _id;
00249 }
00250 static const uint qt_meta_data_LaTeXTableDialog[] = {
00251
00252
00253 4,
00254 0,
00255 0, 0,
00256 2, 14,
00257 0, 0,
00258 0, 0,
00259 0, 0,
00260 0,
00261 0,
00262
00263
00264 18, 17, 17, 17, 0x09,
00265 31, 17, 17, 17, 0x09,
00266
00267 0
00268 };
00269
00270 static const char qt_meta_stringdata_LaTeXTableDialog[] = {
00271 "LaTeXTableDialog\0\0switchView()\0copyAll()\0"
00272 };
00273
00274 const QMetaObject LaTeXTableDialog::staticMetaObject = {
00275 { &QDialog::staticMetaObject, qt_meta_stringdata_LaTeXTableDialog,
00276 qt_meta_data_LaTeXTableDialog, 0 }
00277 };
00278
00279 #ifdef Q_NO_DATA_RELOCATION
00280 const QMetaObject &LaTeXTableDialog::getStaticMetaObject() { return staticMetaObject; }
00281 #endif //Q_NO_DATA_RELOCATION
00282
00283 const QMetaObject *LaTeXTableDialog::metaObject() const
00284 {
00285 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00286 }
00287
00288 void *LaTeXTableDialog::qt_metacast(const char *_clname)
00289 {
00290 if (!_clname) return 0;
00291 if (!strcmp(_clname, qt_meta_stringdata_LaTeXTableDialog))
00292 return static_cast<void*>(const_cast< LaTeXTableDialog*>(this));
00293 return QDialog::qt_metacast(_clname);
00294 }
00295
00296 int LaTeXTableDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00297 {
00298 _id = QDialog::qt_metacall(_c, _id, _a);
00299 if (_id < 0)
00300 return _id;
00301 if (_c == QMetaObject::InvokeMetaMethod) {
00302 switch (_id) {
00303 case 0: switchView(); break;
00304 case 1: copyAll(); break;
00305 default: ;
00306 }
00307 _id -= 2;
00308 }
00309 return _id;
00310 }
00311 static const uint qt_meta_data_LoadAutomataDialog[] = {
00312
00313
00314 4,
00315 0,
00316 0, 0,
00317 7, 14,
00318 0, 0,
00319 0, 0,
00320 0, 0,
00321 0,
00322 0,
00323
00324
00325 20, 19, 19, 19, 0x09,
00326 37, 31, 19, 19, 0x09,
00327 55, 19, 19, 19, 0x09,
00328 71, 19, 19, 19, 0x09,
00329 97, 19, 19, 19, 0x09,
00330 127, 19, 19, 19, 0x09,
00331 156, 19, 19, 19, 0x09,
00332
00333 0
00334 };
00335
00336 static const char qt_meta_stringdata_LoadAutomataDialog[] = {
00337 "LoadAutomataDialog\0\0myAccept()\0state\0"
00338 "checkChanged(int)\0buttonClicked()\0"
00339 "checkAlphabetChanged(int)\0"
00340 "checkAlphabetSymbChanged(int)\0"
00341 "checkEpsilonSymbChanged(int)\0"
00342 "algorithmSettings()\0"
00343 };
00344
00345 const QMetaObject LoadAutomataDialog::staticMetaObject = {
00346 { &QDialog::staticMetaObject, qt_meta_stringdata_LoadAutomataDialog,
00347 qt_meta_data_LoadAutomataDialog, 0 }
00348 };
00349
00350 #ifdef Q_NO_DATA_RELOCATION
00351 const QMetaObject &LoadAutomataDialog::getStaticMetaObject() { return staticMetaObject; }
00352 #endif //Q_NO_DATA_RELOCATION
00353
00354 const QMetaObject *LoadAutomataDialog::metaObject() const
00355 {
00356 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00357 }
00358
00359 void *LoadAutomataDialog::qt_metacast(const char *_clname)
00360 {
00361 if (!_clname) return 0;
00362 if (!strcmp(_clname, qt_meta_stringdata_LoadAutomataDialog))
00363 return static_cast<void*>(const_cast< LoadAutomataDialog*>(this));
00364 return QDialog::qt_metacast(_clname);
00365 }
00366
00367 int LoadAutomataDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00368 {
00369 _id = QDialog::qt_metacall(_c, _id, _a);
00370 if (_id < 0)
00371 return _id;
00372 if (_c == QMetaObject::InvokeMetaMethod) {
00373 switch (_id) {
00374 case 0: myAccept(); break;
00375 case 1: checkChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
00376 case 2: buttonClicked(); break;
00377 case 3: checkAlphabetChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
00378 case 4: checkAlphabetSymbChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
00379 case 5: checkEpsilonSymbChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
00380 case 6: algorithmSettings(); break;
00381 default: ;
00382 }
00383 _id -= 7;
00384 }
00385 return _id;
00386 }
00387 QT_END_MOC_NAMESPACE