/**************************************************************************** ** status_monitor meta object code from reading C++ file 'status_monitor.h' ** ** Created: Thu Mar 4 21:06:53 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 "status_monitor.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 *status_monitor::className() const { return "status_monitor"; } QMetaObject *status_monitor::metaObj = 0; static QMetaObjectCleanUp cleanUp_status_monitor( "status_monitor", &status_monitor::staticMetaObject ); #ifndef QT_NO_TRANSLATION QString status_monitor::tr( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "status_monitor", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s ); } #ifndef QT_NO_TRANSLATION_UTF8 QString status_monitor::trUtf8( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "status_monitor", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s ); } #endif // QT_NO_TRANSLATION_UTF8 #endif // QT_NO_TRANSLATION QMetaObject* status_monitor::staticMetaObject() { if ( metaObj ) return metaObj; QMetaObject* parentObject = QFrame::staticMetaObject(); static const QUMethod slot_0 = {"hub_opened", 0, 0 }; static const QUMethod slot_1 = {"hub_closed", 0, 0 }; static const QUMethod slot_2 = {"ul_added", 0, 0 }; static const QUMethod slot_3 = {"ul_removed", 0, 0 }; static const QUParameter param_slot_4[] = { { 0, &static_QUType_ptr, "unsigned int", QUParameter::In }, { 0, &static_QUType_QString, 0, QUParameter::In }, { 0, &static_QUType_ptr, "unsigned long", QUParameter::In } }; static const QUMethod slot_4 = {"gdl_added", 3, param_slot_4 }; static const QUParameter param_slot_5[] = { { 0, &static_QUType_ptr, "unsigned int", QUParameter::In } }; static const QUMethod slot_5 = {"gdl_removed", 1, param_slot_5 }; static const QUMethod slot_6 = {"gdl_queued", 0, 0 }; static const QUMethod slot_7 = {"gdl_active", 0, 0 }; static const QUMethod slot_8 = {"slot_show_ui", 0, 0 }; static const QUMethod slot_9 = {"slot_hide_ui", 0, 0 }; static const QUMethod slot_10 = {"slot_show_popup", 0, 0 }; static const QUMethod slot_11 = {"slot_hide_popup", 0, 0 }; static const QMetaData slot_tbl[] = { { "hub_opened()", &slot_0, QMetaData::Public }, { "hub_closed()", &slot_1, QMetaData::Public }, { "ul_added()", &slot_2, QMetaData::Public }, { "ul_removed()", &slot_3, QMetaData::Public }, { "gdl_added(const unsigned int,const QString&,const unsigned long)", &slot_4, QMetaData::Public }, { "gdl_removed(const unsigned int)", &slot_5, QMetaData::Public }, { "gdl_queued()", &slot_6, QMetaData::Public }, { "gdl_active()", &slot_7, QMetaData::Public }, { "slot_show_ui()", &slot_8, QMetaData::Public }, { "slot_hide_ui()", &slot_9, QMetaData::Public }, { "slot_show_popup()", &slot_10, QMetaData::Public }, { "slot_hide_popup()", &slot_11, QMetaData::Public } }; static const QUMethod signal_0 = {"sig_hide_ui", 0, 0 }; static const QUMethod signal_1 = {"sig_show_ui", 0, 0 }; static const QMetaData signal_tbl[] = { { "sig_hide_ui()", &signal_0, QMetaData::Public }, { "sig_show_ui()", &signal_1, QMetaData::Public } }; metaObj = QMetaObject::new_metaobject( "status_monitor", parentObject, slot_tbl, 12, signal_tbl, 2, #ifndef QT_NO_PROPERTIES 0, 0, 0, 0, #endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_status_monitor.setMetaObject( metaObj ); return metaObj; } void* status_monitor::qt_cast( const char* clname ) { if ( !qstrcmp( clname, "status_monitor" ) ) return this; return QFrame::qt_cast( clname ); } // SIGNAL sig_hide_ui void status_monitor::sig_hide_ui() { activate_signal( staticMetaObject()->signalOffset() + 0 ); } // SIGNAL sig_show_ui void status_monitor::sig_show_ui() { activate_signal( staticMetaObject()->signalOffset() + 1 ); } bool status_monitor::qt_invoke( int _id, QUObject* _o ) { switch ( _id - staticMetaObject()->slotOffset() ) { case 0: hub_opened(); break; case 1: hub_closed(); break; case 2: ul_added(); break; case 3: ul_removed(); break; case 4: gdl_added((const unsigned int)(*((const unsigned int*)static_QUType_ptr.get(_o+1))),(const QString&)static_QUType_QString.get(_o+2),(const unsigned long)(*((const unsigned long*)static_QUType_ptr.get(_o+3)))); break; case 5: gdl_removed((const unsigned int)(*((const unsigned int*)static_QUType_ptr.get(_o+1)))); break; case 6: gdl_queued(); break; case 7: gdl_active(); break; case 8: slot_show_ui(); break; case 9: slot_hide_ui(); break; case 10: slot_show_popup(); break; case 11: slot_hide_popup(); break; default: return QFrame::qt_invoke( _id, _o ); } return TRUE; } bool status_monitor::qt_emit( int _id, QUObject* _o ) { switch ( _id - staticMetaObject()->signalOffset() ) { case 0: sig_hide_ui(); break; case 1: sig_show_ui(); break; default: return QFrame::qt_emit(_id,_o); } return TRUE; } #ifndef QT_NO_PROPERTIES bool status_monitor::qt_property( int id, int f, QVariant* v) { return QFrame::qt_property( id, f, v); } bool status_monitor::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } #endif // QT_NO_PROPERTIES