Initial Commit
[uktrainplanner] / build / moc_servicewindow.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'servicewindow.h'
3 **
4 ** Created: Sat Apr 10 21:26:08 2010
5 **      by: The Qt Meta Object Compiler version 61 (Qt 4.5.3)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
9
10 #include "../src/servicewindow.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'servicewindow.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 61
14 #error "This file was generated using the moc from 4.5.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_ServiceWindow[] = {
21
22  // content:
23        2,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        6,   12, // methods
27        0,    0, // properties
28        0,    0, // enums/sets
29        0,    0, // constructors
30
31  // slots: signature, parameters, type, tag, flags
32       15,   14,   14,   14, 0x0a,
33       44,   14,   14,   14, 0x0a,
34       96,   86,   14,   14, 0x0a,
35      128,   86,   14,   14, 0x0a,
36      158,   14,   14,   14, 0x0a,
37      177,   14,   14,   14, 0x0a,
38
39        0        // eod
40 };
41
42 static const char qt_meta_stringdata_ServiceWindow[] = {
43     "ServiceWindow\0\0readResponse(QNetworkReply*)\0"
44     "networkError(QNetworkReply::NetworkError)\0"
45     "rec,total\0downloadProgress(qint64,qint64)\0"
46     "uploadProgress(qint64,qint64)\0"
47     "ensureConnection()\0cancel()\0"
48 };
49
50 const QMetaObject ServiceWindow::staticMetaObject = {
51     { &QMainWindow::staticMetaObject, qt_meta_stringdata_ServiceWindow,
52       qt_meta_data_ServiceWindow, 0 }
53 };
54
55 const QMetaObject *ServiceWindow::metaObject() const
56 {
57     return &staticMetaObject;
58 }
59
60 void *ServiceWindow::qt_metacast(const char *_clname)
61 {
62     if (!_clname) return 0;
63     if (!strcmp(_clname, qt_meta_stringdata_ServiceWindow))
64         return static_cast<void*>(const_cast< ServiceWindow*>(this));
65     return QMainWindow::qt_metacast(_clname);
66 }
67
68 int ServiceWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
69 {
70     _id = QMainWindow::qt_metacall(_c, _id, _a);
71     if (_id < 0)
72         return _id;
73     if (_c == QMetaObject::InvokeMetaMethod) {
74         switch (_id) {
75         case 0: readResponse((*reinterpret_cast< QNetworkReply*(*)>(_a[1]))); break;
76         case 1: networkError((*reinterpret_cast< QNetworkReply::NetworkError(*)>(_a[1]))); break;
77         case 2: downloadProgress((*reinterpret_cast< qint64(*)>(_a[1])),(*reinterpret_cast< qint64(*)>(_a[2]))); break;
78         case 3: uploadProgress((*reinterpret_cast< qint64(*)>(_a[1])),(*reinterpret_cast< qint64(*)>(_a[2]))); break;
79         case 4: ensureConnection(); break;
80         case 5: cancel(); break;
81         default: ;
82         }
83         _id -= 6;
84     }
85     return _id;
86 }
87 QT_END_MOC_NAMESPACE