/**************************************************************************** ** Info meta object code from reading C++ file 'info.h' ** ** Created: Thu Apr 29 21:15:33 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 "info.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 *Info::className() const { return "Info"; } QMetaObject *Info::metaObj = 0; static QMetaObjectCleanUp cleanUp_Info( "Info", &Info::staticMetaObject ); #ifndef QT_NO_TRANSLATION QString Info::tr( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "Info", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s ); } #ifndef QT_NO_TRANSLATION_UTF8 QString Info::trUtf8( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "Info", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s ); } #endif // QT_NO_TRANSLATION_UTF8 #endif // QT_NO_TRANSLATION QMetaObject* Info::staticMetaObject() { if ( metaObj ) return metaObj; QMetaObject* parentObject = QTextEdit::staticMetaObject(); static const QUParameter param_slot_0[] = { { "info", &static_QUType_QString, 0, QUParameter::In } }; static const QUMethod slot_0 = {"setInfo", 1, param_slot_0 }; static const QMetaData slot_tbl[] = { { "setInfo(QString)", &slot_0, QMetaData::Public } }; metaObj = QMetaObject::new_metaobject( "Info", parentObject, slot_tbl, 1, 0, 0, #ifndef QT_NO_PROPERTIES 0, 0, 0, 0, #endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_Info.setMetaObject( metaObj ); return metaObj; } void* Info::qt_cast( const char* clname ) { if ( !qstrcmp( clname, "Info" ) ) return this; return QTextEdit::qt_cast( clname ); } bool Info::qt_invoke( int _id, QUObject* _o ) { switch ( _id - staticMetaObject()->slotOffset() ) { case 0: setInfo((QString)static_QUType_QString.get(_o+1)); break; default: return QTextEdit::qt_invoke( _id, _o ); } return TRUE; } bool Info::qt_emit( int _id, QUObject* _o ) { return QTextEdit::qt_emit(_id,_o); } #ifndef QT_NO_PROPERTIES bool Info::qt_property( int id, int f, QVariant* v) { return QTextEdit::qt_property( id, f, v); } bool Info::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } #endif // QT_NO_PROPERTIES