NCL Composer
0.1
|
00001 /**************************************************************************** 00002 ** Meta object code from reading C++ file 'qnstgraphicslinkdialog.h' 00003 ** 00004 ** Created: Thu Oct 4 20:34:31 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/qnstgraphicslinkdialog.h" 00011 #if !defined(Q_MOC_OUTPUT_REVISION) 00012 #error "The header file 'qnstgraphicslinkdialog.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_CompleteLineEdit[] = { 00021 00022 // content: 00023 6, // revision 00024 0, // classname 00025 0, 0, // classinfo 00026 2, 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 23, 18, 17, 17, 0x0a, 00035 51, 45, 17, 17, 0x0a, 00036 00037 0 // eod 00038 }; 00039 00040 static const char qt_meta_stringdata_CompleteLineEdit[] = { 00041 "CompleteLineEdit\0\0text\0setCompleter(QString)\0" 00042 "index\0completeText(QModelIndex)\0" 00043 }; 00044 00045 void CompleteLineEdit::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) 00046 { 00047 if (_c == QMetaObject::InvokeMetaMethod) { 00048 Q_ASSERT(staticMetaObject.cast(_o)); 00049 CompleteLineEdit *_t = static_cast<CompleteLineEdit *>(_o); 00050 switch (_id) { 00051 case 0: _t->setCompleter((*reinterpret_cast< const QString(*)>(_a[1]))); break; 00052 case 1: _t->completeText((*reinterpret_cast< const QModelIndex(*)>(_a[1]))); break; 00053 default: ; 00054 } 00055 } 00056 } 00057 00058 const QMetaObjectExtraData CompleteLineEdit::staticMetaObjectExtraData = { 00059 0, qt_static_metacall 00060 }; 00061 00062 const QMetaObject CompleteLineEdit::staticMetaObject = { 00063 { &QLineEdit::staticMetaObject, qt_meta_stringdata_CompleteLineEdit, 00064 qt_meta_data_CompleteLineEdit, &staticMetaObjectExtraData } 00065 }; 00066 00067 #ifdef Q_NO_DATA_RELOCATION 00068 const QMetaObject &CompleteLineEdit::getStaticMetaObject() { return staticMetaObject; } 00069 #endif //Q_NO_DATA_RELOCATION 00070 00071 const QMetaObject *CompleteLineEdit::metaObject() const 00072 { 00073 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; 00074 } 00075 00076 void *CompleteLineEdit::qt_metacast(const char *_clname) 00077 { 00078 if (!_clname) return 0; 00079 if (!strcmp(_clname, qt_meta_stringdata_CompleteLineEdit)) 00080 return static_cast<void*>(const_cast< CompleteLineEdit*>(this)); 00081 return QLineEdit::qt_metacast(_clname); 00082 } 00083 00084 int CompleteLineEdit::qt_metacall(QMetaObject::Call _c, int _id, void **_a) 00085 { 00086 _id = QLineEdit::qt_metacall(_c, _id, _a); 00087 if (_id < 0) 00088 return _id; 00089 if (_c == QMetaObject::InvokeMetaMethod) { 00090 if (_id < 2) 00091 qt_static_metacall(this, _c, _id, _a); 00092 _id -= 2; 00093 } 00094 return _id; 00095 } 00096 static const uint qt_meta_data_QnstGraphicsLinkDialog[] = { 00097 00098 // content: 00099 6, // revision 00100 0, // classname 00101 0, 0, // classinfo 00102 1, 14, // methods 00103 0, 0, // properties 00104 0, 0, // enums/sets 00105 0, 0, // constructors 00106 0, // flags 00107 0, // signalCount 00108 00109 // slots: signature, parameters, type, tag, flags 00110 29, 24, 23, 23, 0x09, 00111 00112 0 // eod 00113 }; 00114 00115 static const char qt_meta_stringdata_QnstGraphicsLinkDialog[] = { 00116 "QnstGraphicsLinkDialog\0\0conn\0" 00117 "adjustBinds(QString)\0" 00118 }; 00119 00120 void QnstGraphicsLinkDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) 00121 { 00122 if (_c == QMetaObject::InvokeMetaMethod) { 00123 Q_ASSERT(staticMetaObject.cast(_o)); 00124 QnstGraphicsLinkDialog *_t = static_cast<QnstGraphicsLinkDialog *>(_o); 00125 switch (_id) { 00126 case 0: _t->adjustBinds((*reinterpret_cast< QString(*)>(_a[1]))); break; 00127 default: ; 00128 } 00129 } 00130 } 00131 00132 const QMetaObjectExtraData QnstGraphicsLinkDialog::staticMetaObjectExtraData = { 00133 0, qt_static_metacall 00134 }; 00135 00136 const QMetaObject QnstGraphicsLinkDialog::staticMetaObject = { 00137 { &QDialog::staticMetaObject, qt_meta_stringdata_QnstGraphicsLinkDialog, 00138 qt_meta_data_QnstGraphicsLinkDialog, &staticMetaObjectExtraData } 00139 }; 00140 00141 #ifdef Q_NO_DATA_RELOCATION 00142 const QMetaObject &QnstGraphicsLinkDialog::getStaticMetaObject() { return staticMetaObject; } 00143 #endif //Q_NO_DATA_RELOCATION 00144 00145 const QMetaObject *QnstGraphicsLinkDialog::metaObject() const 00146 { 00147 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; 00148 } 00149 00150 void *QnstGraphicsLinkDialog::qt_metacast(const char *_clname) 00151 { 00152 if (!_clname) return 0; 00153 if (!strcmp(_clname, qt_meta_stringdata_QnstGraphicsLinkDialog)) 00154 return static_cast<void*>(const_cast< QnstGraphicsLinkDialog*>(this)); 00155 return QDialog::qt_metacast(_clname); 00156 } 00157 00158 int QnstGraphicsLinkDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a) 00159 { 00160 _id = QDialog::qt_metacall(_c, _id, _a); 00161 if (_id < 0) 00162 return _id; 00163 if (_c == QMetaObject::InvokeMetaMethod) { 00164 if (_id < 1) 00165 qt_static_metacall(this, _c, _id, _a); 00166 _id -= 1; 00167 } 00168 return _id; 00169 } 00170 QT_END_MOC_NAMESPACE