00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../app.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'app.h' doesn't include <QObject>."
00013 #elif Q_MOC_OUTPUT_REVISION != 62
00014 #error "This file was generated using the moc from 4.6.1. It"
00015 #error "cannot be used with the include files from this version of Qt."
00016 #error "(The moc has changed too much.)"
00017 #endif
00018
00019 QT_BEGIN_MOC_NAMESPACE
00020 static const uint qt_meta_data_App[] = {
00021
00022
00023 4,
00024 0,
00025 0, 0,
00026 22, 14,
00027 0, 0,
00028 0, 0,
00029 0, 0,
00030 0,
00031 1,
00032
00033
00034 14, 5, 4, 4, 0x05,
00035
00036
00037 36, 4, 4, 4, 0x0a,
00038 58, 4, 4, 4, 0x0a,
00039 76, 4, 4, 4, 0x0a,
00040 94, 4, 4, 4, 0x0a,
00041 109, 107, 4, 4, 0x0a,
00042 125, 107, 4, 4, 0x0a,
00043 143, 4, 4, 4, 0x0a,
00044 154, 4, 4, 4, 0x0a,
00045 176, 4, 4, 4, 0x0a,
00046 208, 4, 4, 4, 0x0a,
00047 230, 4, 4, 4, 0x0a,
00048 252, 4, 4, 4, 0x0a,
00049 267, 4, 4, 4, 0x0a,
00050 305, 4, 4, 4, 0x0a,
00051 332, 107, 4, 4, 0x0a,
00052 366, 4, 4, 4, 0x0a,
00053 381, 4, 4, 4, 0x0a,
00054 396, 4, 4, 4, 0x0a,
00055 403, 4, 4, 4, 0x0a,
00056 413, 411, 4, 4, 0x0a,
00057 431, 411, 4, 4, 0x0a,
00058
00059 0
00060 };
00061
00062 static const char qt_meta_stringdata_App[] = {
00063 "App\0\0newValue\0processFinishing(int)\0"
00064 "s_colorate_darkBody()\0s_colorate_gray()\0"
00065 "s_colorate_full()\0s_generate()\0,\0"
00066 "s_zoom(int,int)\0s_unzoom(int,int)\0"
00067 "s_render()\0s_changeFractale(int)\0"
00068 "s_displayPointsAleatoires(bool)\0"
00069 "s_enableNetwork(bool)\0s_deleteLastNetwork()\0"
00070 "s_addNetwork()\0s_receiveMessageFromNetwork(QString&)\0"
00071 "s_run_dynamic_coloration()\0"
00072 "s_displayRealCoordinates(int,int)\0"
00073 "s_saveConfig()\0s_loadConfig()\0save()\0"
00074 "about()\0i\0setMaxValue(long)\0"
00075 "myEmitProcess(int)\0"
00076 };
00077
00078 const QMetaObject App::staticMetaObject = {
00079 { &QMainWindow::staticMetaObject, qt_meta_stringdata_App,
00080 qt_meta_data_App, 0 }
00081 };
00082
00083 #ifdef Q_NO_DATA_RELOCATION
00084 const QMetaObject &App::getStaticMetaObject() { return staticMetaObject; }
00085 #endif //Q_NO_DATA_RELOCATION
00086
00087 const QMetaObject *App::metaObject() const
00088 {
00089 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00090 }
00091
00092 void *App::qt_metacast(const char *_clname)
00093 {
00094 if (!_clname) return 0;
00095 if (!strcmp(_clname, qt_meta_stringdata_App))
00096 return static_cast<void*>(const_cast< App*>(this));
00097 return QMainWindow::qt_metacast(_clname);
00098 }
00099
00100 int App::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00101 {
00102 _id = QMainWindow::qt_metacall(_c, _id, _a);
00103 if (_id < 0)
00104 return _id;
00105 if (_c == QMetaObject::InvokeMetaMethod) {
00106 switch (_id) {
00107 case 0: processFinishing((*reinterpret_cast< int(*)>(_a[1]))); break;
00108 case 1: s_colorate_darkBody(); break;
00109 case 2: s_colorate_gray(); break;
00110 case 3: s_colorate_full(); break;
00111 case 4: s_generate(); break;
00112 case 5: s_zoom((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00113 case 6: s_unzoom((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00114 case 7: s_render(); break;
00115 case 8: s_changeFractale((*reinterpret_cast< int(*)>(_a[1]))); break;
00116 case 9: s_displayPointsAleatoires((*reinterpret_cast< bool(*)>(_a[1]))); break;
00117 case 10: s_enableNetwork((*reinterpret_cast< bool(*)>(_a[1]))); break;
00118 case 11: s_deleteLastNetwork(); break;
00119 case 12: s_addNetwork(); break;
00120 case 13: s_receiveMessageFromNetwork((*reinterpret_cast< QString(*)>(_a[1]))); break;
00121 case 14: s_run_dynamic_coloration(); break;
00122 case 15: s_displayRealCoordinates((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00123 case 16: s_saveConfig(); break;
00124 case 17: s_loadConfig(); break;
00125 case 18: save(); break;
00126 case 19: about(); break;
00127 case 20: setMaxValue((*reinterpret_cast< long(*)>(_a[1]))); break;
00128 case 21: myEmitProcess((*reinterpret_cast< int(*)>(_a[1]))); break;
00129 default: ;
00130 }
00131 _id -= 22;
00132 }
00133 return _id;
00134 }
00135
00136
00137 void App::processFinishing(int _t1)
00138 {
00139 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00140 QMetaObject::activate(this, &staticMetaObject, 0, _a);
00141 }
00142 QT_END_MOC_NAMESPACE