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

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

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'stateDialogs.h'
00003 **
00004 ** Created: Tue 4. Jan 02:52:18 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 "..\stateDialogs.h"
00012 #if !defined(Q_MOC_OUTPUT_REVISION)
00013 #error "The header file 'stateDialogs.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_NameAcceptDialog[] = {
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       18,   17,   17,   17, 0x09,
00036 
00037        0        // eod
00038 };
00039 
00040 static const char qt_meta_stringdata_NameAcceptDialog[] = {
00041     "NameAcceptDialog\0\0myAccept()\0"
00042 };
00043 
00044 const QMetaObject NameAcceptDialog::staticMetaObject = {
00045     { &QDialog::staticMetaObject, qt_meta_stringdata_NameAcceptDialog,
00046       qt_meta_data_NameAcceptDialog, 0 }
00047 };
00048 
00049 #ifdef Q_NO_DATA_RELOCATION
00050 const QMetaObject &NameAcceptDialog::getStaticMetaObject() { return staticMetaObject; }
00051 #endif //Q_NO_DATA_RELOCATION
00052 
00053 const QMetaObject *NameAcceptDialog::metaObject() const
00054 {
00055     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00056 }
00057 
00058 void *NameAcceptDialog::qt_metacast(const char *_clname)
00059 {
00060     if (!_clname) return 0;
00061     if (!strcmp(_clname, qt_meta_stringdata_NameAcceptDialog))
00062         return static_cast<void*>(const_cast< NameAcceptDialog*>(this));
00063     return QDialog::qt_metacast(_clname);
00064 }
00065 
00066 int NameAcceptDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00067 {
00068     _id = QDialog::qt_metacall(_c, _id, _a);
00069     if (_id < 0)
00070         return _id;
00071     if (_c == QMetaObject::InvokeMetaMethod) {
00072         switch (_id) {
00073         case 0: myAccept(); break;
00074         default: ;
00075         }
00076         _id -= 1;
00077     }
00078     return _id;
00079 }
00080 static const uint qt_meta_data_StateDialog[] = {
00081 
00082  // content:
00083        4,       // revision
00084        0,       // classname
00085        0,    0, // classinfo
00086        2,   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       13,   12,   12,   12, 0x09,
00095       30,   12,   12,   12, 0x09,
00096 
00097        0        // eod
00098 };
00099 
00100 static const char qt_meta_stringdata_StateDialog[] = {
00101     "StateDialog\0\0changeAutoName()\0"
00102     "testAccept()\0"
00103 };
00104 
00105 const QMetaObject StateDialog::staticMetaObject = {
00106     { &NameAcceptDialog::staticMetaObject, qt_meta_stringdata_StateDialog,
00107       qt_meta_data_StateDialog, 0 }
00108 };
00109 
00110 #ifdef Q_NO_DATA_RELOCATION
00111 const QMetaObject &StateDialog::getStaticMetaObject() { return staticMetaObject; }
00112 #endif //Q_NO_DATA_RELOCATION
00113 
00114 const QMetaObject *StateDialog::metaObject() const
00115 {
00116     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00117 }
00118 
00119 void *StateDialog::qt_metacast(const char *_clname)
00120 {
00121     if (!_clname) return 0;
00122     if (!strcmp(_clname, qt_meta_stringdata_StateDialog))
00123         return static_cast<void*>(const_cast< StateDialog*>(this));
00124     return NameAcceptDialog::qt_metacast(_clname);
00125 }
00126 
00127 int StateDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00128 {
00129     _id = NameAcceptDialog::qt_metacall(_c, _id, _a);
00130     if (_id < 0)
00131         return _id;
00132     if (_c == QMetaObject::InvokeMetaMethod) {
00133         switch (_id) {
00134         case 0: changeAutoName(); break;
00135         case 1: testAccept(); break;
00136         default: ;
00137         }
00138         _id -= 2;
00139     }
00140     return _id;
00141 }
00142 static const uint qt_meta_data_StateExtendedDialog[] = {
00143 
00144  // content:
00145        4,       // revision
00146        0,       // classname
00147        0,    0, // classinfo
00148        0,    0, // methods
00149        0,    0, // properties
00150        0,    0, // enums/sets
00151        0,    0, // constructors
00152        0,       // flags
00153        0,       // signalCount
00154 
00155        0        // eod
00156 };
00157 
00158 static const char qt_meta_stringdata_StateExtendedDialog[] = {
00159     "StateExtendedDialog\0"
00160 };
00161 
00162 const QMetaObject StateExtendedDialog::staticMetaObject = {
00163     { &QDialog::staticMetaObject, qt_meta_stringdata_StateExtendedDialog,
00164       qt_meta_data_StateExtendedDialog, 0 }
00165 };
00166 
00167 #ifdef Q_NO_DATA_RELOCATION
00168 const QMetaObject &StateExtendedDialog::getStaticMetaObject() { return staticMetaObject; }
00169 #endif //Q_NO_DATA_RELOCATION
00170 
00171 const QMetaObject *StateExtendedDialog::metaObject() const
00172 {
00173     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00174 }
00175 
00176 void *StateExtendedDialog::qt_metacast(const char *_clname)
00177 {
00178     if (!_clname) return 0;
00179     if (!strcmp(_clname, qt_meta_stringdata_StateExtendedDialog))
00180         return static_cast<void*>(const_cast< StateExtendedDialog*>(this));
00181     return QDialog::qt_metacast(_clname);
00182 }
00183 
00184 int StateExtendedDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00185 {
00186     _id = QDialog::qt_metacall(_c, _id, _a);
00187     if (_id < 0)
00188         return _id;
00189     return _id;
00190 }
00191 QT_END_MOC_NAMESPACE

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