• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

C:/CVUT/diplomka/Automata_editor/sources/Debug/moc_dialogs.cpp

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'dialogs.h'
00003 **
00004 ** Created: Tue 4. Jan 02:52:19 2011
00005 **      by: The Qt Meta Object Compiler version 62 (Qt 4.6.3)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
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  // content:
00024        4,       // revision
00025        0,       // classname
00026        0,    0, // classinfo
00027        0,    0, // methods
00028        0,    0, // properties
00029        0,    0, // enums/sets
00030        0,    0, // constructors
00031        0,       // flags
00032        0,       // signalCount
00033 
00034        0        // eod
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  // content:
00073        4,       // revision
00074        0,       // classname
00075        0,    0, // classinfo
00076        1,   14, // methods
00077        0,    0, // properties
00078        0,    0, // enums/sets
00079        0,    0, // constructors
00080        0,       // flags
00081        0,       // signalCount
00082 
00083  // slots: signature, parameters, type, tag, flags
00084       18,   17,   17,   17, 0x09,
00085 
00086        0        // eod
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  // content:
00132        4,       // revision
00133        0,       // classname
00134        0,    0, // classinfo
00135        1,   14, // methods
00136        0,    0, // properties
00137        0,    0, // enums/sets
00138        0,    0, // constructors
00139        0,       // flags
00140        0,       // signalCount
00141 
00142  // slots: signature, parameters, type, tag, flags
00143       23,   22,   22,   22, 0x09,
00144 
00145        0        // eod
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  // content:
00191        4,       // revision
00192        0,       // classname
00193        0,    0, // classinfo
00194        2,   14, // methods
00195        0,    0, // properties
00196        0,    0, // enums/sets
00197        0,    0, // constructors
00198        0,       // flags
00199        0,       // signalCount
00200 
00201  // slots: signature, parameters, type, tag, flags
00202       23,   22,   22,   22, 0x09,
00203       36,   34,   22,   22, 0x09,
00204 
00205        0        // eod
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  // content:
00253        4,       // revision
00254        0,       // classname
00255        0,    0, // classinfo
00256        2,   14, // methods
00257        0,    0, // properties
00258        0,    0, // enums/sets
00259        0,    0, // constructors
00260        0,       // flags
00261        0,       // signalCount
00262 
00263  // slots: signature, parameters, type, tag, flags
00264       18,   17,   17,   17, 0x09,
00265       31,   17,   17,   17, 0x09,
00266 
00267        0        // eod
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  // content:
00314        4,       // revision
00315        0,       // classname
00316        0,    0, // classinfo
00317        7,   14, // methods
00318        0,    0, // properties
00319        0,    0, // enums/sets
00320        0,    0, // constructors
00321        0,       // flags
00322        0,       // signalCount
00323 
00324  // slots: signature, parameters, type, tag, flags
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        // eod
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

Generated on Tue Jan 4 2011 03:03:22 for Autoamata editor by  doxygen 1.7.0