142a74cc4d9428e394b571f8915289398bf66775
[marketstoday] / builddir / src / cpp / .mocs / moc_marketstodayqmlview.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'marketstodayqmlview.h'
3 **
4 ** Created: Sun May 15 21:44:40 2011
5 **      by: The Qt Meta Object Compiler version 62 (Qt 4.7.0)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
9
10 #include "../../../../src/cpp/marketstodayqmlview.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'marketstodayqmlview.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 62
14 #error "This file was generated using the moc from 4.7.0. 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_MarketsTodayQMLView[] = {
21
22  // content:
23        5,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        3,   14, // methods
27        0,    0, // properties
28        0,    0, // enums/sets
29        0,    0, // constructors
30        0,       // flags
31        1,       // signalCount
32
33  // signals: signature, parameters, type, tag, flags
34       21,   20,   20,   20, 0x05,
35
36  // slots: signature, parameters, type, tag, flags
37       40,   20,   20,   20, 0x0a,
38       62,   20,   20,   20, 0x0a,
39
40        0        // eod
41 };
42
43 static const char qt_meta_stringdata_MarketsTodayQMLView[] = {
44     "MarketsTodayQMLView\0\0initializeWidget()\0"
45     "displayConfigWindow()\0initialize()\0"
46 };
47
48 const QMetaObject MarketsTodayQMLView::staticMetaObject = {
49     { &QDeclarativeView::staticMetaObject, qt_meta_stringdata_MarketsTodayQMLView,
50       qt_meta_data_MarketsTodayQMLView, 0 }
51 };
52
53 #ifdef Q_NO_DATA_RELOCATION
54 const QMetaObject &MarketsTodayQMLView::getStaticMetaObject() { return staticMetaObject; }
55 #endif //Q_NO_DATA_RELOCATION
56
57 const QMetaObject *MarketsTodayQMLView::metaObject() const
58 {
59     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
60 }
61
62 void *MarketsTodayQMLView::qt_metacast(const char *_clname)
63 {
64     if (!_clname) return 0;
65     if (!strcmp(_clname, qt_meta_stringdata_MarketsTodayQMLView))
66         return static_cast<void*>(const_cast< MarketsTodayQMLView*>(this));
67     return QDeclarativeView::qt_metacast(_clname);
68 }
69
70 int MarketsTodayQMLView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
71 {
72     _id = QDeclarativeView::qt_metacall(_c, _id, _a);
73     if (_id < 0)
74         return _id;
75     if (_c == QMetaObject::InvokeMetaMethod) {
76         switch (_id) {
77         case 0: initializeWidget(); break;
78         case 1: displayConfigWindow(); break;
79         case 2: initialize(); break;
80         default: ;
81         }
82         _id -= 3;
83     }
84     return _id;
85 }
86
87 // SIGNAL 0
88 void MarketsTodayQMLView::initializeWidget()
89 {
90     QMetaObject::activate(this, &staticMetaObject, 0, 0);
91 }
92 QT_END_MOC_NAMESPACE