00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../skytexture.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'skytexture.h' doesn't include <QObject>."
00013 #elif Q_MOC_OUTPUT_REVISION != 59
00014 #error "This file was generated using the moc from 4.4.3. 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_SkyTexture[] = {
00021
00022
00023 1,
00024 0,
00025 0, 0,
00026 2, 10,
00027 0, 0,
00028 0, 0,
00029
00030
00031 12, 11, 11, 11, 0x05,
00032
00033
00034 25, 11, 11, 11, 0x09,
00035
00036 0
00037 };
00038
00039 static const char qt_meta_stringdata_SkyTexture[] = {
00040 "SkyTexture\0\0retextured()\0reTexture()\0"
00041 };
00042
00043 const QMetaObject SkyTexture::staticMetaObject = {
00044 { &QThread::staticMetaObject, qt_meta_stringdata_SkyTexture,
00045 qt_meta_data_SkyTexture, 0 }
00046 };
00047
00048 const QMetaObject *SkyTexture::metaObject() const
00049 {
00050 return &staticMetaObject;
00051 }
00052
00053 void *SkyTexture::qt_metacast(const char *_clname)
00054 {
00055 if (!_clname) return 0;
00056 if (!strcmp(_clname, qt_meta_stringdata_SkyTexture))
00057 return static_cast<void*>(const_cast< SkyTexture*>(this));
00058 return QThread::qt_metacast(_clname);
00059 }
00060
00061 int SkyTexture::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00062 {
00063 _id = QThread::qt_metacall(_c, _id, _a);
00064 if (_id < 0)
00065 return _id;
00066 if (_c == QMetaObject::InvokeMetaMethod) {
00067 switch (_id) {
00068 case 0: retextured(); break;
00069 case 1: reTexture(); break;
00070 }
00071 _id -= 2;
00072 }
00073 return _id;
00074 }
00075
00076
00077 void SkyTexture::retextured()
00078 {
00079 QMetaObject::activate(this, &staticMetaObject, 0, 0);
00080 }
00081 QT_END_MOC_NAMESPACE