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

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

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'transitionDialogs.h'
00003 **
00004 ** Created: Tue 4. Jan 02:52:17 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 "..\transitionDialogs.h"
00012 #if !defined(Q_MOC_OUTPUT_REVISION)
00013 #error "The header file 'transitionDialogs.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_TransitionDialog[] = {
00022 
00023  // content:
00024        4,       // revision
00025        0,       // classname
00026        0,    0, // classinfo
00027        1,   14, // methods
00028        0,    0, // properties
00029        0,    0, // enums/sets
00030        0,    0, // constructors
00031        0,       // flags
00032        0,       // signalCount
00033 
00034  // slots: signature, parameters, type, tag, flags
00035       22,   18,   17,   17, 0x09,
00036 
00037        0        // eod
00038 };
00039 
00040 static const char qt_meta_stringdata_TransitionDialog[] = {
00041     "TransitionDialog\0\0typ\0showEdits(int)\0"
00042 };
00043 
00044 const QMetaObject TransitionDialog::staticMetaObject = {
00045     { &NameAcceptDialog::staticMetaObject, qt_meta_stringdata_TransitionDialog,
00046       qt_meta_data_TransitionDialog, 0 }
00047 };
00048 
00049 #ifdef Q_NO_DATA_RELOCATION
00050 const QMetaObject &TransitionDialog::getStaticMetaObject() { return staticMetaObject; }
00051 #endif //Q_NO_DATA_RELOCATION
00052 
00053 const QMetaObject *TransitionDialog::metaObject() const
00054 {
00055     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00056 }
00057 
00058 void *TransitionDialog::qt_metacast(const char *_clname)
00059 {
00060     if (!_clname) return 0;
00061     if (!strcmp(_clname, qt_meta_stringdata_TransitionDialog))
00062         return static_cast<void*>(const_cast< TransitionDialog*>(this));
00063     return NameAcceptDialog::qt_metacast(_clname);
00064 }
00065 
00066 int TransitionDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00067 {
00068     _id = NameAcceptDialog::qt_metacall(_c, _id, _a);
00069     if (_id < 0)
00070         return _id;
00071     if (_c == QMetaObject::InvokeMetaMethod) {
00072         switch (_id) {
00073         case 0: showEdits((*reinterpret_cast< int(*)>(_a[1]))); break;
00074         default: ;
00075         }
00076         _id -= 1;
00077     }
00078     return _id;
00079 }
00080 static const uint qt_meta_data_TransitionLoopSEDialog[] = {
00081 
00082  // content:
00083        4,       // revision
00084        0,       // classname
00085        0,    0, // classinfo
00086        1,   14, // methods
00087        0,    0, // properties
00088        0,    0, // enums/sets
00089        0,    0, // constructors
00090        0,       // flags
00091        0,       // signalCount
00092 
00093  // slots: signature, parameters, type, tag, flags
00094       28,   24,   23,   23, 0x09,
00095 
00096        0        // eod
00097 };
00098 
00099 static const char qt_meta_stringdata_TransitionLoopSEDialog[] = {
00100     "TransitionLoopSEDialog\0\0typ\0showEdits(int)\0"
00101 };
00102 
00103 const QMetaObject TransitionLoopSEDialog::staticMetaObject = {
00104     { &NameAcceptDialog::staticMetaObject, qt_meta_stringdata_TransitionLoopSEDialog,
00105       qt_meta_data_TransitionLoopSEDialog, 0 }
00106 };
00107 
00108 #ifdef Q_NO_DATA_RELOCATION
00109 const QMetaObject &TransitionLoopSEDialog::getStaticMetaObject() { return staticMetaObject; }
00110 #endif //Q_NO_DATA_RELOCATION
00111 
00112 const QMetaObject *TransitionLoopSEDialog::metaObject() const
00113 {
00114     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00115 }
00116 
00117 void *TransitionLoopSEDialog::qt_metacast(const char *_clname)
00118 {
00119     if (!_clname) return 0;
00120     if (!strcmp(_clname, qt_meta_stringdata_TransitionLoopSEDialog))
00121         return static_cast<void*>(const_cast< TransitionLoopSEDialog*>(this));
00122     return NameAcceptDialog::qt_metacast(_clname);
00123 }
00124 
00125 int TransitionLoopSEDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00126 {
00127     _id = NameAcceptDialog::qt_metacall(_c, _id, _a);
00128     if (_id < 0)
00129         return _id;
00130     if (_c == QMetaObject::InvokeMetaMethod) {
00131         switch (_id) {
00132         case 0: showEdits((*reinterpret_cast< int(*)>(_a[1]))); break;
00133         default: ;
00134         }
00135         _id -= 1;
00136     }
00137     return _id;
00138 }
00139 static const uint qt_meta_data_TransitionExtendedDialog[] = {
00140 
00141  // content:
00142        4,       // revision
00143        0,       // classname
00144        0,    0, // classinfo
00145        0,    0, // methods
00146        0,    0, // properties
00147        0,    0, // enums/sets
00148        0,    0, // constructors
00149        0,       // flags
00150        0,       // signalCount
00151 
00152        0        // eod
00153 };
00154 
00155 static const char qt_meta_stringdata_TransitionExtendedDialog[] = {
00156     "TransitionExtendedDialog\0"
00157 };
00158 
00159 const QMetaObject TransitionExtendedDialog::staticMetaObject = {
00160     { &QDialog::staticMetaObject, qt_meta_stringdata_TransitionExtendedDialog,
00161       qt_meta_data_TransitionExtendedDialog, 0 }
00162 };
00163 
00164 #ifdef Q_NO_DATA_RELOCATION
00165 const QMetaObject &TransitionExtendedDialog::getStaticMetaObject() { return staticMetaObject; }
00166 #endif //Q_NO_DATA_RELOCATION
00167 
00168 const QMetaObject *TransitionExtendedDialog::metaObject() const
00169 {
00170     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00171 }
00172 
00173 void *TransitionExtendedDialog::qt_metacast(const char *_clname)
00174 {
00175     if (!_clname) return 0;
00176     if (!strcmp(_clname, qt_meta_stringdata_TransitionExtendedDialog))
00177         return static_cast<void*>(const_cast< TransitionExtendedDialog*>(this));
00178     return QDialog::qt_metacast(_clname);
00179 }
00180 
00181 int TransitionExtendedDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00182 {
00183     _id = QDialog::qt_metacall(_c, _id, _a);
00184     if (_id < 0)
00185         return _id;
00186     return _id;
00187 }
00188 static const uint qt_meta_data_NextLabelsDialog[] = {
00189 
00190  // content:
00191        4,       // revision
00192        0,       // classname
00193        0,    0, // classinfo
00194        4,   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       18,   17,   17,   17, 0x09,
00203       37,   17,   17,   17, 0x09,
00204       48,   17,   17,   17, 0x09,
00205       60,   17,   17,   17, 0x09,
00206 
00207        0        // eod
00208 };
00209 
00210 static const char qt_meta_stringdata_NextLabelsDialog[] = {
00211     "NextLabelsDialog\0\0selectionChanged()\0"
00212     "addLabel()\0editLabel()\0deleteLabel()\0"
00213 };
00214 
00215 const QMetaObject NextLabelsDialog::staticMetaObject = {
00216     { &QDialog::staticMetaObject, qt_meta_stringdata_NextLabelsDialog,
00217       qt_meta_data_NextLabelsDialog, 0 }
00218 };
00219 
00220 #ifdef Q_NO_DATA_RELOCATION
00221 const QMetaObject &NextLabelsDialog::getStaticMetaObject() { return staticMetaObject; }
00222 #endif //Q_NO_DATA_RELOCATION
00223 
00224 const QMetaObject *NextLabelsDialog::metaObject() const
00225 {
00226     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00227 }
00228 
00229 void *NextLabelsDialog::qt_metacast(const char *_clname)
00230 {
00231     if (!_clname) return 0;
00232     if (!strcmp(_clname, qt_meta_stringdata_NextLabelsDialog))
00233         return static_cast<void*>(const_cast< NextLabelsDialog*>(this));
00234     return QDialog::qt_metacast(_clname);
00235 }
00236 
00237 int NextLabelsDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00238 {
00239     _id = QDialog::qt_metacall(_c, _id, _a);
00240     if (_id < 0)
00241         return _id;
00242     if (_c == QMetaObject::InvokeMetaMethod) {
00243         switch (_id) {
00244         case 0: selectionChanged(); break;
00245         case 1: addLabel(); break;
00246         case 2: editLabel(); break;
00247         case 3: deleteLabel(); break;
00248         default: ;
00249         }
00250         _id -= 4;
00251     }
00252     return _id;
00253 }
00254 QT_END_MOC_NAMESPACE

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