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

浏览器

开发平台:

Visual C++

  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'tabwidget.h'
  3. **
  4. ** Created: Tue Nov 18 19:00:14 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 "../../../tabwidget.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'tabwidget.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_TabBar[] = {
  19.  // content:
  20.        1,       // revision
  21.        0,       // classname
  22.        0,    0, // classinfo
  23.       13,   10, // methods
  24.        0,    0, // properties
  25.        0,    0, // enums/sets
  26.  // signals: signature, parameters, type, tag, flags
  27.        8,    7,    7,    7, 0x05,
  28.       23,   17,    7,    7, 0x05,
  29.       37,   17,    7,    7, 0x05,
  30.       51,   17,    7,    7, 0x05,
  31.       71,   17,    7,    7, 0x05,
  32.       86,    7,    7,    7, 0x05,
  33.      120,  102,    7,    7, 0x05,
  34.  // slots: signature, parameters, type, tag, flags
  35.      146,    7,    7,    7, 0x08,
  36.      164,    7,    7,    7, 0x08,
  37.      175,    7,    7,    7, 0x08,
  38.      186,    7,    7,    7, 0x08,
  39.      203,    7,    7,    7, 0x08,
  40.      224,  215,    7,    7, 0x08,
  41.        0        // eod
  42. };
  43. static const char qt_meta_stringdata_TabBar[] = {
  44.     "TabBarnewTab()indexcloneTab(int)"
  45.     "closeTab(int)closeOtherTabs(int)"
  46.     "reloadTab(int)reloadAllTabs()"
  47.     "fromIndex,toIndextabMoveRequested(int,int)"
  48.     "selectTabAction()cloneTab()closeTab()"
  49.     "closeOtherTabs()reloadTab()position"
  50.     "contextMenuRequested(QPoint)"
  51. };
  52. const QMetaObject TabBar::staticMetaObject = {
  53.     { &QTabBar::staticMetaObject, qt_meta_stringdata_TabBar,
  54.       qt_meta_data_TabBar, 0 }
  55. };
  56. const QMetaObject *TabBar::metaObject() const
  57. {
  58.     return &staticMetaObject;
  59. }
  60. void *TabBar::qt_metacast(const char *_clname)
  61. {
  62.     if (!_clname) return 0;
  63.     if (!strcmp(_clname, qt_meta_stringdata_TabBar))
  64.         return static_cast<void*>(const_cast< TabBar*>(this));
  65.     return QTabBar::qt_metacast(_clname);
  66. }
  67. int TabBar::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  68. {
  69.     _id = QTabBar::qt_metacall(_c, _id, _a);
  70.     if (_id < 0)
  71.         return _id;
  72.     if (_c == QMetaObject::InvokeMetaMethod) {
  73.         switch (_id) {
  74.         case 0: newTab(); break;
  75.         case 1: cloneTab((*reinterpret_cast< int(*)>(_a[1]))); break;
  76.         case 2: closeTab((*reinterpret_cast< int(*)>(_a[1]))); break;
  77.         case 3: closeOtherTabs((*reinterpret_cast< int(*)>(_a[1]))); break;
  78.         case 4: reloadTab((*reinterpret_cast< int(*)>(_a[1]))); break;
  79.         case 5: reloadAllTabs(); break;
  80.         case 6: tabMoveRequested((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
  81.         case 7: selectTabAction(); break;
  82.         case 8: cloneTab(); break;
  83.         case 9: closeTab(); break;
  84.         case 10: closeOtherTabs(); break;
  85.         case 11: reloadTab(); break;
  86.         case 12: contextMenuRequested((*reinterpret_cast< const QPoint(*)>(_a[1]))); break;
  87.         }
  88.         _id -= 13;
  89.     }
  90.     return _id;
  91. }
  92. // SIGNAL 0
  93. void TabBar::newTab()
  94. {
  95.     QMetaObject::activate(this, &staticMetaObject, 0, 0);
  96. }
  97. // SIGNAL 1
  98. void TabBar::cloneTab(int _t1)
  99. {
  100.     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  101.     QMetaObject::activate(this, &staticMetaObject, 1, _a);
  102. }
  103. // SIGNAL 2
  104. void TabBar::closeTab(int _t1)
  105. {
  106.     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  107.     QMetaObject::activate(this, &staticMetaObject, 2, _a);
  108. }
  109. // SIGNAL 3
  110. void TabBar::closeOtherTabs(int _t1)
  111. {
  112.     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  113.     QMetaObject::activate(this, &staticMetaObject, 3, _a);
  114. }
  115. // SIGNAL 4
  116. void TabBar::reloadTab(int _t1)
  117. {
  118.     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  119.     QMetaObject::activate(this, &staticMetaObject, 4, _a);
  120. }
  121. // SIGNAL 5
  122. void TabBar::reloadAllTabs()
  123. {
  124.     QMetaObject::activate(this, &staticMetaObject, 5, 0);
  125. }
  126. // SIGNAL 6
  127. void TabBar::tabMoveRequested(int _t1, int _t2)
  128. {
  129.     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
  130.     QMetaObject::activate(this, &staticMetaObject, 6, _a);
  131. }
  132. static const uint qt_meta_data_WebActionMapper[] = {
  133.  // content:
  134.        1,       // revision
  135.        0,       // classname
  136.        0,    0, // classinfo
  137.        4,   10, // methods
  138.        0,    0, // properties
  139.        0,    0, // enums/sets
  140.  // slots: signature, parameters, type, tag, flags
  141.       17,   16,   16,   16, 0x08,
  142.       33,   16,   16,   16, 0x08,
  143.       48,   16,   16,   16, 0x08,
  144.       64,   16,   16,   16, 0x08,
  145.        0        // eod
  146. };
  147. static const char qt_meta_stringdata_WebActionMapper[] = {
  148.     "WebActionMapperrootTriggered()"
  149.     "childChanged()rootDestroyed()"
  150.     "currentDestroyed()"
  151. };
  152. const QMetaObject WebActionMapper::staticMetaObject = {
  153.     { &QObject::staticMetaObject, qt_meta_stringdata_WebActionMapper,
  154.       qt_meta_data_WebActionMapper, 0 }
  155. };
  156. const QMetaObject *WebActionMapper::metaObject() const
  157. {
  158.     return &staticMetaObject;
  159. }
  160. void *WebActionMapper::qt_metacast(const char *_clname)
  161. {
  162.     if (!_clname) return 0;
  163.     if (!strcmp(_clname, qt_meta_stringdata_WebActionMapper))
  164.         return static_cast<void*>(const_cast< WebActionMapper*>(this));
  165.     return QObject::qt_metacast(_clname);
  166. }
  167. int WebActionMapper::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  168. {
  169.     _id = QObject::qt_metacall(_c, _id, _a);
  170.     if (_id < 0)
  171.         return _id;
  172.     if (_c == QMetaObject::InvokeMetaMethod) {
  173.         switch (_id) {
  174.         case 0: rootTriggered(); break;
  175.         case 1: childChanged(); break;
  176.         case 2: rootDestroyed(); break;
  177.         case 3: currentDestroyed(); break;
  178.         }
  179.         _id -= 4;
  180.     }
  181.     return _id;
  182. }
  183. static const uint qt_meta_data_TabWidget[] = {
  184.  // content:
  185.        1,       // revision
  186.        0,       // classname
  187.        0,    0, // classinfo
  188.       35,   10, // methods
  189.        0,    0, // properties
  190.        0,    0, // enums/sets
  191.  // signals: signature, parameters, type, tag, flags
  192.       15,   11,   10,   10, 0x05,
  193.       33,   10,   10,   10, 0x05,
  194.       47,   10,   10,   10, 0x05,
  195.       63,   11,   10,   10, 0x05,
  196.       96,   88,   10,   10, 0x05,
  197.      131,  126,   10,   10, 0x05,
  198.      161,  152,   10,   10, 0x05,
  199.      188,  179,   10,   10, 0x05,
  200.      227,  219,   10,   10, 0x05,
  201.      266,  219,   10,   10, 0x05,
  202.      307,  219,   10,   10, 0x05,
  203.      352,  346,   10,   10, 0x05,
  204.  // slots: signature, parameters, type, tag, flags
  205.      379,   11,   10,   10, 0x0a,
  206.      426,  414,  405,   10, 0x0a,
  207.      439,   10,  405,   10, 0x2a,
  208.      454,  448,   10,   10, 0x0a,
  209.      468,   10,   10,   10, 0x2a,
  210.      479,  448,   10,   10, 0x0a,
  211.      493,   10,   10,   10, 0x2a,
  212.      504,  448,   10,   10, 0x0a,
  213.      524,  448,   10,   10, 0x0a,
  214.      539,   10,   10,   10, 0x2a,
  215.      551,   10,   10,   10, 0x0a,
  216.      567,   10,   10,   10, 0x0a,
  217.      577,   10,   10,   10, 0x0a,
  218.      591,  448,   10,   10, 0x08,
  219.      611,   10,   10,   10, 0x08,
  220.      646,  639,   10,   10, 0x08,
  221.      689,   10,   10,   10, 0x08,
  222.      710,   10,   10,   10, 0x08,
  223.      737,  731,   10,   10, 0x08,
  224.      766,   11,   10,   10, 0x08,
  225.      790,   10,   10,   10, 0x08,
  226.      814,   10,   10,   10, 0x08,
  227.      855,  837,   10,   10, 0x08,
  228.        0        // eod
  229. };
  230. static const char qt_meta_stringdata_TabWidget[] = {
  231.     "TabWidgeturlloadPage(QString)"
  232.     "tabsChanged()lastTabClosed()"
  233.     "setCurrentTitle(QString)message"
  234.     "showStatusBarMessage(QString)link"
  235.     "linkHovered(QString)progress"
  236.     "loadProgress(int)geometry"
  237.     "geometryChangeRequested(QRect)visible"
  238.     "menuBarVisibilityChangeRequested(bool)"
  239.     "statusBarVisibilityChangeRequested(bool)"
  240.     "toolBarVisibilityChangeRequested(bool)"
  241.     "frameprintRequested(QWebFrame*)"
  242.     "loadUrlInCurrentTab(QUrl)WebView*"
  243.     "makeCurrentnewTab(bool)newTab()"
  244.     "indexcloneTab(int)cloneTab()"
  245.     "closeTab(int)closeTab()closeOtherTabs(int)"
  246.     "reloadTab(int)reloadTab()reloadAllTabs()"
  247.     "nextTab()previousTab()currentChanged(int)"
  248.     "aboutToShowRecentTabsMenu()action"
  249.     "aboutToShowRecentTriggeredAction(QAction*)"
  250.     "webViewLoadStarted()webViewIconChanged()"
  251.     "titlewebViewTitleChanged(QString)"
  252.     "webViewUrlChanged(QUrl)lineEditReturnPressed()"
  253.     "windowCloseRequested()fromIndex,toIndex"
  254.     "moveTab(int,int)"
  255. };
  256. const QMetaObject TabWidget::staticMetaObject = {
  257.     { &QTabWidget::staticMetaObject, qt_meta_stringdata_TabWidget,
  258.       qt_meta_data_TabWidget, 0 }
  259. };
  260. const QMetaObject *TabWidget::metaObject() const
  261. {
  262.     return &staticMetaObject;
  263. }
  264. void *TabWidget::qt_metacast(const char *_clname)
  265. {
  266.     if (!_clname) return 0;
  267.     if (!strcmp(_clname, qt_meta_stringdata_TabWidget))
  268.         return static_cast<void*>(const_cast< TabWidget*>(this));
  269.     return QTabWidget::qt_metacast(_clname);
  270. }
  271. int TabWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  272. {
  273.     _id = QTabWidget::qt_metacall(_c, _id, _a);
  274.     if (_id < 0)
  275.         return _id;
  276.     if (_c == QMetaObject::InvokeMetaMethod) {
  277.         switch (_id) {
  278.         case 0: loadPage((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  279.         case 1: tabsChanged(); break;
  280.         case 2: lastTabClosed(); break;
  281.         case 3: setCurrentTitle((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  282.         case 4: showStatusBarMessage((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  283.         case 5: linkHovered((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  284.         case 6: loadProgress((*reinterpret_cast< int(*)>(_a[1]))); break;
  285.         case 7: geometryChangeRequested((*reinterpret_cast< const QRect(*)>(_a[1]))); break;
  286.         case 8: menuBarVisibilityChangeRequested((*reinterpret_cast< bool(*)>(_a[1]))); break;
  287.         case 9: statusBarVisibilityChangeRequested((*reinterpret_cast< bool(*)>(_a[1]))); break;
  288.         case 10: toolBarVisibilityChangeRequested((*reinterpret_cast< bool(*)>(_a[1]))); break;
  289.         case 11: printRequested((*reinterpret_cast< QWebFrame*(*)>(_a[1]))); break;
  290.         case 12: loadUrlInCurrentTab((*reinterpret_cast< const QUrl(*)>(_a[1]))); break;
  291.         case 13: { WebView* _r = newTab((*reinterpret_cast< bool(*)>(_a[1])));
  292.             if (_a[0]) *reinterpret_cast< WebView**>(_a[0]) = _r; }  break;
  293.         case 14: { WebView* _r = newTab();
  294.             if (_a[0]) *reinterpret_cast< WebView**>(_a[0]) = _r; }  break;
  295.         case 15: cloneTab((*reinterpret_cast< int(*)>(_a[1]))); break;
  296.         case 16: cloneTab(); break;
  297.         case 17: closeTab((*reinterpret_cast< int(*)>(_a[1]))); break;
  298.         case 18: closeTab(); break;
  299.         case 19: closeOtherTabs((*reinterpret_cast< int(*)>(_a[1]))); break;
  300.         case 20: reloadTab((*reinterpret_cast< int(*)>(_a[1]))); break;
  301.         case 21: reloadTab(); break;
  302.         case 22: reloadAllTabs(); break;
  303.         case 23: nextTab(); break;
  304.         case 24: previousTab(); break;
  305.         case 25: currentChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
  306.         case 26: aboutToShowRecentTabsMenu(); break;
  307.         case 27: aboutToShowRecentTriggeredAction((*reinterpret_cast< QAction*(*)>(_a[1]))); break;
  308.         case 28: webViewLoadStarted(); break;
  309.         case 29: webViewIconChanged(); break;
  310.         case 30: webViewTitleChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
  311.         case 31: webViewUrlChanged((*reinterpret_cast< const QUrl(*)>(_a[1]))); break;
  312.         case 32: lineEditReturnPressed(); break;
  313.         case 33: windowCloseRequested(); break;
  314.         case 34: moveTab((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
  315.         }
  316.         _id -= 35;
  317.     }
  318.     return _id;
  319. }
  320. // SIGNAL 0
  321. void TabWidget::loadPage(const QString & _t1)
  322. {
  323.     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  324.     QMetaObject::activate(this, &staticMetaObject, 0, _a);
  325. }
  326. // SIGNAL 1
  327. void TabWidget::tabsChanged()
  328. {
  329.     QMetaObject::activate(this, &staticMetaObject, 1, 0);
  330. }
  331. // SIGNAL 2
  332. void TabWidget::lastTabClosed()
  333. {
  334.     QMetaObject::activate(this, &staticMetaObject, 2, 0);
  335. }
  336. // SIGNAL 3
  337. void TabWidget::setCurrentTitle(const QString & _t1)
  338. {
  339.     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  340.     QMetaObject::activate(this, &staticMetaObject, 3, _a);
  341. }
  342. // SIGNAL 4
  343. void TabWidget::showStatusBarMessage(const QString & _t1)
  344. {
  345.     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  346.     QMetaObject::activate(this, &staticMetaObject, 4, _a);
  347. }
  348. // SIGNAL 5
  349. void TabWidget::linkHovered(const QString & _t1)
  350. {
  351.     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  352.     QMetaObject::activate(this, &staticMetaObject, 5, _a);
  353. }
  354. // SIGNAL 6
  355. void TabWidget::loadProgress(int _t1)
  356. {
  357.     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  358.     QMetaObject::activate(this, &staticMetaObject, 6, _a);
  359. }
  360. // SIGNAL 7
  361. void TabWidget::geometryChangeRequested(const QRect & _t1)
  362. {
  363.     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  364.     QMetaObject::activate(this, &staticMetaObject, 7, _a);
  365. }
  366. // SIGNAL 8
  367. void TabWidget::menuBarVisibilityChangeRequested(bool _t1)
  368. {
  369.     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  370.     QMetaObject::activate(this, &staticMetaObject, 8, _a);
  371. }
  372. // SIGNAL 9
  373. void TabWidget::statusBarVisibilityChangeRequested(bool _t1)
  374. {
  375.     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  376.     QMetaObject::activate(this, &staticMetaObject, 9, _a);
  377. }
  378. // SIGNAL 10
  379. void TabWidget::toolBarVisibilityChangeRequested(bool _t1)
  380. {
  381.     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  382.     QMetaObject::activate(this, &staticMetaObject, 10, _a);
  383. }
  384. // SIGNAL 11
  385. void TabWidget::printRequested(QWebFrame * _t1)
  386. {
  387.     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  388.     QMetaObject::activate(this, &staticMetaObject, 11, _a);
  389. }
  390. QT_END_MOC_NAMESPACE