blob: d09f636c9382dabd0c3978c901a5d67726b70c6a [file] [log] [blame]
chudy@google.com902ebe52012-06-29 14:21:22 +00001/****************************************************************************
2** Meta object code from reading C++ file 'SkDebuggerGUI.h'
3**
4** Created: Thu Jun 28 17:18:47 2012
5** by: The Qt Meta Object Compiler version 62 (Qt 4.6.2)
6**
7** WARNING! All changes made in this file will be lost!
8*****************************************************************************/
9
10#include "SkDebuggerGUI.h"
11#if !defined(Q_MOC_OUTPUT_REVISION)
12#error "The header file 'SkDebuggerGUI.h' doesn't include <QObject>."
13#elif Q_MOC_OUTPUT_REVISION != 62
14#error "This file was generated using the moc from 4.6.2. It"
15#error "cannot be used with the include files from this version of Qt."
16#error "(The moc has changed too much.)"
17#endif
18
19QT_BEGIN_MOC_NAMESPACE
20static const uint qt_meta_data_SkDebuggerGUI[] = {
21
22 // content:
23 4, // revision
24 0, // classname
25 0, 0, // classinfo
26 18, 14, // methods
27 0, 0, // properties
28 0, 0, // enums/sets
29 0, 0, // constructors
30 0, // flags
31 0, // signalCount
32
33 // slots: signature, parameters, type, tag, flags
34 15, 14, 14, 14, 0x08,
35 35, 14, 14, 14, 0x08,
36 50, 14, 14, 14, 0x08,
37 72, 14, 14, 14, 0x08,
38 86, 14, 14, 14, 0x08,
39 101, 14, 14, 14, 0x08,
40 119, 14, 14, 14, 0x08,
41 132, 14, 14, 14, 0x08,
42 147, 14, 14, 14, 0x08,
43 162, 14, 14, 14, 0x08,
44 179, 14, 14, 14, 0x08,
45 196, 14, 14, 14, 0x08,
46 221, 216, 14, 14, 0x08,
47 248, 14, 14, 14, 0x08,
48 259, 216, 14, 14, 0x08,
49 295, 14, 14, 14, 0x08,
50 314, 14, 14, 14, 0x08,
51 339, 332, 14, 14, 0x08,
52
53 0 // eod
54};
55
56static const char qt_meta_stringdata_SkDebuggerGUI[] = {
57 "SkDebuggerGUI\0\0actionBreakpoints()\0"
58 "actionCancel()\0actionCommandFilter()\0"
59 "actionClose()\0actionDelete()\0"
60 "actionInspector()\0actionPlay()\0"
61 "actionReload()\0actionRewind()\0"
62 "actionSettings()\0actionStepBack()\0"
63 "actionStepForward()\0item\0"
64 "loadFile(QListWidgetItem*)\0openFile()\0"
65 "registerListClick(QListWidgetItem*)\0"
66 "toggleBreakpoint()\0toggleDirectory()\0"
67 "string\0toggleFilter(QString)\0"
68};
69
70const QMetaObject SkDebuggerGUI::staticMetaObject = {
71 { &QMainWindow::staticMetaObject, qt_meta_stringdata_SkDebuggerGUI,
72 qt_meta_data_SkDebuggerGUI, 0 }
73};
74
75#ifdef Q_NO_DATA_RELOCATION
76const QMetaObject &SkDebuggerGUI::getStaticMetaObject() { return staticMetaObject; }
77#endif //Q_NO_DATA_RELOCATION
78
79const QMetaObject *SkDebuggerGUI::metaObject() const
80{
81 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
82}
83
84void *SkDebuggerGUI::qt_metacast(const char *_clname)
85{
86 if (!_clname) return 0;
87 if (!strcmp(_clname, qt_meta_stringdata_SkDebuggerGUI))
88 return static_cast<void*>(const_cast< SkDebuggerGUI*>(this));
89 return QMainWindow::qt_metacast(_clname);
90}
91
92int SkDebuggerGUI::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
93{
94 _id = QMainWindow::qt_metacall(_c, _id, _a);
95 if (_id < 0)
96 return _id;
97 if (_c == QMetaObject::InvokeMetaMethod) {
98 switch (_id) {
99 case 0: actionBreakpoints(); break;
100 case 1: actionCancel(); break;
101 case 2: actionCommandFilter(); break;
102 case 3: actionClose(); break;
103 case 4: actionDelete(); break;
104 case 5: actionInspector(); break;
105 case 6: actionPlay(); break;
106 case 7: actionReload(); break;
107 case 8: actionRewind(); break;
108 case 9: actionSettings(); break;
109 case 10: actionStepBack(); break;
110 case 11: actionStepForward(); break;
111 case 12: loadFile((*reinterpret_cast< QListWidgetItem*(*)>(_a[1]))); break;
112 case 13: openFile(); break;
113 case 14: registerListClick((*reinterpret_cast< QListWidgetItem*(*)>(_a[1]))); break;
114 case 15: toggleBreakpoint(); break;
115 case 16: toggleDirectory(); break;
116 case 17: toggleFilter((*reinterpret_cast< QString(*)>(_a[1]))); break;
117 default: ;
118 }
119 _id -= 18;
120 }
121 return _id;
122}
123QT_END_MOC_NAMESPACE