NCL Composer
0.1
|
00001 /**************************************************************************** 00002 ** Meta object code from reading C++ file 'PreferencesDialog.h' 00003 ** 00004 ** Created: Thu Oct 4 20:34:57 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/PreferencesDialog.h" 00011 #if !defined(Q_MOC_OUTPUT_REVISION) 00012 #error "The header file 'PreferencesDialog.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__PreferencesDialog[] = { 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 0, // signalCount 00032 00033 // slots: signature, parameters, type, tag, flags 00034 34, 33, 33, 33, 0x08, 00035 53, 33, 33, 33, 0x08, 00036 74, 33, 33, 33, 0x08, 00037 00038 0 // eod 00039 }; 00040 00041 static const char qt_meta_stringdata_composer__gui__PreferencesDialog[] = { 00042 "composer::gui::PreferencesDialog\0\0" 00043 "changeActivePage()\0applyCurrentValues()\0" 00044 "buttonClicked(QAbstractButton*)\0" 00045 }; 00046 00047 void composer::gui::PreferencesDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) 00048 { 00049 if (_c == QMetaObject::InvokeMetaMethod) { 00050 Q_ASSERT(staticMetaObject.cast(_o)); 00051 PreferencesDialog *_t = static_cast<PreferencesDialog *>(_o); 00052 switch (_id) { 00053 case 0: _t->changeActivePage(); break; 00054 case 1: _t->applyCurrentValues(); break; 00055 case 2: _t->buttonClicked((*reinterpret_cast< QAbstractButton*(*)>(_a[1]))); break; 00056 default: ; 00057 } 00058 } 00059 } 00060 00061 const QMetaObjectExtraData composer::gui::PreferencesDialog::staticMetaObjectExtraData = { 00062 0, qt_static_metacall 00063 }; 00064 00065 const QMetaObject composer::gui::PreferencesDialog::staticMetaObject = { 00066 { &QDialog::staticMetaObject, qt_meta_stringdata_composer__gui__PreferencesDialog, 00067 qt_meta_data_composer__gui__PreferencesDialog, &staticMetaObjectExtraData } 00068 }; 00069 00070 #ifdef Q_NO_DATA_RELOCATION 00071 const QMetaObject &composer::gui::PreferencesDialog::getStaticMetaObject() { return staticMetaObject; } 00072 #endif //Q_NO_DATA_RELOCATION 00073 00074 const QMetaObject *composer::gui::PreferencesDialog::metaObject() const 00075 { 00076 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; 00077 } 00078 00079 void *composer::gui::PreferencesDialog::qt_metacast(const char *_clname) 00080 { 00081 if (!_clname) return 0; 00082 if (!strcmp(_clname, qt_meta_stringdata_composer__gui__PreferencesDialog)) 00083 return static_cast<void*>(const_cast< PreferencesDialog*>(this)); 00084 return QDialog::qt_metacast(_clname); 00085 } 00086 00087 int composer::gui::PreferencesDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a) 00088 { 00089 _id = QDialog::qt_metacall(_c, _id, _a); 00090 if (_id < 0) 00091 return _id; 00092 if (_c == QMetaObject::InvokeMetaMethod) { 00093 if (_id < 3) 00094 qt_static_metacall(this, _c, _id, _a); 00095 _id -= 3; 00096 } 00097 return _id; 00098 } 00099 QT_END_MOC_NAMESPACE