/**************************************************************************** ** WelcomeDialog meta object code from reading C++ file 'installdialog.h' ** ** Created: Fri Aug 8 02:57:02 2008 ** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #undef QT_NO_COMPAT #include "installdialog.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.8. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif const char *WelcomeDialog::className() const { return "WelcomeDialog"; } QMetaObject *WelcomeDialog::metaObj = 0; static QMetaObjectCleanUp cleanUp_WelcomeDialog( "WelcomeDialog", &WelcomeDialog::staticMetaObject ); #ifndef QT_NO_TRANSLATION QString WelcomeDialog::tr( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "WelcomeDialog", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s ); } #ifndef QT_NO_TRANSLATION_UTF8 QString WelcomeDialog::trUtf8( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "WelcomeDialog", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s ); } #endif // QT_NO_TRANSLATION_UTF8 #endif // QT_NO_TRANSLATION QMetaObject* WelcomeDialog::staticMetaObject() { if ( metaObj ) return metaObj; QMetaObject* parentObject = MythThemedDialog::staticMetaObject(); static const QUMethod slot_0 = {"updateAll", 0, 0 }; static const QUMethod slot_1 = {"updateStatus", 0, 0 }; static const QUMethod slot_2 = {"updateScreen", 0, 0 }; static const QUMethod slot_3 = {"closeDialog", 0, 0 }; static const QUMethod slot_4 = {"updateTime", 0, 0 }; static const QUMethod slot_5 = {"showPopup", 0, 0 }; static const QUMethod slot_6 = {"cancelPopup", 0, 0 }; static const QUParameter param_slot_7[] = { { 0, &static_QUType_bool, 0, QUParameter::Out } }; static const QUMethod slot_7 = {"updateRecordingList", 1, param_slot_7 }; static const QUParameter param_slot_8[] = { { 0, &static_QUType_bool, 0, QUParameter::Out } }; static const QUMethod slot_8 = {"updateScheduledList", 1, param_slot_8 }; static const QMetaData slot_tbl[] = { { "updateAll()", &slot_0, QMetaData::Protected }, { "updateStatus()", &slot_1, QMetaData::Protected }, { "updateScreen()", &slot_2, QMetaData::Protected }, { "closeDialog()", &slot_3, QMetaData::Protected }, { "updateTime()", &slot_4, QMetaData::Protected }, { "showPopup()", &slot_5, QMetaData::Protected }, { "cancelPopup()", &slot_6, QMetaData::Protected }, { "updateRecordingList()", &slot_7, QMetaData::Protected }, { "updateScheduledList()", &slot_8, QMetaData::Protected } }; metaObj = QMetaObject::new_metaobject( "WelcomeDialog", parentObject, slot_tbl, 9, 0, 0, #ifndef QT_NO_PROPERTIES 0, 0, 0, 0, #endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_WelcomeDialog.setMetaObject( metaObj ); return metaObj; } void* WelcomeDialog::qt_cast( const char* clname ) { if ( !qstrcmp( clname, "WelcomeDialog" ) ) return this; return MythThemedDialog::qt_cast( clname ); } bool WelcomeDialog::qt_invoke( int _id, QUObject* _o ) { switch ( _id - staticMetaObject()->slotOffset() ) { case 0: updateAll(); break; case 1: updateStatus(); break; case 2: updateScreen(); break; case 3: closeDialog(); break; case 4: updateTime(); break; case 5: showPopup(); break; case 6: cancelPopup(); break; case 7: static_QUType_bool.set(_o,updateRecordingList()); break; case 8: static_QUType_bool.set(_o,updateScheduledList()); break; default: return MythThemedDialog::qt_invoke( _id, _o ); } return TRUE; } bool WelcomeDialog::qt_emit( int _id, QUObject* _o ) { return MythThemedDialog::qt_emit(_id,_o); } #ifndef QT_NO_PROPERTIES bool WelcomeDialog::qt_property( int id, int f, QVariant* v) { return MythThemedDialog::qt_property( id, f, v); } bool WelcomeDialog::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } #endif // QT_NO_PROPERTIES