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

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

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'stringProcessor.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 "..\stringProcessor.h"
00012 #if !defined(Q_MOC_OUTPUT_REVISION)
00013 #error "The header file 'stringProcessor.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_StringProcessorTestDialog[] = {
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_StringProcessorTestDialog[] = {
00038     "StringProcessorTestDialog\0"
00039 };
00040 
00041 const QMetaObject StringProcessorTestDialog::staticMetaObject = {
00042     { &QDialog::staticMetaObject, qt_meta_stringdata_StringProcessorTestDialog,
00043       qt_meta_data_StringProcessorTestDialog, 0 }
00044 };
00045 
00046 #ifdef Q_NO_DATA_RELOCATION
00047 const QMetaObject &StringProcessorTestDialog::getStaticMetaObject() { return staticMetaObject; }
00048 #endif //Q_NO_DATA_RELOCATION
00049 
00050 const QMetaObject *StringProcessorTestDialog::metaObject() const
00051 {
00052     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00053 }
00054 
00055 void *StringProcessorTestDialog::qt_metacast(const char *_clname)
00056 {
00057     if (!_clname) return 0;
00058     if (!strcmp(_clname, qt_meta_stringdata_StringProcessorTestDialog))
00059         return static_cast<void*>(const_cast< StringProcessorTestDialog*>(this));
00060     return QDialog::qt_metacast(_clname);
00061 }
00062 
00063 int StringProcessorTestDialog::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 QT_END_MOC_NAMESPACE

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