moc_searchlineedit.cpp
上传用户:huahtool
上传日期:2015-12-10
资源大小:1089k
文件大小:5k
源码类别:

浏览器

开发平台:

Visual C++

  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'searchlineedit.h'
  3. **
  4. ** Created: Tue Nov 18 19:00:13 2008
  5. **      by: The Qt Meta Object Compiler version 59 (Qt 4.4.3)
  6. **
  7. ** WARNING! All changes made in this file will be lost!
  8. *****************************************************************************/
  9. #include "../../../searchlineedit.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'searchlineedit.h' doesn't include <QObject>."
  12. #elif Q_MOC_OUTPUT_REVISION != 59
  13. #error "This file was generated using the moc from 4.4.3. It"
  14. #error "cannot be used with the include files from this version of Qt."
  15. #error "(The moc has changed too much.)"
  16. #endif
  17. QT_BEGIN_MOC_NAMESPACE
  18. static const uint qt_meta_data_ClearButton[] = {
  19.  // content:
  20.        1,       // revision
  21.        0,       // classname
  22.        0,    0, // classinfo
  23.        1,   10, // methods
  24.        0,    0, // properties
  25.        0,    0, // enums/sets
  26.  // slots: signature, parameters, type, tag, flags
  27.       18,   13,   12,   12, 0x0a,
  28.        0        // eod
  29. };
  30. static const char qt_meta_stringdata_ClearButton[] = {
  31.     "ClearButtontexttextChanged(QString)"
  32. };
  33. const QMetaObject ClearButton::staticMetaObject = {
  34.     { &QAbstractButton::staticMetaObject, qt_meta_stringdata_ClearButton,
  35.       qt_meta_data_ClearButton, 0 }
  36. };
  37. const QMetaObject *ClearButton::metaObject() const
  38. {
  39.     return &staticMetaObject;
  40. }
  41. void *ClearButton::qt_metacast(const char *_clname)
  42. {
  43.     if (!_clname) return 0;
  44.     if (!strcmp(_clname, qt_meta_stringdata_ClearButton))
  45.         return static_cast<void*>(const_cast< ClearButton*>(this));
  46.     return QAbstractButton::qt_metacast(_clname);
  47. }
  48. int ClearButton::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  49. {
  50.     _id = QAbstractButton::qt_metacall(_c, _id, _a);
  51.     if (_id < 0)
  52.         return _id;
  53.     if (_c == QMetaObject::InvokeMetaMethod) {
  54.         switch (_id) {
  55.         case 0: textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  56.         }
  57.         _id -= 1;
  58.     }
  59.     return _id;
  60. }
  61. static const uint qt_meta_data_SearchLineEdit[] = {
  62.  // content:
  63.        1,       // revision
  64.        0,       // classname
  65.        0,    0, // classinfo
  66.        1,   10, // methods
  67.        1,   15, // properties
  68.        0,    0, // enums/sets
  69.  // signals: signature, parameters, type, tag, flags
  70.       21,   16,   15,   15, 0x05,
  71.  // properties: name, type, flags
  72.       50,   42, 0x0a095103,
  73.        0        // eod
  74. };
  75. static const char qt_meta_stringdata_SearchLineEdit[] = {
  76.     "SearchLineEdittexttextChanged(QString)"
  77.     "QStringinactiveText"
  78. };
  79. const QMetaObject SearchLineEdit::staticMetaObject = {
  80.     { &ExLineEdit::staticMetaObject, qt_meta_stringdata_SearchLineEdit,
  81.       qt_meta_data_SearchLineEdit, 0 }
  82. };
  83. const QMetaObject *SearchLineEdit::metaObject() const
  84. {
  85.     return &staticMetaObject;
  86. }
  87. void *SearchLineEdit::qt_metacast(const char *_clname)
  88. {
  89.     if (!_clname) return 0;
  90.     if (!strcmp(_clname, qt_meta_stringdata_SearchLineEdit))
  91.         return static_cast<void*>(const_cast< SearchLineEdit*>(this));
  92.     return ExLineEdit::qt_metacast(_clname);
  93. }
  94. int SearchLineEdit::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  95. {
  96.     _id = ExLineEdit::qt_metacall(_c, _id, _a);
  97.     if (_id < 0)
  98.         return _id;
  99.     if (_c == QMetaObject::InvokeMetaMethod) {
  100.         switch (_id) {
  101.         case 0: textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  102.         }
  103.         _id -= 1;
  104.     }
  105. #ifndef QT_NO_PROPERTIES
  106.       else if (_c == QMetaObject::ReadProperty) {
  107.         void *_v = _a[0];
  108.         switch (_id) {
  109.         case 0: *reinterpret_cast< QString*>(_v) = inactiveText(); break;
  110.         }
  111.         _id -= 1;
  112.     } else if (_c == QMetaObject::WriteProperty) {
  113.         void *_v = _a[0];
  114.         switch (_id) {
  115.         case 0: setInactiveText(*reinterpret_cast< QString*>(_v)); break;
  116.         }
  117.         _id -= 1;
  118.     } else if (_c == QMetaObject::ResetProperty) {
  119.         _id -= 1;
  120.     } else if (_c == QMetaObject::QueryPropertyDesignable) {
  121.         _id -= 1;
  122.     } else if (_c == QMetaObject::QueryPropertyScriptable) {
  123.         _id -= 1;
  124.     } else if (_c == QMetaObject::QueryPropertyStored) {
  125.         _id -= 1;
  126.     } else if (_c == QMetaObject::QueryPropertyEditable) {
  127.         _id -= 1;
  128.     } else if (_c == QMetaObject::QueryPropertyUser) {
  129.         _id -= 1;
  130.     }
  131. #endif // QT_NO_PROPERTIES
  132.     return _id;
  133. }
  134. // SIGNAL 0
  135. void SearchLineEdit::textChanged(const QString & _t1)
  136. {
  137.     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  138.     QMetaObject::activate(this, &staticMetaObject, 0, _a);
  139. }
  140. QT_END_MOC_NAMESPACE