/**************************************************************************** ** LCDproc meta object code from reading C++ file 'lcdproc.h' ** ** Created: Thu Apr 29 21:15:35 2004 ** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.2.3 edited Nov 10 11:18 $) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #undef QT_NO_COMPAT #include "lcdproc.h" #include #include #include #if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) #error "This file was generated using the moc from 3.2.3. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif const char *LCDproc::className() const { return "LCDproc"; } QMetaObject *LCDproc::metaObj = 0; static QMetaObjectCleanUp cleanUp_LCDproc( "LCDproc", &LCDproc::staticMetaObject ); #ifndef QT_NO_TRANSLATION QString LCDproc::tr( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "LCDproc", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s ); } #ifndef QT_NO_TRANSLATION_UTF8 QString LCDproc::trUtf8( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "LCDproc", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s ); } #endif // QT_NO_TRANSLATION_UTF8 #endif // QT_NO_TRANSLATION QMetaObject* LCDproc::staticMetaObject() { if ( metaObj ) return metaObj; QMetaObject* parentObject = QObject::staticMetaObject(); static const QUMethod slot_0 = {"LCDinit", 0, 0 }; static const QUMethod slot_1 = {"feedback", 0, 0 }; static const QUParameter param_slot_2[] = { { 0, &static_QUType_int, 0, QUParameter::In } }; static const QUMethod slot_2 = {"error", 1, param_slot_2 }; static const QUParameter param_slot_3[] = { { "msg", &static_QUType_QString, 0, QUParameter::In } }; static const QUMethod slot_3 = {"LCDwrite", 1, param_slot_3 }; static const QMetaData slot_tbl[] = { { "LCDinit()", &slot_0, QMetaData::Private }, { "feedback()", &slot_1, QMetaData::Private }, { "error(int)", &slot_2, QMetaData::Private }, { "LCDwrite(QString)", &slot_3, QMetaData::Public } }; metaObj = QMetaObject::new_metaobject( "LCDproc", parentObject, slot_tbl, 4, 0, 0, #ifndef QT_NO_PROPERTIES 0, 0, 0, 0, #endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_LCDproc.setMetaObject( metaObj ); return metaObj; } void* LCDproc::qt_cast( const char* clname ) { if ( !qstrcmp( clname, "LCDproc" ) ) return this; return QObject::qt_cast( clname ); } bool LCDproc::qt_invoke( int _id, QUObject* _o ) { switch ( _id - staticMetaObject()->slotOffset() ) { case 0: LCDinit(); break; case 1: feedback(); break; case 2: error((int)static_QUType_int.get(_o+1)); break; case 3: LCDwrite((QString)static_QUType_QString.get(_o+1)); break; default: return QObject::qt_invoke( _id, _o ); } return TRUE; } bool LCDproc::qt_emit( int _id, QUObject* _o ) { return QObject::qt_emit(_id,_o); } #ifndef QT_NO_PROPERTIES bool LCDproc::qt_property( int id, int f, QVariant* v) { return QObject::qt_property( id, f, v); } bool LCDproc::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } #endif // QT_NO_PROPERTIES