00001 /**************************************************************************** 00002 ** Meta object code from reading C++ file 'ut_abs_timer_qt_pure.hpp' 00003 ** 00004 ** Created: Fri Mar 25 10:11:57 2011 00005 ** by: The Qt Meta Object Compiler version 62 (Qt 4.7.1) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 00010 #include "ut_abs_timer_qt_pure.hpp" 00011 #if !defined(Q_MOC_OUTPUT_REVISION) 00012 #error "The header file 'ut_abs_timer_qt_pure.hpp' doesn't include <QObject>." 00013 #elif Q_MOC_OUTPUT_REVISION != 62 00014 #error "This file was generated using the moc from 4.7.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_QAbsTimer[] = { 00021 00022 // content: 00023 5, // revision 00024 0, // classname 00025 0, 0, // classinfo 00026 2, 14, // methods 00027 1, 24, // properties 00028 0, 0, // enums/sets 00029 0, 0, // constructors 00030 0, // flags 00031 1, // signalCount 00032 00033 // signals: signature, parameters, type, tag, flags 00034 11, 10, 10, 10, 0x05, 00035 00036 // slots: signature, parameters, type, tag, flags 00037 21, 10, 10, 10, 0x08, 00038 00039 // properties: name, type, flags 00040 42, 37, 0x01095001, 00041 00042 0 // eod 00043 }; 00044 00045 static const char qt_meta_stringdata_QAbsTimer[] = { 00046 "QAbsTimer\0\0timeout()\0handleTimeout()\0" 00047 "bool\0active\0" 00048 }; 00049 00050 const QMetaObject QAbsTimer::staticMetaObject = { 00051 { &QObject::staticMetaObject, qt_meta_stringdata_QAbsTimer, 00052 qt_meta_data_QAbsTimer, 0 } 00053 }; 00054 00055 #ifdef Q_NO_DATA_RELOCATION 00056 const QMetaObject &QAbsTimer::getStaticMetaObject() { return staticMetaObject; } 00057 #endif //Q_NO_DATA_RELOCATION 00058 00059 const QMetaObject *QAbsTimer::metaObject() const 00060 { 00061 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; 00062 } 00063 00064 void *QAbsTimer::qt_metacast(const char *_clname) 00065 { 00066 if (!_clname) return 0; 00067 if (!strcmp(_clname, qt_meta_stringdata_QAbsTimer)) 00068 return static_cast<void*>(const_cast< QAbsTimer*>(this)); 00069 return QObject::qt_metacast(_clname); 00070 } 00071 00072 int QAbsTimer::qt_metacall(QMetaObject::Call _c, int _id, void **_a) 00073 { 00074 _id = QObject::qt_metacall(_c, _id, _a); 00075 if (_id < 0) 00076 return _id; 00077 if (_c == QMetaObject::InvokeMetaMethod) { 00078 switch (_id) { 00079 case 0: timeout(); break; 00080 case 1: handleTimeout(); break; 00081 default: ; 00082 } 00083 _id -= 2; 00084 } 00085 #ifndef QT_NO_PROPERTIES 00086 else if (_c == QMetaObject::ReadProperty) { 00087 void *_v = _a[0]; 00088 switch (_id) { 00089 case 0: *reinterpret_cast< bool*>(_v) = isActive(); break; 00090 } 00091 _id -= 1; 00092 } else if (_c == QMetaObject::WriteProperty) { 00093 _id -= 1; 00094 } else if (_c == QMetaObject::ResetProperty) { 00095 _id -= 1; 00096 } else if (_c == QMetaObject::QueryPropertyDesignable) { 00097 _id -= 1; 00098 } else if (_c == QMetaObject::QueryPropertyScriptable) { 00099 _id -= 1; 00100 } else if (_c == QMetaObject::QueryPropertyStored) { 00101 _id -= 1; 00102 } else if (_c == QMetaObject::QueryPropertyEditable) { 00103 _id -= 1; 00104 } else if (_c == QMetaObject::QueryPropertyUser) { 00105 _id -= 1; 00106 } 00107 #endif // QT_NO_PROPERTIES 00108 return _id; 00109 } 00110 00111 // SIGNAL 0 00112 void QAbsTimer::timeout() 00113 { 00114 QMetaObject::activate(this, &staticMetaObject, 0, 0); 00115 } 00116 QT_END_MOC_NAMESPACE
ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:55 2011 by Doxygen 1.6.1