/bin/MainApp/moc_propertiesinspector.cpp
C++ | 163 lines | 129 code | 23 blank | 11 comment | 13 complexity | e23295757b50b3bedec1bc417814c210 MD5 | raw file
1/**************************************************************************** 2** Meta object code from reading C++ file 'propertiesinspector.h' 3** 4** Created: Sun Dec 9 16:52:31 2012 5** by: The Qt Meta Object Compiler version 63 (Qt 4.8.1) 6** 7** WARNING! All changes made in this file will be lost! 8*****************************************************************************/ 9 10#include "../../Primitive/MainApp/propertiesinspector.h" 11#if !defined(Q_MOC_OUTPUT_REVISION) 12#error "The header file 'propertiesinspector.h' doesn't include <QObject>." 13#elif Q_MOC_OUTPUT_REVISION != 63 14#error "This file was generated using the moc from 4.8.1. It" 15#error "cannot be used with the include files from this version of Qt." 16#error "(The moc has changed too much.)" 17#endif 18 19QT_BEGIN_MOC_NAMESPACE 20static const uint qt_meta_data_InspectorWidget[] = { 21 22 // content: 23 6, // revision 24 0, // classname 25 0, 0, // classinfo 26 0, 0, // methods 27 0, 0, // properties 28 0, 0, // enums/sets 29 0, 0, // constructors 30 0, // flags 31 0, // signalCount 32 33 0 // eod 34}; 35 36static const char qt_meta_stringdata_InspectorWidget[] = { 37 "InspectorWidget\0" 38}; 39 40void InspectorWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) 41{ 42 Q_UNUSED(_o); 43 Q_UNUSED(_id); 44 Q_UNUSED(_c); 45 Q_UNUSED(_a); 46} 47 48const QMetaObjectExtraData InspectorWidget::staticMetaObjectExtraData = { 49 0, qt_static_metacall 50}; 51 52const QMetaObject InspectorWidget::staticMetaObject = { 53 { &QWidget::staticMetaObject, qt_meta_stringdata_InspectorWidget, 54 qt_meta_data_InspectorWidget, &staticMetaObjectExtraData } 55}; 56 57#ifdef Q_NO_DATA_RELOCATION 58const QMetaObject &InspectorWidget::getStaticMetaObject() { return staticMetaObject; } 59#endif //Q_NO_DATA_RELOCATION 60 61const QMetaObject *InspectorWidget::metaObject() const 62{ 63 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; 64} 65 66void *InspectorWidget::qt_metacast(const char *_clname) 67{ 68 if (!_clname) return 0; 69 if (!strcmp(_clname, qt_meta_stringdata_InspectorWidget)) 70 return static_cast<void*>(const_cast< InspectorWidget*>(this)); 71 return QWidget::qt_metacast(_clname); 72} 73 74int InspectorWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a) 75{ 76 _id = QWidget::qt_metacall(_c, _id, _a); 77 if (_id < 0) 78 return _id; 79 return _id; 80} 81static const uint qt_meta_data_PropertiesInspector[] = { 82 83 // content: 84 6, // revision 85 0, // classname 86 0, 0, // classinfo 87 4, 14, // methods 88 0, 0, // properties 89 0, 0, // enums/sets 90 0, 0, // constructors 91 0, // flags 92 0, // signalCount 93 94 // slots: signature, parameters, type, tag, flags 95 21, 20, 20, 20, 0x0a, 96 49, 40, 20, 20, 0x0a, 97 80, 71, 20, 20, 0x0a, 98 115, 102, 20, 20, 0x0a, 99 100 0 // eod 101}; 102 103static const char qt_meta_stringdata_PropertiesInspector[] = { 104 "PropertiesInspector\0\0selectionChanged()\0" 105 "newColor\0colorChanged(QString)\0newWidth\0" 106 "lineWidthChanged(int)\0newLineStyle\0" 107 "lineStyleChanged(QString)\0" 108}; 109 110void PropertiesInspector::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) 111{ 112 if (_c == QMetaObject::InvokeMetaMethod) { 113 Q_ASSERT(staticMetaObject.cast(_o)); 114 PropertiesInspector *_t = static_cast<PropertiesInspector *>(_o); 115 switch (_id) { 116 case 0: _t->selectionChanged(); break; 117 case 1: _t->colorChanged((*reinterpret_cast< QString(*)>(_a[1]))); break; 118 case 2: _t->lineWidthChanged((*reinterpret_cast< int(*)>(_a[1]))); break; 119 case 3: _t->lineStyleChanged((*reinterpret_cast< QString(*)>(_a[1]))); break; 120 default: ; 121 } 122 } 123} 124 125const QMetaObjectExtraData PropertiesInspector::staticMetaObjectExtraData = { 126 0, qt_static_metacall 127}; 128 129const QMetaObject PropertiesInspector::staticMetaObject = { 130 { &QObject::staticMetaObject, qt_meta_stringdata_PropertiesInspector, 131 qt_meta_data_PropertiesInspector, &staticMetaObjectExtraData } 132}; 133 134#ifdef Q_NO_DATA_RELOCATION 135const QMetaObject &PropertiesInspector::getStaticMetaObject() { return staticMetaObject; } 136#endif //Q_NO_DATA_RELOCATION 137 138const QMetaObject *PropertiesInspector::metaObject() const 139{ 140 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; 141} 142 143void *PropertiesInspector::qt_metacast(const char *_clname) 144{ 145 if (!_clname) return 0; 146 if (!strcmp(_clname, qt_meta_stringdata_PropertiesInspector)) 147 return static_cast<void*>(const_cast< PropertiesInspector*>(this)); 148 return QObject::qt_metacast(_clname); 149} 150 151int PropertiesInspector::qt_metacall(QMetaObject::Call _c, int _id, void **_a) 152{ 153 _id = QObject::qt_metacall(_c, _id, _a); 154 if (_id < 0) 155 return _id; 156 if (_c == QMetaObject::InvokeMetaMethod) { 157 if (_id < 4) 158 qt_static_metacall(this, _c, _id, _a); 159 _id -= 4; 160 } 161 return _id; 162} 163QT_END_MOC_NAMESPACE