6ea3c6ca7935d612c8b626a3de27cd4286e35eb6
[speedfreak] / UI / moc_carmainwindow.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'carmainwindow.h'
3 **
4 ** Created: Fri Feb 26 11:59:39 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 "carmainwindow.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'carmainwindow.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_CarMainWindow[] = {
21
22  // content:
23        2,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        3,   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, 0x08,
33       50,   44,   14,   14, 0x08,
34       88,   83,   14,   14, 0x08,
35
36        0        // eod
37 };
38
39 static const char qt_meta_stringdata_CarMainWindow[] = {
40     "CarMainWindow\0\0on_autoStartButton_clicked()\0"
41     "index\0on_listView_clicked(QModelIndex)\0"
42     "unit\0updateUnitCompoBox(QString)\0"
43 };
44
45 const QMetaObject CarMainWindow::staticMetaObject = {
46     { &QMainWindow::staticMetaObject, qt_meta_stringdata_CarMainWindow,
47       qt_meta_data_CarMainWindow, 0 }
48 };
49
50 const QMetaObject *CarMainWindow::metaObject() const
51 {
52     return &staticMetaObject;
53 }
54
55 void *CarMainWindow::qt_metacast(const char *_clname)
56 {
57     if (!_clname) return 0;
58     if (!strcmp(_clname, qt_meta_stringdata_CarMainWindow))
59         return static_cast<void*>(const_cast< CarMainWindow*>(this));
60     return QMainWindow::qt_metacast(_clname);
61 }
62
63 int CarMainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
64 {
65     _id = QMainWindow::qt_metacall(_c, _id, _a);
66     if (_id < 0)
67         return _id;
68     if (_c == QMetaObject::InvokeMetaMethod) {
69         switch (_id) {
70         case 0: on_autoStartButton_clicked(); break;
71         case 1: on_listView_clicked((*reinterpret_cast< QModelIndex(*)>(_a[1]))); break;
72         case 2: updateUnitCompoBox((*reinterpret_cast< QString(*)>(_a[1]))); break;
73         default: ;
74         }
75         _id -= 3;
76     }
77     return _id;
78 }
79 QT_END_MOC_NAMESPACE