📄 moc_mp3mainwindow.cpp
字号:
/****************************************************************************** Mp3MainWindow meta object code from reading C++ file 'mp3mainwindow.h'**** Created: Fri Dec 22 14:25:05 2006** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.6 edited Mar 8 17:43 $)**** WARNING! All changes made in this file will be lost!*****************************************************************************/#undef QT_NO_COMPAT#include "mp3mainwindow.h"#include <qmetaobject.h>#include <qapplication.h>#include <private/qucomextra_p.h>#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)#error "This file was generated using the moc from 3.3.6. It"#error "cannot be used with the include files from this version of Qt."#error "(The moc has changed too much.)"#endifconst char *Mp3MainWindow::className() const{ return "Mp3MainWindow";}QMetaObject *Mp3MainWindow::metaObj = 0;static QMetaObjectCleanUp cleanUp_Mp3MainWindow( "Mp3MainWindow", &Mp3MainWindow::staticMetaObject );#ifndef QT_NO_TRANSLATIONQString Mp3MainWindow::tr( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "Mp3MainWindow", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s );}#ifndef QT_NO_TRANSLATION_UTF8QString Mp3MainWindow::trUtf8( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "Mp3MainWindow", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s );}#endif // QT_NO_TRANSLATION_UTF8#endif // QT_NO_TRANSLATIONQMetaObject* Mp3MainWindow::staticMetaObject(){ if ( metaObj ) return metaObj; QMetaObject* parentObject = QMainWindow::staticMetaObject(); static const QUParameter param_slot_0[] = { { 0, &static_QUType_QString, 0, QUParameter::In } }; static const QUMethod slot_0 = {"mp3Play", 1, param_slot_0 }; static const QUMethod slot_1 = {"pause", 0, 0 }; static const QMetaData slot_tbl[] = { { "mp3Play(const QString&)", &slot_0, QMetaData::Private }, { "pause()", &slot_1, QMetaData::Private } }; metaObj = QMetaObject::new_metaobject( "Mp3MainWindow", parentObject, slot_tbl, 2, 0, 0,#ifndef QT_NO_PROPERTIES 0, 0, 0, 0,#endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_Mp3MainWindow.setMetaObject( metaObj ); return metaObj;}void* Mp3MainWindow::qt_cast( const char* clname ){ if ( !qstrcmp( clname, "Mp3MainWindow" ) ) return this; return QMainWindow::qt_cast( clname );}bool Mp3MainWindow::qt_invoke( int _id, QUObject* _o ){ switch ( _id - staticMetaObject()->slotOffset() ) { case 0: mp3Play((const QString&)static_QUType_QString.get(_o+1)); break; case 1: pause(); break; default: return QMainWindow::qt_invoke( _id, _o ); } return TRUE;}bool Mp3MainWindow::qt_emit( int _id, QUObject* _o ){ return QMainWindow::qt_emit(_id,_o);}#ifndef QT_NO_PROPERTIESbool Mp3MainWindow::qt_property( int id, int f, QVariant* v){ return QMainWindow::qt_property( id, f, v);}bool Mp3MainWindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }#endif // QT_NO_PROPERTIES
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -