NCL Composer  0.1
moc_qnstview.cpp
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'qnstview.h'
00003 **
00004 ** Created: Thu Oct 4 20:34:23 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/qnstview.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'qnstview.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_QnstView[] = {
00021 
00022  // content:
00023        6,       // revision
00024        0,       // classname
00025        0,    0, // classinfo
00026       35,   14, // methods
00027        0,    0, // properties
00028        0,    0, // enums/sets
00029        0,    0, // constructors
00030        0,       // flags
00031        5,       // signalCount
00032 
00033  // signals: signature, parameters, type, tag, flags
00034       32,   10,    9,    9, 0x05,
00035       98,   83,    9,    9, 0x05,
00036      147,  143,    9,    9, 0x05,
00037      170,  143,    9,    9, 0x05,
00038      194,    9,    9,    9, 0x05,
00039 
00040  // slots: signature, parameters, type, tag, flags
00041      208,    9,    9,    9, 0x0a,
00042      222,    9,    9,    9, 0x0a,
00043      236,    9,    9,    9, 0x0a,
00044      250,    9,    9,    9, 0x0a,
00045      263,    9,    9,    9, 0x0a,
00046      277,    9,    9,    9, 0x0a,
00047      292,    9,    9,    9, 0x0a,
00048      308,    9,    9,    9, 0x0a,
00049      324,    9,    9,    9, 0x0a,
00050      340,    9,    9,    9, 0x0a,
00051      357,    9,    9,    9, 0x0a,
00052      376,    9,    9,    9, 0x0a,
00053      396,    9,    9,    9, 0x0a,
00054      416,    9,    9,    9, 0x0a,
00055      438,    9,    9,    9, 0x0a,
00056      456,    9,    9,    9, 0x0a,
00057      478,    9,    9,    9, 0x0a,
00058      492,    9,    9,    9, 0x0a,
00059      524,  512,    9,    9, 0x0a,
00060      579,  572,    9,    9, 0x2a,
00061      641,  622,    9,    9, 0x0a,
00062      694,  512,    9,    9, 0x2a,
00063      742,  572,    9,    9, 0x2a,
00064      785,  572,    9,    9, 0x0a,
00065      844,  826,    9,    9, 0x0a,
00066      912,  572,    9,    9, 0x0a,
00067      956,   10,    9,    9, 0x0a,
00068     1043, 1018,    9,    9, 0x0a,
00069     1113,  143,    9,    9, 0x0a,
00070     1132,    9,    9,    9, 0x0a,
00071 
00072        0        // eod
00073 };
00074 
00075 static const char qt_meta_stringdata_QnstView[] = {
00076     "QnstView\0\0uid,parent,properties\0"
00077     "entityAdded(QString,QString,QMap<QString,QString>)\0"
00078     "uid,properties\0"
00079     "entityChanged(QString,QMap<QString,QString>)\0"
00080     "uid\0entityRemoved(QString)\0"
00081     "entitySelected(QString)\0viewChanged()\0"
00082     "performHelp()\0performUndo()\0performRedo()\0"
00083     "performCut()\0performCopy()\0performPaste()\0"
00084     "performDelete()\0performExport()\0"
00085     "performZoomIn()\0performZoomOut()\0"
00086     "performZoomReset()\0performFullscreen()\0"
00087     "performBringfront()\0performBringforward()\0"
00088     "performSendback()\0performSendbackward()\0"
00089     "performHide()\0performProperties()\0"
00090     "entity,undo\0requestEntityAddition(QnstGraphicsEntity*,bool)\0"
00091     "entity\0requestEntityAddition(QnstGraphicsEntity*)\0"
00092     "entity,undo,rmRefs\0"
00093     "requestEntityRemotion(QnstGraphicsEntity*,bool,bool)\0"
00094     "requestEntityRemotion(QnstGraphicsEntity*,bool)\0"
00095     "requestEntityRemotion(QnstGraphicsEntity*)\0"
00096     "requestEntityChange(QnstGraphicsEntity*)\0"
00097     "entity,properties\0"
00098     "requestEntityPreparation(QnstGraphicsEntity*,QMap<QString,QString>)\0"
00099     "requestEntitySelection(QnstGraphicsEntity*)\0"
00100     "requestBindParamAdjust(QString,QString,QMap<QString,QString>)\0"
00101     "bindUID,params,name_uids\0"
00102     "updateBindParams(QString,QMap<QString,QString>,QMap<QString,QString>)\0"
00103     "markError(QString)\0clearValidationErrors()\0"
00104 };
00105 
00106 void QnstView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
00107 {
00108     if (_c == QMetaObject::InvokeMetaMethod) {
00109         Q_ASSERT(staticMetaObject.cast(_o));
00110         QnstView *_t = static_cast<QnstView *>(_o);
00111         switch (_id) {
00112         case 0: _t->entityAdded((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< const QMap<QString,QString>(*)>(_a[3]))); break;
00113         case 1: _t->entityChanged((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QMap<QString,QString>(*)>(_a[2]))); break;
00114         case 2: _t->entityRemoved((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00115         case 3: _t->entitySelected((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00116         case 4: _t->viewChanged(); break;
00117         case 5: _t->performHelp(); break;
00118         case 6: _t->performUndo(); break;
00119         case 7: _t->performRedo(); break;
00120         case 8: _t->performCut(); break;
00121         case 9: _t->performCopy(); break;
00122         case 10: _t->performPaste(); break;
00123         case 11: _t->performDelete(); break;
00124         case 12: _t->performExport(); break;
00125         case 13: _t->performZoomIn(); break;
00126         case 14: _t->performZoomOut(); break;
00127         case 15: _t->performZoomReset(); break;
00128         case 16: _t->performFullscreen(); break;
00129         case 17: _t->performBringfront(); break;
00130         case 18: _t->performBringforward(); break;
00131         case 19: _t->performSendback(); break;
00132         case 20: _t->performSendbackward(); break;
00133         case 21: _t->performHide(); break;
00134         case 22: _t->performProperties(); break;
00135         case 23: _t->requestEntityAddition((*reinterpret_cast< QnstGraphicsEntity*(*)>(_a[1])),(*reinterpret_cast< bool(*)>(_a[2]))); break;
00136         case 24: _t->requestEntityAddition((*reinterpret_cast< QnstGraphicsEntity*(*)>(_a[1]))); break;
00137         case 25: _t->requestEntityRemotion((*reinterpret_cast< QnstGraphicsEntity*(*)>(_a[1])),(*reinterpret_cast< bool(*)>(_a[2])),(*reinterpret_cast< bool(*)>(_a[3]))); break;
00138         case 26: _t->requestEntityRemotion((*reinterpret_cast< QnstGraphicsEntity*(*)>(_a[1])),(*reinterpret_cast< bool(*)>(_a[2]))); break;
00139         case 27: _t->requestEntityRemotion((*reinterpret_cast< QnstGraphicsEntity*(*)>(_a[1]))); break;
00140         case 28: _t->requestEntityChange((*reinterpret_cast< QnstGraphicsEntity*(*)>(_a[1]))); break;
00141         case 29: _t->requestEntityPreparation((*reinterpret_cast< QnstGraphicsEntity*(*)>(_a[1])),(*reinterpret_cast< QMap<QString,QString>(*)>(_a[2]))); break;
00142         case 30: _t->requestEntitySelection((*reinterpret_cast< QnstGraphicsEntity*(*)>(_a[1]))); break;
00143         case 31: _t->requestBindParamAdjust((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2])),(*reinterpret_cast< QMap<QString,QString>(*)>(_a[3]))); break;
00144         case 32: _t->updateBindParams((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QMap<QString,QString>(*)>(_a[2])),(*reinterpret_cast< QMap<QString,QString>(*)>(_a[3]))); break;
00145         case 33: _t->markError((*reinterpret_cast< QString(*)>(_a[1]))); break;
00146         case 34: _t->clearValidationErrors(); break;
00147         default: ;
00148         }
00149     }
00150 }
00151 
00152 const QMetaObjectExtraData QnstView::staticMetaObjectExtraData = {
00153     0,  qt_static_metacall 
00154 };
00155 
00156 const QMetaObject QnstView::staticMetaObject = {
00157     { &QGraphicsView::staticMetaObject, qt_meta_stringdata_QnstView,
00158       qt_meta_data_QnstView, &staticMetaObjectExtraData }
00159 };
00160 
00161 #ifdef Q_NO_DATA_RELOCATION
00162 const QMetaObject &QnstView::getStaticMetaObject() { return staticMetaObject; }
00163 #endif //Q_NO_DATA_RELOCATION
00164 
00165 const QMetaObject *QnstView::metaObject() const
00166 {
00167     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00168 }
00169 
00170 void *QnstView::qt_metacast(const char *_clname)
00171 {
00172     if (!_clname) return 0;
00173     if (!strcmp(_clname, qt_meta_stringdata_QnstView))
00174         return static_cast<void*>(const_cast< QnstView*>(this));
00175     return QGraphicsView::qt_metacast(_clname);
00176 }
00177 
00178 int QnstView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00179 {
00180     _id = QGraphicsView::qt_metacall(_c, _id, _a);
00181     if (_id < 0)
00182         return _id;
00183     if (_c == QMetaObject::InvokeMetaMethod) {
00184         if (_id < 35)
00185             qt_static_metacall(this, _c, _id, _a);
00186         _id -= 35;
00187     }
00188     return _id;
00189 }
00190 
00191 // SIGNAL 0
00192 void QnstView::entityAdded(const QString _t1, const QString _t2, const QMap<QString,QString> _t3)
00193 {
00194     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)) };
00195     QMetaObject::activate(this, &staticMetaObject, 0, _a);
00196 }
00197 
00198 // SIGNAL 1
00199 void QnstView::entityChanged(const QString _t1, const QMap<QString,QString> _t2)
00200 {
00201     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
00202     QMetaObject::activate(this, &staticMetaObject, 1, _a);
00203 }
00204 
00205 // SIGNAL 2
00206 void QnstView::entityRemoved(const QString _t1)
00207 {
00208     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00209     QMetaObject::activate(this, &staticMetaObject, 2, _a);
00210 }
00211 
00212 // SIGNAL 3
00213 void QnstView::entitySelected(const QString _t1)
00214 {
00215     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00216     QMetaObject::activate(this, &staticMetaObject, 3, _a);
00217 }
00218 
00219 // SIGNAL 4
00220 void QnstView::viewChanged()
00221 {
00222     QMetaObject::activate(this, &staticMetaObject, 4, 0);
00223 }
00224 QT_END_MOC_NAMESPACE
 All Classes Functions Variables