31c7ed3150f1e48baea5c51f23104d62fddc44b0
[hikingdiary] / src / moc_maemo5location.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'maemo5location.h'
3 **
4 ** Created: Fri Jul 9 22:58:05 2010
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 "maemo5location.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'maemo5location.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_Maemo5Location[] = {
21
22  // content:
23        4,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        4,   14, // methods
27        0,    0, // properties
28        0,    0, // enums/sets
29        0,    0, // constructors
30        0,       // flags
31        4,       // signalCount
32
33  // signals: signature, parameters, type, tag, flags
34       16,   15,   15,   15, 0x05,
35       23,   15,   15,   15, 0x05,
36       31,   15,   15,   15, 0x05,
37       49,   15,   15,   15, 0x05,
38
39        0        // eod
40 };
41
42 static const char qt_meta_stringdata_Maemo5Location[] = {
43     "Maemo5Location\0\0awcp()\0agnss()\0"
44     "locationUpdated()\0connected()\0"
45 };
46
47 const QMetaObject Maemo5Location::staticMetaObject = {
48     { &QObject::staticMetaObject, qt_meta_stringdata_Maemo5Location,
49       qt_meta_data_Maemo5Location, 0 }
50 };
51
52 #ifdef Q_NO_DATA_RELOCATION
53 const QMetaObject &Maemo5Location::getStaticMetaObject() { return staticMetaObject; }
54 #endif //Q_NO_DATA_RELOCATION
55
56 const QMetaObject *Maemo5Location::metaObject() const
57 {
58     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
59 }
60
61 void *Maemo5Location::qt_metacast(const char *_clname)
62 {
63     if (!_clname) return 0;
64     if (!strcmp(_clname, qt_meta_stringdata_Maemo5Location))
65         return static_cast<void*>(const_cast< Maemo5Location*>(this));
66     return QObject::qt_metacast(_clname);
67 }
68
69 int Maemo5Location::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
70 {
71     _id = QObject::qt_metacall(_c, _id, _a);
72     if (_id < 0)
73         return _id;
74     if (_c == QMetaObject::InvokeMetaMethod) {
75         switch (_id) {
76         case 0: awcp(); break;
77         case 1: agnss(); break;
78         case 2: locationUpdated(); break;
79         case 3: connected(); break;
80         default: ;
81         }
82         _id -= 4;
83     }
84     return _id;
85 }
86
87 // SIGNAL 0
88 void Maemo5Location::awcp()
89 {
90     QMetaObject::activate(this, &staticMetaObject, 0, 0);
91 }
92
93 // SIGNAL 1
94 void Maemo5Location::agnss()
95 {
96     QMetaObject::activate(this, &staticMetaObject, 1, 0);
97 }
98
99 // SIGNAL 2
100 void Maemo5Location::locationUpdated()
101 {
102     QMetaObject::activate(this, &staticMetaObject, 2, 0);
103 }
104
105 // SIGNAL 3
106 void Maemo5Location::connected()
107 {
108     QMetaObject::activate(this, &staticMetaObject, 3, 0);
109 }
110 QT_END_MOC_NAMESPACE