NCL Composer
0.1
|
00001 /**************************************************************************** 00002 ** Meta object code from reading C++ file 'RunGingaConfig.h' 00003 ** 00004 ** Created: Thu Oct 4 20:35:00 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/RunGingaConfig.h" 00011 #if !defined(Q_MOC_OUTPUT_REVISION) 00012 #error "The header file 'RunGingaConfig.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_composer__gui__RunGingaConfig[] = { 00021 00022 // content: 00023 6, // revision 00024 0, // classname 00025 0, 0, // classinfo 00026 5, 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 31, 30, 30, 30, 0x0a, 00035 45, 30, 30, 30, 0x0a, 00036 64, 30, 30, 30, 0x0a, 00037 84, 30, 30, 30, 0x0a, 00038 105, 30, 30, 30, 0x0a, 00039 00040 0 // eod 00041 }; 00042 00043 static const char qt_meta_stringdata_composer__gui__RunGingaConfig[] = { 00044 "composer::gui::RunGingaConfig\0\0" 00045 "applyValues()\0setDefaultValues()\0" 00046 "changeToLocal(bool)\0changeToRemote(bool)\0" 00047 "browseButtonPressed()\0" 00048 }; 00049 00050 void composer::gui::RunGingaConfig::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 RunGingaConfig *_t = static_cast<RunGingaConfig *>(_o); 00055 switch (_id) { 00056 case 0: _t->applyValues(); break; 00057 case 1: _t->setDefaultValues(); break; 00058 case 2: _t->changeToLocal((*reinterpret_cast< bool(*)>(_a[1]))); break; 00059 case 3: _t->changeToRemote((*reinterpret_cast< bool(*)>(_a[1]))); break; 00060 case 4: _t->browseButtonPressed(); break; 00061 default: ; 00062 } 00063 } 00064 } 00065 00066 const QMetaObjectExtraData composer::gui::RunGingaConfig::staticMetaObjectExtraData = { 00067 0, qt_static_metacall 00068 }; 00069 00070 const QMetaObject composer::gui::RunGingaConfig::staticMetaObject = { 00071 { &IPreferencesPage::staticMetaObject, qt_meta_stringdata_composer__gui__RunGingaConfig, 00072 qt_meta_data_composer__gui__RunGingaConfig, &staticMetaObjectExtraData } 00073 }; 00074 00075 #ifdef Q_NO_DATA_RELOCATION 00076 const QMetaObject &composer::gui::RunGingaConfig::getStaticMetaObject() { return staticMetaObject; } 00077 #endif //Q_NO_DATA_RELOCATION 00078 00079 const QMetaObject *composer::gui::RunGingaConfig::metaObject() const 00080 { 00081 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; 00082 } 00083 00084 void *composer::gui::RunGingaConfig::qt_metacast(const char *_clname) 00085 { 00086 if (!_clname) return 0; 00087 if (!strcmp(_clname, qt_meta_stringdata_composer__gui__RunGingaConfig)) 00088 return static_cast<void*>(const_cast< RunGingaConfig*>(this)); 00089 return IPreferencesPage::qt_metacast(_clname); 00090 } 00091 00092 int composer::gui::RunGingaConfig::qt_metacall(QMetaObject::Call _c, int _id, void **_a) 00093 { 00094 _id = IPreferencesPage::qt_metacall(_c, _id, _a); 00095 if (_id < 0) 00096 return _id; 00097 if (_c == QMetaObject::InvokeMetaMethod) { 00098 if (_id < 5) 00099 qt_static_metacall(this, _c, _id, _a); 00100 _id -= 5; 00101 } 00102 return _id; 00103 } 00104 QT_END_MOC_NAMESPACE