Initial Commit.
[onlineservices] / moc_googledocumentservice.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'googledocumentservice.h'
3 **
4 ** Created: Wed Jul 14 10:32:38 2010
5 **      by: The Qt Meta Object Compiler version 62 (Qt 4.6.3)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
9
10 #include "googledocumentservice.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'googledocumentservice.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 62
14 #error "This file was generated using the moc from 4.6.3. 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_GoogleDocumentService[] = {
21
22  // content:
23        4,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        7,   14, // methods
27        0,    0, // properties
28        0,    0, // enums/sets
29        0,    0, // constructors
30        0,       // flags
31        6,       // signalCount
32
33  // signals: signature, parameters, type, tag, flags
34       31,   23,   22,   22, 0x05,
35       55,   22,   22,   22, 0x05,
36       70,   22,   22,   22, 0x05,
37       89,   22,   22,   22, 0x05,
38      127,  106,   22,   22, 0x05,
39      159,  106,   22,   22, 0x05,
40
41  // slots: signature, parameters, type, tag, flags
42      202,  189,   22,   22, 0x08,
43
44        0        // eod
45 };
46
47 static const char qt_meta_stringdata_GoogleDocumentService[] = {
48     "GoogleDocumentService\0\0success\0"
49     "userAuthenticated(bool)\0listDone(bool)\0"
50     "downloadDone(bool)\0uploadDone(bool)\0"
51     "bytesSent,bytesTotal\0"
52     "downloadProgress(qint64,qint64)\0"
53     "uploadProgress(qint64,qint64)\0"
54     "networkReply\0handleNetworkData(QNetworkReply*)\0"
55 };
56
57 const QMetaObject GoogleDocumentService::staticMetaObject = {
58     { &QObject::staticMetaObject, qt_meta_stringdata_GoogleDocumentService,
59       qt_meta_data_GoogleDocumentService, 0 }
60 };
61
62 #ifdef Q_NO_DATA_RELOCATION
63 const QMetaObject &GoogleDocumentService::getStaticMetaObject() { return staticMetaObject; }
64 #endif //Q_NO_DATA_RELOCATION
65
66 const QMetaObject *GoogleDocumentService::metaObject() const
67 {
68     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
69 }
70
71 void *GoogleDocumentService::qt_metacast(const char *_clname)
72 {
73     if (!_clname) return 0;
74     if (!strcmp(_clname, qt_meta_stringdata_GoogleDocumentService))
75         return static_cast<void*>(const_cast< GoogleDocumentService*>(this));
76     return QObject::qt_metacast(_clname);
77 }
78
79 int GoogleDocumentService::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
80 {
81     _id = QObject::qt_metacall(_c, _id, _a);
82     if (_id < 0)
83         return _id;
84     if (_c == QMetaObject::InvokeMetaMethod) {
85         switch (_id) {
86         case 0: userAuthenticated((*reinterpret_cast< bool(*)>(_a[1]))); break;
87         case 1: listDone((*reinterpret_cast< bool(*)>(_a[1]))); break;
88         case 2: downloadDone((*reinterpret_cast< bool(*)>(_a[1]))); break;
89         case 3: uploadDone((*reinterpret_cast< bool(*)>(_a[1]))); break;
90         case 4: downloadProgress((*reinterpret_cast< qint64(*)>(_a[1])),(*reinterpret_cast< qint64(*)>(_a[2]))); break;
91         case 5: uploadProgress((*reinterpret_cast< qint64(*)>(_a[1])),(*reinterpret_cast< qint64(*)>(_a[2]))); break;
92         case 6: handleNetworkData((*reinterpret_cast< QNetworkReply*(*)>(_a[1]))); break;
93         default: ;
94         }
95         _id -= 7;
96     }
97     return _id;
98 }
99
100 // SIGNAL 0
101 void GoogleDocumentService::userAuthenticated(bool _t1)
102 {
103     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
104     QMetaObject::activate(this, &staticMetaObject, 0, _a);
105 }
106
107 // SIGNAL 1
108 void GoogleDocumentService::listDone(bool _t1)
109 {
110     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
111     QMetaObject::activate(this, &staticMetaObject, 1, _a);
112 }
113
114 // SIGNAL 2
115 void GoogleDocumentService::downloadDone(bool _t1)
116 {
117     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
118     QMetaObject::activate(this, &staticMetaObject, 2, _a);
119 }
120
121 // SIGNAL 3
122 void GoogleDocumentService::uploadDone(bool _t1)
123 {
124     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
125     QMetaObject::activate(this, &staticMetaObject, 3, _a);
126 }
127
128 // SIGNAL 4
129 void GoogleDocumentService::downloadProgress(qint64 _t1, qint64 _t2)
130 {
131     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
132     QMetaObject::activate(this, &staticMetaObject, 4, _a);
133 }
134
135 // SIGNAL 5
136 void GoogleDocumentService::uploadProgress(qint64 _t1, qint64 _t2)
137 {
138     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
139     QMetaObject::activate(this, &staticMetaObject, 5, _a);
140 }
141 QT_END_MOC_NAMESPACE