Initial commit
[tietoopcom] / build / release / moc_tecmainwindow.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'tecmainwindow.h'
3 **
4 ** Created: Fri Jun 18 17:41:01 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 "../../include/TecUi/tecmainwindow.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'tecmainwindow.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_TecMainWindow[] = {
21
22  // content:
23        4,       // revision
24        0,       // classname
25        0,    0, // classinfo
26       26,   14, // methods
27        0,    0, // properties
28        0,    0, // enums/sets
29        0,    0, // constructors
30        0,       // flags
31        0,       // signalCount
32
33  // slots: signature, parameters, type, tag, flags
34       19,   15,   14,   14, 0x09,
35       51,   15,   14,   14, 0x09,
36       97,   83,   14,   14, 0x09,
37      141,  127,   14,   14, 0x09,
38      194,  176,   14,   14, 0x09,
39      256,  244,   14,   14, 0x09,
40      297,  291,   14,   14, 0x09,
41      353,  335,   14,   14, 0x08,
42      397,  388,   14,   14, 0x28,
43      423,   15,   14,   14, 0x08,
44      442,   14,   14,   14, 0x08,
45      462,   14,   14,   14, 0x08,
46      483,  478,   14,   14, 0x08,
47      502,  497,   14,   14, 0x08,
48      533,   14,   14,   14, 0x08,
49      548,   14,   14,   14, 0x08,
50      567,   14,   14,   14, 0x08,
51      582,   14,   14,   14, 0x08,
52      601,   14,   14,   14, 0x08,
53      615,   14,   14,   14, 0x08,
54      638,   14,   14,   14, 0x08,
55      658,  388,   14,   14, 0x08,
56      697,   14,   14,   14, 0x08,
57      711,   14,   14,   14, 0x08,
58      738,   14,   14,   14, 0x08,
59      765,   14,   14,   14, 0x08,
60
61        0        // eod
62 };
63
64 static const char qt_meta_stringdata_TecMainWindow[] = {
65     "TecMainWindow\0\0uid\0onAuthorizationRequest(QString)\0"
66     "onSubscriptionAccepted(QString)\0"
67     "status,reason\0onStatusChange(Status,Reason)\0"
68     "presence,desc\0onPresenceUpdate(Presence,QString)\0"
69     "uid,presence,desc\0"
70     "onContactPresenceUpdate(QString,Presence,QString)\0"
71     "uid,message\0onIncomingMessage(QString,Message)\0"
72     "cList\0onContactListReceived(TecContactList)\0"
73     "uid,name,presence\0showChat(QString,QString,Presence)\0"
74     "uid,name\0showChat(QString,QString)\0"
75     "closeChat(QString)\0closeAllOpenChats()\0"
76     "clearAllChats()\0type\0showView(int)\0"
77     "item\0showUserInfo(QListWidgetItem*)\0"
78     "showContacts()\0returnToContacts()\0"
79     "showSettings()\0returnToSettings()\0"
80     "showAccount()\0returnToIntermediate()\0"
81     "showAccountCreate()\0"
82     "onDisplayedNameChange(QString,QString)\0"
83     "reloadTheme()\0onAccountSettingsChanged()\0"
84     "onAccountSettingsCreated()\0showAbout()\0"
85 };
86
87 const QMetaObject TecMainWindow::staticMetaObject = {
88     { &TecBaseMainWindow::staticMetaObject, qt_meta_stringdata_TecMainWindow,
89       qt_meta_data_TecMainWindow, 0 }
90 };
91
92 #ifdef Q_NO_DATA_RELOCATION
93 const QMetaObject &TecMainWindow::getStaticMetaObject() { return staticMetaObject; }
94 #endif //Q_NO_DATA_RELOCATION
95
96 const QMetaObject *TecMainWindow::metaObject() const
97 {
98     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
99 }
100
101 void *TecMainWindow::qt_metacast(const char *_clname)
102 {
103     if (!_clname) return 0;
104     if (!strcmp(_clname, qt_meta_stringdata_TecMainWindow))
105         return static_cast<void*>(const_cast< TecMainWindow*>(this));
106     return TecBaseMainWindow::qt_metacast(_clname);
107 }
108
109 int TecMainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
110 {
111     _id = TecBaseMainWindow::qt_metacall(_c, _id, _a);
112     if (_id < 0)
113         return _id;
114     if (_c == QMetaObject::InvokeMetaMethod) {
115         switch (_id) {
116         case 0: onAuthorizationRequest((*reinterpret_cast< QString(*)>(_a[1]))); break;
117         case 1: onSubscriptionAccepted((*reinterpret_cast< QString(*)>(_a[1]))); break;
118         case 2: onStatusChange((*reinterpret_cast< Status(*)>(_a[1])),(*reinterpret_cast< Reason(*)>(_a[2]))); break;
119         case 3: onPresenceUpdate((*reinterpret_cast< Presence(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break;
120         case 4: onContactPresenceUpdate((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< Presence(*)>(_a[2])),(*reinterpret_cast< QString(*)>(_a[3]))); break;
121         case 5: onIncomingMessage((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< Message(*)>(_a[2]))); break;
122         case 6: onContactListReceived((*reinterpret_cast< const TecContactList(*)>(_a[1]))); break;
123         case 7: showChat((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< Presence(*)>(_a[3]))); break;
124         case 8: showChat((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2]))); break;
125         case 9: closeChat((*reinterpret_cast< const QString(*)>(_a[1]))); break;
126         case 10: closeAllOpenChats(); break;
127         case 11: clearAllChats(); break;
128         case 12: showView((*reinterpret_cast< int(*)>(_a[1]))); break;
129         case 13: showUserInfo((*reinterpret_cast< QListWidgetItem*(*)>(_a[1]))); break;
130         case 14: showContacts(); break;
131         case 15: returnToContacts(); break;
132         case 16: showSettings(); break;
133         case 17: returnToSettings(); break;
134         case 18: showAccount(); break;
135         case 19: returnToIntermediate(); break;
136         case 20: showAccountCreate(); break;
137         case 21: onDisplayedNameChange((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2]))); break;
138         case 22: reloadTheme(); break;
139         case 23: onAccountSettingsChanged(); break;
140         case 24: onAccountSettingsCreated(); break;
141         case 25: showAbout(); break;
142         default: ;
143         }
144         _id -= 26;
145     }
146     return _id;
147 }
148 QT_END_MOC_NAMESPACE