1 /**************************************************************************** |
|
2 ** Meta object code from reading C++ file 'folderview.h' |
|
3 ** |
|
4 ** Created: Tue Feb 23 15:59:43 2010 |
|
5 ** by: The Qt Meta Object Compiler version 62 (Qt 4.6.1) |
|
6 ** |
|
7 ** WARNING! All changes made in this file will be lost! |
|
8 *****************************************************************************/ |
|
9 |
|
10 #include "folderview.h" |
|
11 #if !defined(Q_MOC_OUTPUT_REVISION) |
|
12 #error "The header file 'folderview.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 |
|
19 QT_BEGIN_MOC_NAMESPACE |
|
20 static const uint qt_meta_data_FolderView[] = { |
|
21 |
|
22 // content: |
|
23 4, // revision |
|
24 0, // classname |
|
25 0, 0, // classinfo |
|
26 14, 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 12, 11, 11, 11, 0x0a, |
|
35 40, 34, 11, 11, 0x0a, |
|
36 66, 11, 11, 11, 0x0a, |
|
37 79, 11, 11, 11, 0x0a, |
|
38 92, 11, 11, 11, 0x0a, |
|
39 105, 11, 11, 11, 0x0a, |
|
40 119, 11, 11, 11, 0x0a, |
|
41 133, 11, 11, 11, 0x0a, |
|
42 147, 11, 11, 11, 0x0a, |
|
43 160, 11, 11, 11, 0x0a, |
|
44 168, 11, 11, 11, 0x0a, |
|
45 177, 11, 11, 11, 0x0a, |
|
46 184, 11, 11, 11, 0x0a, |
|
47 203, 199, 11, 11, 0x0a, |
|
48 |
|
49 0 // eod |
|
50 }; |
|
51 |
|
52 static const char qt_meta_stringdata_FolderView[] = { |
|
53 "FolderView\0\0folderViewTriggered()\0" |
|
54 "index\0item_pressed(QModelIndex)\0" |
|
55 "record_AMR()\0record_WAV()\0record_RAW()\0" |
|
56 "record_G711()\0record_G729()\0record_ILBC()\0" |
|
57 "record_AAC()\0pause()\0resume()\0stop()\0" |
|
58 "timertimeout()\0err\0showNote(int)\0" |
|
59 }; |
|
60 |
|
61 const QMetaObject FolderView::staticMetaObject = { |
|
62 { &HbView::staticMetaObject, qt_meta_stringdata_FolderView, |
|
63 qt_meta_data_FolderView, 0 } |
|
64 }; |
|
65 |
|
66 #ifdef Q_NO_DATA_RELOCATION |
|
67 const QMetaObject &FolderView::getStaticMetaObject() { return staticMetaObject; } |
|
68 #endif //Q_NO_DATA_RELOCATION |
|
69 |
|
70 const QMetaObject *FolderView::metaObject() const |
|
71 { |
|
72 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; |
|
73 } |
|
74 |
|
75 void *FolderView::qt_metacast(const char *_clname) |
|
76 { |
|
77 if (!_clname) return 0; |
|
78 if (!strcmp(_clname, qt_meta_stringdata_FolderView)) |
|
79 return static_cast<void*>(const_cast< FolderView*>(this)); |
|
80 return HbView::qt_metacast(_clname); |
|
81 } |
|
82 |
|
83 int FolderView::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
|
84 { |
|
85 _id = HbView::qt_metacall(_c, _id, _a); |
|
86 if (_id < 0) |
|
87 return _id; |
|
88 if (_c == QMetaObject::InvokeMetaMethod) { |
|
89 switch (_id) { |
|
90 case 0: folderViewTriggered(); break; |
|
91 case 1: item_pressed((*reinterpret_cast< const QModelIndex(*)>(_a[1]))); break; |
|
92 case 2: record_AMR(); break; |
|
93 case 3: record_WAV(); break; |
|
94 case 4: record_RAW(); break; |
|
95 case 5: record_G711(); break; |
|
96 case 6: record_G729(); break; |
|
97 case 7: record_ILBC(); break; |
|
98 case 8: record_AAC(); break; |
|
99 case 9: pause(); break; |
|
100 case 10: resume(); break; |
|
101 case 11: stop(); break; |
|
102 case 12: timertimeout(); break; |
|
103 case 13: showNote((*reinterpret_cast< const int(*)>(_a[1]))); break; |
|
104 default: ; |
|
105 } |
|
106 _id -= 14; |
|
107 } |
|
108 return _id; |
|
109 } |
|
110 QT_END_MOC_NAMESPACE |
|