NCL Composer  0.1
moc_PropertyEditor.cpp
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'PropertyEditor.h'
00003 **
00004 ** Created: Thu Oct 4 20:32:54 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/PropertyEditor.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'PropertyEditor.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_PropertyEditor[] = {
00021 
00022  // content:
00023        6,       // revision
00024        0,       // classname
00025        0,    0, // classinfo
00026        3,   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       31,   16,   15,   15, 0x05,
00035 
00036  // slots: signature, parameters, type, tag, flags
00037       69,   64,   15,   15, 0x08,
00038      110,   15,   15,   15, 0x08,
00039 
00040        0        // eod
00041 };
00042 
00043 static const char qt_meta_stringdata_PropertyEditor[] = {
00044     "PropertyEditor\0\0property,value\0"
00045     "propertyChanged(QString,QString)\0item\0"
00046     "updateWithItemChanges(QTableWidgetItem*)\0"
00047     "filterProperties(QString)\0"
00048 };
00049 
00050 void PropertyEditor::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
00051 {
00052     if (_c == QMetaObject::InvokeMetaMethod) {
00053         Q_ASSERT(staticMetaObject.cast(_o));
00054         PropertyEditor *_t = static_cast<PropertyEditor *>(_o);
00055         switch (_id) {
00056         case 0: _t->propertyChanged((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break;
00057         case 1: _t->updateWithItemChanges((*reinterpret_cast< QTableWidgetItem*(*)>(_a[1]))); break;
00058         case 2: _t->filterProperties((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00059         default: ;
00060         }
00061     }
00062 }
00063 
00064 const QMetaObjectExtraData PropertyEditor::staticMetaObjectExtraData = {
00065     0,  qt_static_metacall 
00066 };
00067 
00068 const QMetaObject PropertyEditor::staticMetaObject = {
00069     { &QWidget::staticMetaObject, qt_meta_stringdata_PropertyEditor,
00070       qt_meta_data_PropertyEditor, &staticMetaObjectExtraData }
00071 };
00072 
00073 #ifdef Q_NO_DATA_RELOCATION
00074 const QMetaObject &PropertyEditor::getStaticMetaObject() { return staticMetaObject; }
00075 #endif //Q_NO_DATA_RELOCATION
00076 
00077 const QMetaObject *PropertyEditor::metaObject() const
00078 {
00079     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00080 }
00081 
00082 void *PropertyEditor::qt_metacast(const char *_clname)
00083 {
00084     if (!_clname) return 0;
00085     if (!strcmp(_clname, qt_meta_stringdata_PropertyEditor))
00086         return static_cast<void*>(const_cast< PropertyEditor*>(this));
00087     return QWidget::qt_metacast(_clname);
00088 }
00089 
00090 int PropertyEditor::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00091 {
00092     _id = QWidget::qt_metacall(_c, _id, _a);
00093     if (_id < 0)
00094         return _id;
00095     if (_c == QMetaObject::InvokeMetaMethod) {
00096         if (_id < 3)
00097             qt_static_metacall(this, _c, _id, _a);
00098         _id -= 3;
00099     }
00100     return _id;
00101 }
00102 
00103 // SIGNAL 0
00104 void PropertyEditor::propertyChanged(QString _t1, QString _t2)
00105 {
00106     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
00107     QMetaObject::activate(this, &staticMetaObject, 0, _a);
00108 }
00109 QT_END_MOC_NAMESPACE
 All Classes Functions Variables