NCL Composer
0.1
|
00001 /**************************************************************************** 00002 ** Meta object code from reading C++ file 'NCLProblemsView.h' 00003 ** 00004 ** Created: Thu Oct 4 20:32:35 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 "../include/NCLProblemsView.h" 00011 #if !defined(Q_MOC_OUTPUT_REVISION) 00012 #error "The header file 'NCLProblemsView.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_NCLProblemsView[] = { 00021 00022 // content: 00023 6, // revision 00024 0, // classname 00025 0, 0, // classinfo 00026 4, 14, // methods 00027 0, 0, // properties 00028 0, 0, // enums/sets 00029 0, 0, // constructors 00030 0, // flags 00031 0, // signalCount 00032 00033 // slots: signature, parameters, type, tag, flags 00034 17, 16, 16, 16, 0x08, 00035 67, 33, 16, 16, 0x0a, 00036 132, 107, 16, 16, 0x2a, 00037 186, 168, 16, 16, 0x2a, 00038 00039 0 // eod 00040 }; 00041 00042 static const char qt_meta_stringdata_NCLProblemsView[] = { 00043 "NCLProblemsView\0\0clearProblems()\0" 00044 "message,file,line,column,severity\0" 00045 "addProblem(QString,QString,int,int,int)\0" 00046 "message,file,line,column\0" 00047 "addProblem(QString,QString,int,int)\0" 00048 "message,file,line\0addProblem(QString,QString,int)\0" 00049 }; 00050 00051 void NCLProblemsView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) 00052 { 00053 if (_c == QMetaObject::InvokeMetaMethod) { 00054 Q_ASSERT(staticMetaObject.cast(_o)); 00055 NCLProblemsView *_t = static_cast<NCLProblemsView *>(_o); 00056 switch (_id) { 00057 case 0: _t->clearProblems(); break; 00058 case 1: _t->addProblem((*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; 00059 case 2: _t->addProblem((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3])),(*reinterpret_cast< int(*)>(_a[4]))); break; 00060 case 3: _t->addProblem((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break; 00061 default: ; 00062 } 00063 } 00064 } 00065 00066 const QMetaObjectExtraData NCLProblemsView::staticMetaObjectExtraData = { 00067 0, qt_static_metacall 00068 }; 00069 00070 const QMetaObject NCLProblemsView::staticMetaObject = { 00071 { &QDockWidget::staticMetaObject, qt_meta_stringdata_NCLProblemsView, 00072 qt_meta_data_NCLProblemsView, &staticMetaObjectExtraData } 00073 }; 00074 00075 #ifdef Q_NO_DATA_RELOCATION 00076 const QMetaObject &NCLProblemsView::getStaticMetaObject() { return staticMetaObject; } 00077 #endif //Q_NO_DATA_RELOCATION 00078 00079 const QMetaObject *NCLProblemsView::metaObject() const 00080 { 00081 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; 00082 } 00083 00084 void *NCLProblemsView::qt_metacast(const char *_clname) 00085 { 00086 if (!_clname) return 0; 00087 if (!strcmp(_clname, qt_meta_stringdata_NCLProblemsView)) 00088 return static_cast<void*>(const_cast< NCLProblemsView*>(this)); 00089 return QDockWidget::qt_metacast(_clname); 00090 } 00091 00092 int NCLProblemsView::qt_metacall(QMetaObject::Call _c, int _id, void **_a) 00093 { 00094 _id = QDockWidget::qt_metacall(_c, _id, _a); 00095 if (_id < 0) 00096 return _id; 00097 if (_c == QMetaObject::InvokeMetaMethod) { 00098 if (_id < 4) 00099 qt_static_metacall(this, _c, _id, _a); 00100 _id -= 4; 00101 } 00102 return _id; 00103 } 00104 QT_END_MOC_NAMESPACE