NCL Composer  0.1
moc_NCLParser.cpp
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'NCLParser.h'
00003 **
00004 ** Created: Thu Oct 4 20:32:36 2012
00005 **      by: The Qt Meta Object Compiler version 63 (Qt 4.8.1)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 *****************************************************************************/
00009 
00010 #include "../../outline-view/include/NCLParser.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'NCLParser.h' doesn't include <QObject>."
00013 #elif Q_MOC_OUTPUT_REVISION != 63
00014 #error "This file was generated using the moc from 4.8.1. It"
00015 #error "cannot be used with the include files from this version of Qt."
00016 #error "(The moc has changed too much.)"
00017 #endif
00018 
00019 QT_BEGIN_MOC_NAMESPACE
00020 static const uint qt_meta_data_NCLParser[] = {
00021 
00022  // content:
00023        6,       // revision
00024        0,       // classname
00025        0,    0, // classinfo
00026        1,   14, // methods
00027        0,    0, // properties
00028        0,    0, // enums/sets
00029        0,    0, // constructors
00030        0,       // flags
00031        1,       // signalCount
00032 
00033  // signals: signature, parameters, type, tag, flags
00034       45,   11,   10,   10, 0x05,
00035 
00036        0        // eod
00037 };
00038 
00039 static const char qt_meta_stringdata_NCLParser[] = {
00040     "NCLParser\0\0message,file,line,column,severity\0"
00041     "fatalErrorFound(QString,QString,int,int,int)\0"
00042 };
00043 
00044 void NCLParser::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
00045 {
00046     if (_c == QMetaObject::InvokeMetaMethod) {
00047         Q_ASSERT(staticMetaObject.cast(_o));
00048         NCLParser *_t = static_cast<NCLParser *>(_o);
00049         switch (_id) {
00050         case 0: _t->fatalErrorFound((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3])),(*reinterpret_cast< int(*)>(_a[4])),(*reinterpret_cast< int(*)>(_a[5]))); break;
00051         default: ;
00052         }
00053     }
00054 }
00055 
00056 const QMetaObjectExtraData NCLParser::staticMetaObjectExtraData = {
00057     0,  qt_static_metacall 
00058 };
00059 
00060 const QMetaObject NCLParser::staticMetaObject = {
00061     { &QObject::staticMetaObject, qt_meta_stringdata_NCLParser,
00062       qt_meta_data_NCLParser, &staticMetaObjectExtraData }
00063 };
00064 
00065 #ifdef Q_NO_DATA_RELOCATION
00066 const QMetaObject &NCLParser::getStaticMetaObject() { return staticMetaObject; }
00067 #endif //Q_NO_DATA_RELOCATION
00068 
00069 const QMetaObject *NCLParser::metaObject() const
00070 {
00071     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00072 }
00073 
00074 void *NCLParser::qt_metacast(const char *_clname)
00075 {
00076     if (!_clname) return 0;
00077     if (!strcmp(_clname, qt_meta_stringdata_NCLParser))
00078         return static_cast<void*>(const_cast< NCLParser*>(this));
00079     if (!strcmp(_clname, "QXmlDefaultHandler"))
00080         return static_cast< QXmlDefaultHandler*>(const_cast< NCLParser*>(this));
00081     return QObject::qt_metacast(_clname);
00082 }
00083 
00084 int NCLParser::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00085 {
00086     _id = QObject::qt_metacall(_c, _id, _a);
00087     if (_id < 0)
00088         return _id;
00089     if (_c == QMetaObject::InvokeMetaMethod) {
00090         if (_id < 1)
00091             qt_static_metacall(this, _c, _id, _a);
00092         _id -= 1;
00093     }
00094     return _id;
00095 }
00096 
00097 // SIGNAL 0
00098 void NCLParser::fatalErrorFound(QString _t1, QString _t2, int _t3, int _t4, int _t5)
00099 {
00100     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)), const_cast<void*>(reinterpret_cast<const void*>(&_t4)), const_cast<void*>(reinterpret_cast<const void*>(&_t5)) };
00101     QMetaObject::activate(this, &staticMetaObject, 0, _a);
00102 }
00103 QT_END_MOC_NAMESPACE
 All Classes Functions Variables