NCL Composer
0.1
|
00001 /**************************************************************************** 00002 ** Meta object code from reading C++ file 'qnstgraphicsaction.h' 00003 ** 00004 ** Created: Thu Oct 4 20:34:33 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 "../ui/view/qnstgraphicsaction.h" 00011 #if !defined(Q_MOC_OUTPUT_REVISION) 00012 #error "The header file 'qnstgraphicsaction.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_QnstGraphicsAction[] = { 00021 00022 // content: 00023 6, // revision 00024 0, // classname 00025 0, 0, // classinfo 00026 2, 14, // methods 00027 0, 0, // properties 00028 0, 0, // enums/sets 00029 0, 0, // constructors 00030 0, // flags 00031 2, // signalCount 00032 00033 // signals: signature, parameters, type, tag, flags 00034 42, 20, 19, 19, 0x05, 00035 121, 96, 19, 19, 0x05, 00036 00037 0 // eod 00038 }; 00039 00040 static const char qt_meta_stringdata_QnstGraphicsAction[] = { 00041 "QnstGraphicsAction\0\0uid,parent,properties\0" 00042 "bindParamAdded(QString,QString,QMap<QString,QString>)\0" 00043 "bindUid,params,name_uids\0" 00044 "bindParamUpdated(QString,QMap<QString,QString>,QMap<QString,QString>)\0" 00045 }; 00046 00047 void QnstGraphicsAction::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) 00048 { 00049 if (_c == QMetaObject::InvokeMetaMethod) { 00050 Q_ASSERT(staticMetaObject.cast(_o)); 00051 QnstGraphicsAction *_t = static_cast<QnstGraphicsAction *>(_o); 00052 switch (_id) { 00053 case 0: _t->bindParamAdded((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2])),(*reinterpret_cast< QMap<QString,QString>(*)>(_a[3]))); break; 00054 case 1: _t->bindParamUpdated((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QMap<QString,QString>(*)>(_a[2])),(*reinterpret_cast< QMap<QString,QString>(*)>(_a[3]))); break; 00055 default: ; 00056 } 00057 } 00058 } 00059 00060 const QMetaObjectExtraData QnstGraphicsAction::staticMetaObjectExtraData = { 00061 0, qt_static_metacall 00062 }; 00063 00064 const QMetaObject QnstGraphicsAction::staticMetaObject = { 00065 { &QnstGraphicsEdge::staticMetaObject, qt_meta_stringdata_QnstGraphicsAction, 00066 qt_meta_data_QnstGraphicsAction, &staticMetaObjectExtraData } 00067 }; 00068 00069 #ifdef Q_NO_DATA_RELOCATION 00070 const QMetaObject &QnstGraphicsAction::getStaticMetaObject() { return staticMetaObject; } 00071 #endif //Q_NO_DATA_RELOCATION 00072 00073 const QMetaObject *QnstGraphicsAction::metaObject() const 00074 { 00075 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; 00076 } 00077 00078 void *QnstGraphicsAction::qt_metacast(const char *_clname) 00079 { 00080 if (!_clname) return 0; 00081 if (!strcmp(_clname, qt_meta_stringdata_QnstGraphicsAction)) 00082 return static_cast<void*>(const_cast< QnstGraphicsAction*>(this)); 00083 return QnstGraphicsEdge::qt_metacast(_clname); 00084 } 00085 00086 int QnstGraphicsAction::qt_metacall(QMetaObject::Call _c, int _id, void **_a) 00087 { 00088 _id = QnstGraphicsEdge::qt_metacall(_c, _id, _a); 00089 if (_id < 0) 00090 return _id; 00091 if (_c == QMetaObject::InvokeMetaMethod) { 00092 if (_id < 2) 00093 qt_static_metacall(this, _c, _id, _a); 00094 _id -= 2; 00095 } 00096 return _id; 00097 } 00098 00099 // SIGNAL 0 00100 void QnstGraphicsAction::bindParamAdded(QString _t1, QString _t2, QMap<QString,QString> _t3) 00101 { 00102 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)) }; 00103 QMetaObject::activate(this, &staticMetaObject, 0, _a); 00104 } 00105 00106 // SIGNAL 1 00107 void QnstGraphicsAction::bindParamUpdated(QString _t1, QMap<QString,QString> _t2, QMap<QString,QString> _t3) 00108 { 00109 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)) }; 00110 QMetaObject::activate(this, &staticMetaObject, 1, _a); 00111 } 00112 QT_END_MOC_NAMESPACE