Main Page   Class Hierarchy   Alphabetical List   Compound List   File List  

sensor.moc.cpp

00001 /****************************************************************************
00002 ** Sensor meta object code from reading C++ file 'sensor.h'
00003 **
00004 ** Created: Tue Apr 29 19:55:15 2003
00005 **      by: The Qt MOC ($Id: qt/moc_yacc.cpp   3.1.1   edited Dec 9 10:40 $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 *****************************************************************************/
00009 
00010 #undef QT_NO_COMPAT
00011 #include "sensor.h"
00012 #include <qmetaobject.h>
00013 #include <qapplication.h>
00014 
00015 #include <private/qucomextra_p.h>
00016 #if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
00017 #error "This file was generated using the moc from 3.1.1. It"
00018 #error "cannot be used with the include files from this version of Qt."
00019 #error "(The moc has changed too much.)"
00020 #endif
00021 
00022 const char *Sensor::className() const
00023 {
00024     return "Sensor";
00025 }
00026 
00027 QMetaObject *Sensor::metaObj = 0;
00028 static QMetaObjectCleanUp cleanUp_Sensor( "Sensor", &Sensor::staticMetaObject );
00029 
00030 #ifndef QT_NO_TRANSLATION
00031 QString Sensor::tr( const char *s, const char *c )
00032 {
00033     if ( qApp )
00034         return qApp->translate( "Sensor", s, c, QApplication::DefaultCodec );
00035     else
00036         return QString::fromLatin1( s );
00037 }
00038 #ifndef QT_NO_TRANSLATION_UTF8
00039 QString Sensor::trUtf8( const char *s, const char *c )
00040 {
00041     if ( qApp )
00042         return qApp->translate( "Sensor", s, c, QApplication::UnicodeUTF8 );
00043     else
00044         return QString::fromUtf8( s );
00045 }
00046 #endif // QT_NO_TRANSLATION_UTF8
00047 
00048 #endif // QT_NO_TRANSLATION
00049 
00050 QMetaObject* Sensor::staticMetaObject()
00051 {
00052     if ( metaObj )
00053         return metaObj;
00054     QMetaObject* parentObject = QObject::staticMetaObject();
00055     static const QUMethod slot_0 = {"update", 0, 0 };
00056     static const QMetaData slot_tbl[] = {
00057         { "update()", &slot_0, QMetaData::Public }
00058     };
00059     metaObj = QMetaObject::new_metaobject(
00060         "Sensor", parentObject,
00061         slot_tbl, 1,
00062         0, 0,
00063 #ifndef QT_NO_PROPERTIES
00064         0, 0,
00065         0, 0,
00066 #endif // QT_NO_PROPERTIES
00067         0, 0 );
00068     cleanUp_Sensor.setMetaObject( metaObj );
00069     return metaObj;
00070 }
00071 
00072 void* Sensor::qt_cast( const char* clname )
00073 {
00074     if ( !qstrcmp( clname, "Sensor" ) )
00075         return this;
00076     return QObject::qt_cast( clname );
00077 }
00078 
00079 bool Sensor::qt_invoke( int _id, QUObject* _o )
00080 {
00081     switch ( _id - staticMetaObject()->slotOffset() ) {
00082     case 0: update(); break;
00083     default:
00084         return QObject::qt_invoke( _id, _o );
00085     }
00086     return TRUE;
00087 }
00088 
00089 bool Sensor::qt_emit( int _id, QUObject* _o )
00090 {
00091     return QObject::qt_emit(_id,_o);
00092 }
00093 #ifndef QT_NO_PROPERTIES
00094 
00095 bool Sensor::qt_property( int id, int f, QVariant* v)
00096 {
00097     return QObject::qt_property( id, f, v);
00098 }
00099 
00100 bool Sensor::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
00101 #endif // QT_NO_PROPERTIES

Generated on Tue Apr 29 19:56:58 2003 for karamba by doxygen1.2.18