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

浏览器

开发平台:

Visual C++

  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'settings.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 "../../../settings.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'settings.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_SettingsDialog[] = {
  19.  // content:
  20.        1,       // revision
  21.        0,       // classname
  22.        0,    0, // classinfo
  23.        8,   10, // methods
  24.        0,    0, // properties
  25.        0,    0, // enums/sets
  26.  // slots: signature, parameters, type, tag, flags
  27.       16,   15,   15,   15, 0x08,
  28.       31,   15,   15,   15, 0x08,
  29.       50,   15,   15,   15, 0x08,
  30.       67,   15,   15,   15, 0x08,
  31.       90,   15,   15,   15, 0x08,
  32.      104,   15,   15,   15, 0x08,
  33.      121,   15,   15,   15, 0x08,
  34.      134,   15,   15,   15, 0x08,
  35.        0        // eod
  36. };
  37. static const char qt_meta_stringdata_SettingsDialog[] = {
  38.     "SettingsDialogloadDefaults()"
  39.     "loadFromSettings()saveToSettings()"
  40.     "setHomeToCurrentPage()showCookies()"
  41.     "showExceptions()chooseFont()"
  42.     "chooseFixedFont()"
  43. };
  44. const QMetaObject SettingsDialog::staticMetaObject = {
  45.     { &QDialog::staticMetaObject, qt_meta_stringdata_SettingsDialog,
  46.       qt_meta_data_SettingsDialog, 0 }
  47. };
  48. const QMetaObject *SettingsDialog::metaObject() const
  49. {
  50.     return &staticMetaObject;
  51. }
  52. void *SettingsDialog::qt_metacast(const char *_clname)
  53. {
  54.     if (!_clname) return 0;
  55.     if (!strcmp(_clname, qt_meta_stringdata_SettingsDialog))
  56.         return static_cast<void*>(const_cast< SettingsDialog*>(this));
  57.     if (!strcmp(_clname, "Ui_Settings"))
  58.         return static_cast< Ui_Settings*>(const_cast< SettingsDialog*>(this));
  59.     return QDialog::qt_metacast(_clname);
  60. }
  61. int SettingsDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  62. {
  63.     _id = QDialog::qt_metacall(_c, _id, _a);
  64.     if (_id < 0)
  65.         return _id;
  66.     if (_c == QMetaObject::InvokeMetaMethod) {
  67.         switch (_id) {
  68.         case 0: loadDefaults(); break;
  69.         case 1: loadFromSettings(); break;
  70.         case 2: saveToSettings(); break;
  71.         case 3: setHomeToCurrentPage(); break;
  72.         case 4: showCookies(); break;
  73.         case 5: showExceptions(); break;
  74.         case 6: chooseFont(); break;
  75.         case 7: chooseFixedFont(); break;
  76.         }
  77.         _id -= 8;
  78.     }
  79.     return _id;
  80. }
  81. QT_END_MOC_NAMESPACE