NCL Composer
0.1
|
00001 /**************************************************************************** 00002 ** Meta object code from reading C++ file 'SearchLineEdit.h' 00003 ** 00004 ** Created: Thu Oct 4 20:32:42 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/SearchLineEdit.h" 00011 #if !defined(Q_MOC_OUTPUT_REVISION) 00012 #error "The header file 'SearchLineEdit.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_SearchLineEdit[] = { 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 2, // signalCount 00032 00033 // signals: signature, parameters, type, tag, flags 00034 16, 15, 15, 15, 0x05, 00035 29, 15, 15, 15, 0x05, 00036 00037 // slots: signature, parameters, type, tag, flags 00038 55, 50, 15, 15, 0x08, 00039 00040 0 // eod 00041 }; 00042 00043 static const char qt_meta_stringdata_SearchLineEdit[] = { 00044 "SearchLineEdit\0\0escPressed()\0" 00045 "shiftReturnPressed()\0text\0" 00046 "updateSearchButton(QString)\0" 00047 }; 00048 00049 void SearchLineEdit::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) 00050 { 00051 if (_c == QMetaObject::InvokeMetaMethod) { 00052 Q_ASSERT(staticMetaObject.cast(_o)); 00053 SearchLineEdit *_t = static_cast<SearchLineEdit *>(_o); 00054 switch (_id) { 00055 case 0: _t->escPressed(); break; 00056 case 1: _t->shiftReturnPressed(); break; 00057 case 2: _t->updateSearchButton((*reinterpret_cast< const QString(*)>(_a[1]))); break; 00058 default: ; 00059 } 00060 } 00061 } 00062 00063 const QMetaObjectExtraData SearchLineEdit::staticMetaObjectExtraData = { 00064 0, qt_static_metacall 00065 }; 00066 00067 const QMetaObject SearchLineEdit::staticMetaObject = { 00068 { &QLineEdit::staticMetaObject, qt_meta_stringdata_SearchLineEdit, 00069 qt_meta_data_SearchLineEdit, &staticMetaObjectExtraData } 00070 }; 00071 00072 #ifdef Q_NO_DATA_RELOCATION 00073 const QMetaObject &SearchLineEdit::getStaticMetaObject() { return staticMetaObject; } 00074 #endif //Q_NO_DATA_RELOCATION 00075 00076 const QMetaObject *SearchLineEdit::metaObject() const 00077 { 00078 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; 00079 } 00080 00081 void *SearchLineEdit::qt_metacast(const char *_clname) 00082 { 00083 if (!_clname) return 0; 00084 if (!strcmp(_clname, qt_meta_stringdata_SearchLineEdit)) 00085 return static_cast<void*>(const_cast< SearchLineEdit*>(this)); 00086 return QLineEdit::qt_metacast(_clname); 00087 } 00088 00089 int SearchLineEdit::qt_metacall(QMetaObject::Call _c, int _id, void **_a) 00090 { 00091 _id = QLineEdit::qt_metacall(_c, _id, _a); 00092 if (_id < 0) 00093 return _id; 00094 if (_c == QMetaObject::InvokeMetaMethod) { 00095 if (_id < 3) 00096 qt_static_metacall(this, _c, _id, _a); 00097 _id -= 3; 00098 } 00099 return _id; 00100 } 00101 00102 // SIGNAL 0 00103 void SearchLineEdit::escPressed() 00104 { 00105 QMetaObject::activate(this, &staticMetaObject, 0, 0); 00106 } 00107 00108 // SIGNAL 1 00109 void SearchLineEdit::shiftReturnPressed() 00110 { 00111 QMetaObject::activate(this, &staticMetaObject, 1, 0); 00112 } 00113 QT_END_MOC_NAMESPACE