moc_browsermainwindow.cpp
资源名称:browser.rar [点击查看]
上传用户:huahtool
上传日期:2015-12-10
资源大小:1089k
文件大小:7k
源码类别:
浏览器
开发平台:
Visual C++
- /****************************************************************************
- ** Meta object code from reading C++ file 'browsermainwindow.h'
- **
- ** Created: Tue Nov 18 19:00:10 2008
- ** by: The Qt Meta Object Compiler version 59 (Qt 4.4.3)
- **
- ** WARNING! All changes made in this file will be lost!
- *****************************************************************************/
- #include "../../../browsermainwindow.h"
- #if !defined(Q_MOC_OUTPUT_REVISION)
- #error "The header file 'browsermainwindow.h' doesn't include <QObject>."
- #elif Q_MOC_OUTPUT_REVISION != 59
- #error "This file was generated using the moc from 4.4.3. It"
- #error "cannot be used with the include files from this version of Qt."
- #error "(The moc has changed too much.)"
- #endif
- QT_BEGIN_MOC_NAMESPACE
- static const uint qt_meta_data_BrowserMainWindow[] = {
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 43, 10, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
- // slots: signature, parameters, type, tag, flags
- 23, 19, 18, 18, 0x0a,
- 41, 18, 18, 18, 0x0a,
- 52, 18, 18, 18, 0x08,
- 59, 18, 18, 18, 0x08,
- 88, 81, 18, 18, 0x08,
- 123, 117, 18, 18, 0x08,
- 154, 18, 18, 18, 0x28,
- 178, 19, 18, 18, 0x08,
- 192, 18, 18, 18, 0x08,
- 210, 18, 18, 18, 0x08,
- 224, 18, 18, 18, 0x08,
- 239, 18, 18, 18, 0x08,
- 262, 18, 18, 18, 0x08,
- 278, 18, 18, 18, 0x08,
- 300, 18, 18, 18, 0x08,
- 317, 18, 18, 18, 0x08,
- 332, 18, 18, 18, 0x08,
- 351, 18, 18, 18, 0x08,
- 374, 18, 18, 18, 0x08,
- 400, 18, 18, 18, 0x08,
- 418, 18, 18, 18, 0x08,
- 439, 18, 18, 18, 0x08,
- 460, 18, 18, 18, 0x08,
- 482, 18, 18, 18, 0x08,
- 500, 18, 18, 18, 0x08,
- 523, 18, 18, 18, 0x08,
- 543, 18, 18, 18, 0x08,
- 571, 564, 18, 18, 0x08,
- 596, 18, 18, 18, 0x08,
- 612, 564, 18, 18, 0x08,
- 638, 18, 18, 18, 0x08,
- 661, 18, 18, 18, 0x08,
- 683, 18, 18, 18, 0x08,
- 704, 18, 18, 18, 0x08,
- 730, 18, 18, 18, 0x08,
- 759, 18, 18, 18, 0x08,
- 794, 787, 18, 18, 0x08,
- 822, 18, 18, 18, 0x08,
- 839, 18, 18, 18, 0x08,
- 861, 855, 18, 18, 0x08,
- 897, 888, 18, 18, 0x08,
- 936, 928, 18, 18, 0x08,
- 966, 928, 18, 18, 0x08,
- 0 // eod
- };
- static const char qt_meta_stringdata_BrowserMainWindow[] = {
- "BrowserMainWindow url loadPage(QString) "
- "slotHome() save() slotLoadProgress(int) "
- "string slotUpdateStatusbar(QString) "
- "title slotUpdateWindowTitle(QString) "
- "slotUpdateWindowTitle() loadUrl(QUrl) "
- "slotPreferences() slotFileNew() "
- "slotFileOpen() slotFilePrintPreview() "
- "slotFilePrint() slotPrivateBrowsing() "
- "slotFileSaveAs() slotEditFind() "
- "slotEditFindNext() slotEditFindPrevious() "
- "slotShowBookmarksDialog() slotAddBookmark() "
- "slotViewTextBigger() slotViewTextNormal() "
- "slotViewTextSmaller() slotViewToolbar() "
- "slotViewBookmarksBar() slotViewStatusbar() "
- "slotViewPageSource() enable "
- "slotViewFullScreen(bool) slotWebSearch() "
- "slotToggleInspector(bool) "
- "slotAboutApplication() slotDownloadManager() "
- "slotSelectLineEdit() slotAboutToShowBackMenu() "
- "slotAboutToShowForwardMenu() "
- "slotAboutToShowWindowMenu() action "
- "slotOpenActionUrl(QAction*) "
- "slotShowWindow() slotSwapFocus() frame "
- "printRequested(QWebFrame*) geometry "
- "geometryChangeRequested(QRect) visible "
- "updateToolbarActionText(bool) "
- "updateBookmarksToolbarActionText(bool) "
- };
- const QMetaObject BrowserMainWindow::staticMetaObject = {
- { &QMainWindow::staticMetaObject, qt_meta_stringdata_BrowserMainWindow,
- qt_meta_data_BrowserMainWindow, 0 }
- };
- const QMetaObject *BrowserMainWindow::metaObject() const
- {
- return &staticMetaObject;
- }
- void *BrowserMainWindow::qt_metacast(const char *_clname)
- {
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_BrowserMainWindow))
- return static_cast<void*>(const_cast< BrowserMainWindow*>(this));
- return QMainWindow::qt_metacast(_clname);
- }
- int BrowserMainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
- {
- _id = QMainWindow::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- if (_c == QMetaObject::InvokeMetaMethod) {
- switch (_id) {
- case 0: loadPage((*reinterpret_cast< const QString(*)>(_a[1]))); break;
- case 1: slotHome(); break;
- case 2: save(); break;
- case 3: slotLoadProgress((*reinterpret_cast< int(*)>(_a[1]))); break;
- case 4: slotUpdateStatusbar((*reinterpret_cast< const QString(*)>(_a[1]))); break;
- case 5: slotUpdateWindowTitle((*reinterpret_cast< const QString(*)>(_a[1]))); break;
- case 6: slotUpdateWindowTitle(); break;
- case 7: loadUrl((*reinterpret_cast< const QUrl(*)>(_a[1]))); break;
- case 8: slotPreferences(); break;
- case 9: slotFileNew(); break;
- case 10: slotFileOpen(); break;
- case 11: slotFilePrintPreview(); break;
- case 12: slotFilePrint(); break;
- case 13: slotPrivateBrowsing(); break;
- case 14: slotFileSaveAs(); break;
- case 15: slotEditFind(); break;
- case 16: slotEditFindNext(); break;
- case 17: slotEditFindPrevious(); break;
- case 18: slotShowBookmarksDialog(); break;
- case 19: slotAddBookmark(); break;
- case 20: slotViewTextBigger(); break;
- case 21: slotViewTextNormal(); break;
- case 22: slotViewTextSmaller(); break;
- case 23: slotViewToolbar(); break;
- case 24: slotViewBookmarksBar(); break;
- case 25: slotViewStatusbar(); break;
- case 26: slotViewPageSource(); break;
- case 27: slotViewFullScreen((*reinterpret_cast< bool(*)>(_a[1]))); break;
- case 28: slotWebSearch(); break;
- case 29: slotToggleInspector((*reinterpret_cast< bool(*)>(_a[1]))); break;
- case 30: slotAboutApplication(); break;
- case 31: slotDownloadManager(); break;
- case 32: slotSelectLineEdit(); break;
- case 33: slotAboutToShowBackMenu(); break;
- case 34: slotAboutToShowForwardMenu(); break;
- case 35: slotAboutToShowWindowMenu(); break;
- case 36: slotOpenActionUrl((*reinterpret_cast< QAction*(*)>(_a[1]))); break;
- case 37: slotShowWindow(); break;
- case 38: slotSwapFocus(); break;
- case 39: printRequested((*reinterpret_cast< QWebFrame*(*)>(_a[1]))); break;
- case 40: geometryChangeRequested((*reinterpret_cast< const QRect(*)>(_a[1]))); break;
- case 41: updateToolbarActionText((*reinterpret_cast< bool(*)>(_a[1]))); break;
- case 42: updateBookmarksToolbarActionText((*reinterpret_cast< bool(*)>(_a[1]))); break;
- }
- _id -= 43;
- }
- return _id;
- }
- QT_END_MOC_NAMESPACE