NCL Composer  0.1
moc_qnstgraphicsbody.cpp
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'qnstgraphicsbody.h'
00003 **
00004 ** Created: Thu Oct 4 20:34:26 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/qnstgraphicsbody.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'qnstgraphicsbody.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_QnstGraphicsBody[] = {
00021 
00022  // content:
00023        6,       // revision
00024        0,       // classname
00025        0,    0, // classinfo
00026       15,   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       18,   17,   17,   17, 0x0a,
00035       32,   17,   17,   17, 0x0a,
00036       45,   17,   17,   17, 0x0a,
00037       60,   17,   17,   17, 0x0a,
00038       75,   17,   17,   17, 0x0a,
00039       89,   17,   17,   17, 0x0a,
00040      104,   17,   17,   17, 0x0a,
00041      120,   17,   17,   17, 0x0a,
00042      138,   17,   17,   17, 0x0a,
00043      153,   17,   17,   17, 0x0a,
00044      170,   17,   17,   17, 0x0a,
00045      186,   17,   17,   17, 0x0a,
00046      200,   17,   17,   17, 0x0a,
00047      214,   17,   17,   17, 0x0a,
00048      232,   17,   17,   17, 0x0a,
00049 
00050        0        // eod
00051 };
00052 
00053 static const char qt_meta_stringdata_QnstGraphicsBody[] = {
00054     "QnstGraphicsBody\0\0performHtml()\0"
00055     "performNCL()\0performImage()\0performAudio()\0"
00056     "performText()\0performVideo()\0"
00057     "performScript()\0performSettings()\0"
00058     "performMedia()\0performContext()\0"
00059     "performSwitch()\0performPort()\0"
00060     "performArea()\0performProperty()\0"
00061     "performAggregator()\0"
00062 };
00063 
00064 void QnstGraphicsBody::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
00065 {
00066     if (_c == QMetaObject::InvokeMetaMethod) {
00067         Q_ASSERT(staticMetaObject.cast(_o));
00068         QnstGraphicsBody *_t = static_cast<QnstGraphicsBody *>(_o);
00069         switch (_id) {
00070         case 0: _t->performHtml(); break;
00071         case 1: _t->performNCL(); break;
00072         case 2: _t->performImage(); break;
00073         case 3: _t->performAudio(); break;
00074         case 4: _t->performText(); break;
00075         case 5: _t->performVideo(); break;
00076         case 6: _t->performScript(); break;
00077         case 7: _t->performSettings(); break;
00078         case 8: _t->performMedia(); break;
00079         case 9: _t->performContext(); break;
00080         case 10: _t->performSwitch(); break;
00081         case 11: _t->performPort(); break;
00082         case 12: _t->performArea(); break;
00083         case 13: _t->performProperty(); break;
00084         case 14: _t->performAggregator(); break;
00085         default: ;
00086         }
00087     }
00088     Q_UNUSED(_a);
00089 }
00090 
00091 const QMetaObjectExtraData QnstGraphicsBody::staticMetaObjectExtraData = {
00092     0,  qt_static_metacall 
00093 };
00094 
00095 const QMetaObject QnstGraphicsBody::staticMetaObject = {
00096     { &QnstGraphicsComposition::staticMetaObject, qt_meta_stringdata_QnstGraphicsBody,
00097       qt_meta_data_QnstGraphicsBody, &staticMetaObjectExtraData }
00098 };
00099 
00100 #ifdef Q_NO_DATA_RELOCATION
00101 const QMetaObject &QnstGraphicsBody::getStaticMetaObject() { return staticMetaObject; }
00102 #endif //Q_NO_DATA_RELOCATION
00103 
00104 const QMetaObject *QnstGraphicsBody::metaObject() const
00105 {
00106     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00107 }
00108 
00109 void *QnstGraphicsBody::qt_metacast(const char *_clname)
00110 {
00111     if (!_clname) return 0;
00112     if (!strcmp(_clname, qt_meta_stringdata_QnstGraphicsBody))
00113         return static_cast<void*>(const_cast< QnstGraphicsBody*>(this));
00114     return QnstGraphicsComposition::qt_metacast(_clname);
00115 }
00116 
00117 int QnstGraphicsBody::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00118 {
00119     _id = QnstGraphicsComposition::qt_metacall(_c, _id, _a);
00120     if (_id < 0)
00121         return _id;
00122     if (_c == QMetaObject::InvokeMetaMethod) {
00123         if (_id < 15)
00124             qt_static_metacall(this, _c, _id, _a);
00125         _id -= 15;
00126     }
00127     return _id;
00128 }
00129 QT_END_MOC_NAMESPACE
 All Classes Functions Variables