⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 moc_video_player.cpp

📁 在linux下简易的播放器
💻 CPP
字号:
/****************************************************************************** VideoPlayer meta object code from reading C++ file 'video_player.h'**** Created: Wed Feb 25 16:30:23 2009**      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 "video_player.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.8. It"#error "cannot be used with the include files from this version of Qt."#error "(The moc has changed too much.)"#endifconst char *VideoPlayer::className() const{    return "VideoPlayer";}QMetaObject *VideoPlayer::metaObj = 0;static QMetaObjectCleanUp cleanUp_VideoPlayer( "VideoPlayer", &VideoPlayer::staticMetaObject );#ifndef QT_NO_TRANSLATIONQString VideoPlayer::tr( const char *s, const char *c ){    if ( qApp )	return qApp->translate( "VideoPlayer", s, c, QApplication::DefaultCodec );    else	return QString::fromLatin1( s );}#ifndef QT_NO_TRANSLATION_UTF8QString VideoPlayer::trUtf8( const char *s, const char *c ){    if ( qApp )	return qApp->translate( "VideoPlayer", s, c, QApplication::UnicodeUTF8 );    else	return QString::fromUtf8( s );}#endif // QT_NO_TRANSLATION_UTF8#endif // QT_NO_TRANSLATIONQMetaObject* VideoPlayer::staticMetaObject(){    if ( metaObj )	return metaObj;    QMetaObject* parentObject = QWidget::staticMetaObject();    static const QUParameter param_slot_0[] = {	{ 0, &static_QUType_int, 0, QUParameter::Out }    };    static const QUMethod slot_0 = {"get_new_image", 1, param_slot_0 };    static const QMetaData slot_tbl[] = {	{ "get_new_image()", &slot_0, QMetaData::Public }    };    metaObj = QMetaObject::new_metaobject(	"VideoPlayer", parentObject,	slot_tbl, 1,	0, 0,#ifndef QT_NO_PROPERTIES	0, 0,	0, 0,#endif // QT_NO_PROPERTIES	0, 0 );    cleanUp_VideoPlayer.setMetaObject( metaObj );    return metaObj;}void* VideoPlayer::qt_cast( const char* clname ){    if ( !qstrcmp( clname, "VideoPlayer" ) )	return this;    return QWidget::qt_cast( clname );}bool VideoPlayer::qt_invoke( int _id, QUObject* _o ){    switch ( _id - staticMetaObject()->slotOffset() ) {    case 0: static_QUType_int.set(_o,get_new_image()); break;    default:	return QWidget::qt_invoke( _id, _o );    }    return TRUE;}bool VideoPlayer::qt_emit( int _id, QUObject* _o ){    return QWidget::qt_emit(_id,_o);}#ifndef QT_NO_PROPERTIESbool VideoPlayer::qt_property( int id, int f, QVariant* v){    return QWidget::qt_property( id, f, v);}bool VideoPlayer::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }#endif // QT_NO_PROPERTIES

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -