Initial Commit
[uktrainplanner] / builddir / build / moc_departureboard.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'departureboard.h'
3 **
4 ** Created: Sat Apr 10 21:31:50 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/departureboard.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'departureboard.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_DepartureBoard[] = {
21
22  // content:
23        2,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        7,   12, // methods
27        0,    0, // properties
28        0,    0, // enums/sets
29        0,    0, // constructors
30
31  // slots: signature, parameters, type, tag, flags
32       16,   15,   15,   15, 0x0a,
33       45,   15,   15,   15, 0x0a,
34       87,   15,   15,   15, 0x0a,
35      116,  106,   15,   15, 0x0a,
36      148,  106,   15,   15, 0x0a,
37      178,   15,   15,   15, 0x0a,
38      197,   15,   15,   15, 0x0a,
39
40        0        // eod
41 };
42
43 static const char qt_meta_stringdata_DepartureBoard[] = {
44     "DepartureBoard\0\0readResponse(QNetworkReply*)\0"
45     "networkError(QNetworkReply::NetworkError)\0"
46     "departureClicked()\0rec,total\0"
47     "downloadProgress(qint64,qint64)\0"
48     "uploadProgress(qint64,qint64)\0"
49     "ensureConnection()\0cancel()\0"
50 };
51
52 const QMetaObject DepartureBoard::staticMetaObject = {
53     { &QMainWindow::staticMetaObject, qt_meta_stringdata_DepartureBoard,
54       qt_meta_data_DepartureBoard, 0 }
55 };
56
57 const QMetaObject *DepartureBoard::metaObject() const
58 {
59     return &staticMetaObject;
60 }
61
62 void *DepartureBoard::qt_metacast(const char *_clname)
63 {
64     if (!_clname) return 0;
65     if (!strcmp(_clname, qt_meta_stringdata_DepartureBoard))
66         return static_cast<void*>(const_cast< DepartureBoard*>(this));
67     return QMainWindow::qt_metacast(_clname);
68 }
69
70 int DepartureBoard::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
71 {
72     _id = QMainWindow::qt_metacall(_c, _id, _a);
73     if (_id < 0)
74         return _id;
75     if (_c == QMetaObject::InvokeMetaMethod) {
76         switch (_id) {
77         case 0: readResponse((*reinterpret_cast< QNetworkReply*(*)>(_a[1]))); break;
78         case 1: networkError((*reinterpret_cast< QNetworkReply::NetworkError(*)>(_a[1]))); break;
79         case 2: departureClicked(); break;
80         case 3: downloadProgress((*reinterpret_cast< qint64(*)>(_a[1])),(*reinterpret_cast< qint64(*)>(_a[2]))); break;
81         case 4: uploadProgress((*reinterpret_cast< qint64(*)>(_a[1])),(*reinterpret_cast< qint64(*)>(_a[2]))); break;
82         case 5: ensureConnection(); break;
83         case 6: cancel(); break;
84         default: ;
85         }
86         _id -= 7;
87     }
88     return _id;
89 }
90 QT_END_MOC_NAMESPACE