/**************************************************************************** ** SearchWdgt meta object code from reading C++ file 'searchwdgt.h' ** ** Created: Thu Mar 4 21:06:36 2004 ** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.0 edited Jan 30 14:01 $) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #undef QT_NO_COMPAT #include "searchwdgt.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.3.0. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif const char *SearchWdgt::className() const { return "SearchWdgt"; } QMetaObject *SearchWdgt::metaObj = 0; static QMetaObjectCleanUp cleanUp_SearchWdgt( "SearchWdgt", &SearchWdgt::staticMetaObject ); #ifndef QT_NO_TRANSLATION QString SearchWdgt::tr( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "SearchWdgt", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s ); } #ifndef QT_NO_TRANSLATION_UTF8 QString SearchWdgt::trUtf8( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "SearchWdgt", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s ); } #endif // QT_NO_TRANSLATION_UTF8 #endif // QT_NO_TRANSLATION QMetaObject* SearchWdgt::staticMetaObject() { if ( metaObj ) return metaObj; QMetaObject* parentObject = QWidget::staticMetaObject(); static const QUMethod slot_0 = {"commit", 0, 0 }; static const QUMethod slot_1 = {"mcommit", 0, 0 }; static const QMetaData slot_tbl[] = { { "commit()", &slot_0, QMetaData::Private }, { "mcommit()", &slot_1, QMetaData::Private } }; static const QUParameter param_signal_0[] = { { 0, &static_QUType_QString, 0, QUParameter::In }, { "multiHub", &static_QUType_bool, 0, QUParameter::In } }; static const QUMethod signal_0 = {"newSearch", 2, param_signal_0 }; static const QMetaData signal_tbl[] = { { "newSearch(const QString&,bool)", &signal_0, QMetaData::Public } }; metaObj = QMetaObject::new_metaobject( "SearchWdgt", parentObject, slot_tbl, 2, signal_tbl, 1, #ifndef QT_NO_PROPERTIES 0, 0, 0, 0, #endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_SearchWdgt.setMetaObject( metaObj ); return metaObj; } void* SearchWdgt::qt_cast( const char* clname ) { if ( !qstrcmp( clname, "SearchWdgt" ) ) return this; return QWidget::qt_cast( clname ); } #include #include // SIGNAL newSearch void SearchWdgt::newSearch( const QString& t0, bool t1 ) { if ( signalsBlocked() ) return; QConnectionList *clist = receivers( staticMetaObject()->signalOffset() + 0 ); if ( !clist ) return; QUObject o[3]; static_QUType_QString.set(o+1,t0); static_QUType_bool.set(o+2,t1); activate_signal( clist, o ); } bool SearchWdgt::qt_invoke( int _id, QUObject* _o ) { switch ( _id - staticMetaObject()->slotOffset() ) { case 0: commit(); break; case 1: mcommit(); break; default: return QWidget::qt_invoke( _id, _o ); } return TRUE; } bool SearchWdgt::qt_emit( int _id, QUObject* _o ) { switch ( _id - staticMetaObject()->signalOffset() ) { case 0: newSearch((const QString&)static_QUType_QString.get(_o+1),(bool)static_QUType_bool.get(_o+2)); break; default: return QWidget::qt_emit(_id,_o); } return TRUE; } #ifndef QT_NO_PROPERTIES bool SearchWdgt::qt_property( int id, int f, QVariant* v) { return QWidget::qt_property( id, f, v); } bool SearchWdgt::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } #endif // QT_NO_PROPERTIES